infiniband: ulp/iser, fix error retval in iser_create_ib_conn_res
On Wed, Mar 31, 2010 at 02:06:21PM -0700, Roland Dreier wrote: So looking at merging this finally, I think I see one problem with the proposed patch. We have: @@ -183,7 +180,7 @@ static int iser_create_ib_conn_res(struct iser_conn *ib_conn) ib_conn->fmr_pool = ib_create_fmr_pool(device->pd, &p... 1 Apr 2010 12:22
[PATCH] x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments
Hi, This fixes an issue seen when booting a current kernel as a guest on Xen: BUG: unable to handle kernel NULL pointer dereference at 0000000000000038 IP: [<ffffffff8142f2fb>] cpuid4_cache_lookup_regs+0x2ca/0x3df PGD 0 Oops: 0000 [#1] SMP last sysfs file: CPU 0 Modules linked in: Pid: 0, comm: swapp... 1 Apr 2010 12:22
proc: Report file name on detected read_proc overflow
Jan Kiszka wrote: - "proc_file_read: Apparent buffer overflow!\n"); + "proc_file_read: Apparent buffer " + "overflow reading \"%s\"!\n", + file->f_path.dentry->... 6 Apr 2010 13:02
[PATCH] hwmon: sht15: Fix sht15_calc_temp interpolation function
On 04/01/10 13:54, Jerome Oufella wrote: ----- "Jean Delvare" <khali(a)linux-fr.org> wrote : May I suggest the more simple fix below? --- drivers/hwmon/sht15.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.34-rc3.orig/drivers/hwmon/sht15.c 2010-04-01 13:41:... 1 Apr 2010 10:08
commit 9630bdd9 changes behavior of the poweroff - bug?
Hi Rafael, Matthew, my laptop changed behavior during poweroff recently (after upgrading from .33 to .34-rc1). The system seems to be powered off (status display is off) at first glance but when I close the lid then I can hear a noise which sounds like HDD parking and when I open lid again it starts booting withou... 30 Apr 2010 13:58
[PATCH] proc: Report file name on detected read_proc overflow
This can help identifying the buggy read_proc handler. Signed-off-by: Jan Kiszka <jan.kiszka(a)siemens.com> --- fs/proc/generic.c | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/fs/proc/generic.c b/fs/proc/generic.c index 08f4d71..cc7e671 100644 --- a/fs/proc/generic.c +++ ... 1 Apr 2010 10:08
[PATCH 0/1] oom: fix the unsafe usage of badness() in proc_oom_score()
On 04/01, David Rientjes wrote: On Wed, 31 Mar 2010, Oleg Nesterov wrote: But. Oh well. David, oom-badness-heuristic-rewrite.patch changed badness() to consult p->signal->oom_score_adj. Until recently this was wrong when it is called from proc_oom_score(). This means oom-badness-heuris... 1 Apr 2010 10:08
Memory corruption with 2.6.32.10, but not with 2.6.34-rc3
Hi, we observed repeated occurances of memory corruptions (Ooopes somewhere deep down in the memory mangement code) on ARM PXA300 based boards. The systems we see this on (arch/arm/mach-pxa/raumfeld.c) feature a libertas chipset for WiFi, an ethernet controller (smsc9220), a USB fullspeed host, and NAND flash ... 5 Apr 2010 07:11
uio_pci_generic: extensions to allow access for non-privileged processes
On Wed, Mar 31, 2010 at 05:08:38PM -0700, Tom Lyon wrote: uio_pci_generic has previously been discussed on the KVM list, but this patch has nothing to do with KVM, so it is also going to LKML. But since you send it to the KVM list it should be suitable for KVM too, no? The point of this patch is to beef... 9 Apr 2010 05:37
[mtd, nand] Remove stray endchoice from help text
On Sat, 2010-03-06 at 20:09 +0100, Ferenc Wagner wrote: Signed-off-by: Ferenc Wagner <wferi(a)niif.hu> --- drivers/mtd/nand/Kconfig | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 677cd53..d68bd6e 100644 --- a/dri... 1 Apr 2010 09:02