[PATCH] cris:Check kmalloc return value before use data
Check kmalloc return value before use data Signed-off-by: Liu Qi <lingjiujianke(a)gmail.com> --- arch/cris/arch-v32/kernel/signal.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/cris/arch-v32/kernel/signal.c b/arch/cris/arch-v32/kernel/signal.c index 0b7e3f1..dd69fb4 100644 -... 18 May 2010 02:45
perf tui build fix for slang <= 2.0.6
* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote: Arnaldo Carvalho de Melo (1): perf tui: Fix build problem with slang <= 2.0.6 tools/perf/util/newt.c | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) Pulled, thanks Arnaldo! Ingo -- To unsubscribe from this list: s... 18 May 2010 02:45
HIGHLY CONFIDENTIAL
HIGHLY CONFIDENTIAL Dear Friend, this is Mr. Ming Yang from Hong Kong. I am sending you this message concerning a Business Proposal of 24.5MUSD and I want you to partner with me in this project. This business with benefit you a lot. Please contact me back with the below address for details. yang.ming89(a)yahoo... 18 May 2010 02:45
[PATCH] online CPU before memory failed in pcpu_alloc_pages()
From: minskey guo <chaohong.guo(a)intel.com> The operation of "enable CPU to online before memory within a node" fails in some case according to Prarit. The warnings as follows: Pid: 7440, comm: bash Not tainted 2.6.32 #2 Call Trace: [<ffffffff81155985>] pcpu_alloc+0xa05/0xa70 [<ffffffff81155a20>] __alloc_per... 18 May 2010 02:45
cciss: fix code style in drivers/block/cciss_scsi.c
Steven Liu wrote: Hi, Mike Miller, if kmalloc memory for ld_buff failed,it will free currentsd and ld_buff once more No, it won't. so i think this patch may be better fix code style in drivers/block/cciss_scsi.c There is no bug or coding style issue, so just leave the code as it is. ... 18 May 2010 02:45
drivers/net/vmxnet3: Use kzalloc
From: Julia Lawall <julia(a)diku.dk> Date: Thu, 13 May 2010 22:05:40 +0200 (CEST) From: Julia Lawall <julia(a)diku.dk> Use kzalloc rather than the combination of kmalloc and memset. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ express... 18 May 2010 02:45
[PATCH] cciss: fix code style in drivers/block/cciss_scsi.c
Hi, Mike Miller, if kmalloc memory for ld_buff failed,it will free currentsd and ld_buff once more so i think this patch may be better fix code style in drivers/block/cciss_scsi.c Signed-off-by: Liu Qi <lingjiujianke(a)gmail.com> --- drivers/block/cciss_scsi.c | 20 +++++++++++++++++--- 1 files changed,... 18 May 2010 02:44
[PATCH] drbd: Check-kmalloc-return-value before use it
Check-kmalloc-return-value before use it Signed-off-by: Liu Qi <lingjiujianke(a)gmail.com> --- drivers/block/drbd/drbd_receiver.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c index 3f096e7..533df04 100644 --... 18 May 2010 02:44
random: Check kmalloc return value and give the failed message
On Tue, 2010-05-18 at 13:23 +0800, Steven Liu wrote: Hi, Matt Mackall, Check kmalloc return value and give the failed message Signed-off-by: Liu Qi <lingjiujianke(a)gmail.com> --- drivers/char/random.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/ch... 18 May 2010 02:44
[PATCH -v3 1/2] x86, MCE, rename MSR_IA32_MCx_CTL2 value
Rename CMCI_EN to MCI_CTL2_CMCI_EN and CMCI_THRESHOLD_MASK to MCI_CTL2_CMCI_THRESHOLD_MASK to make naming consistent. Signed-off-by: Huang Ying <ying.huang(a)intel.com> --- arch/x86/include/asm/mce.h | 4 ++++ arch/x86/include/asm/msr-index.h | 3 --- arch/x86/kernel/cpu/mcheck/mce_intel.... 18 May 2010 02:44