First  |  Prev |  Next  |  Last
Pages: 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559
[PATCH 11/15] pci: echoaudio: check kmalloc() result
If kmalloc() fails exit with -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- sound/pci/echoaudio/echoaudio.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound/pci/echoaudio/echoaudio.c b/sound/pci/echoaudio/echoaudio.c index 668a5ec..20763dd 100644 --- a/sound/pc... 16 Jul 2010 13:14
[PATCH 08/15] staging: tm6000: fix null dereference and memory leak
Do not dereference ir_input_dev if it is NULL. Also free ir_input_dev->input_dev on error path. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/tm6000/tm6000-input.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tm6000/tm6000-input.c b/d... 16 Jul 2010 13:14
[PATCH 13/15] sound/soc: davinci: check kzalloc() result (typo)
The code checks 'davinci_vc' after kzalloc() and do not checks 'davinci_vcif_dev' that kzalloc() result is assigned to. It seems that it is a typo (autocompletion?). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- sound/soc/davinci/davinci-vcif.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(... 16 Jul 2010 13:14
[PATCH 04/15] drm: radeon: check kzalloc() result
If kzalloc() fails exit with -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/gpu/drm/radeon/r300.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/r300.c b/drivers/gpu/drm/radeon/r300.c index 7e81db5..767c109 100644 --- a/drivers/gpu/dr... 16 Jul 2010 13:14
[PATCH 12/15] pci: riptide: check kzalloc() result
If kzalloc() fails exit with -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- sound/pci/riptide/riptide.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/sound/pci/riptide/riptide.c b/sound/pci/riptide/riptide.c index 59d7996..f64fb7d 100644 --- a/sound/pci/riptid... 16 Jul 2010 13:14
[PATCH 09/15] usb: host: check kzalloc() result
If kzalloc() fails exit with -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/usb/host/sl811-hcd.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/usb/host/sl811-hcd.c b/drivers/usb/host/sl811-hcd.c index bcf9f0e..990f06b 100644 --- a/drivers/usb/ho... 16 Jul 2010 13:14
[PATCH 03/15] arch/tile: check kmalloc() result
If kmalloc() fails exit with -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- arch/tile/kernel/hardwall.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/tile/kernel/hardwall.c b/arch/tile/kernel/hardwall.c index 7bf0627..584b965 100644 --- a/arch/tile/kernel/har... 16 Jul 2010 13:14
[PATCH 02/15] arm/mach-u300: check kmalloc result
If kmalloc() fails free already allocated memory and exit with -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- arch/arm/mach-u300/dummyspichip.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-u300/dummyspichip.c b/arch/arm/mach-u300/dummyspichip.c in... 16 Jul 2010 13:14
[PATCH 10/15] fs: cifs: check kmalloc() result
If kmalloc() fails exit with -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- fs/cifs/readdir.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c index daf1753..d5e591f 100644 --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c @@ ... 16 Jul 2010 13:14
De-couple sysfs memory directories from memory sections
On 07/16/2010 02:13 AM, Greg KH wrote: On Mon, Jul 12, 2010 at 10:27:02AM -0500, Nathan Fontenot wrote: This set of patches de-couples the idea that there is a single directory in sysfs for each memory section. Any reason you didn't cc: the sysfs maintainer on these patches? If not, I'll gladly ig... 16 Jul 2010 12:07
First  |  Prev |  Next  |  Last
Pages: 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559