First  |  Prev |  Next  |  Last
Pages: 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360
[PATCH 1/7] btrfs/acl: adjust logical path of btrfs_get_acl()
From: Liu Bo <liubo2009(a)cn.fujitsu.com> - There exists a memory leak. - More checks of returned "size" are needed. According to ext3_get_acl()'s style, we do some adjustments here. Signed-off-by: Liu Bo <liubo2009(a)cn.fujitsu.com> Signed-off-by: Miao Xie <miaox(a)cn.fujitsu.com> --- fs/btrfs/acl.c | 17 +++... 29 Jul 2010 05:19
irq: rename IRQF_TIMER to IRQF_NO_SUSPEND
On Wed, 28 Jul 2010, Ian Campbell wrote: Continue to provide IRQF_TIMER as an alias to IRQF_NO_SUSPEND since I think it is worth preserving the nice self-documenting name (where it is used appropriately). It also avoid needing to patch all the many users who are using the flag for an actual timer interrup... 29 Jul 2010 05:19
i2cdetect outputs on Intel x58 chipsets wanted
Hello everyone. My apology for multiple reception of this mail. As i did not get much answer from the linux-i2c mailing list, i try this one which is bigger. I am probably off-topic so feel free to skip to the next thread ;) I am currently trying to reach a SMBus slave component located in the I/O Hub (IOH) o... 29 Jul 2010 12:59
[patch] tmp_atmel: request correct region
We wanted to request "base". "tpm_atmel.base" is zero here. This bug was introduced by e0dd03caf20d "[PATCH] tpm: return chip from tpm_register_hardware". Signed-off-by: Dan Carpenter <error27(a)gmail.com> --- Found with a static checker. I don't have the hardware to test this. diff --git a/drivers/char/tpm/... 29 Jul 2010 05:19
Reduce writeback from page reclaim context V5
Btw, I'm very happy with all this writeback related progress we've made for the 2.6.36 cycle. The only major thing that's really missing, and which should help dramatically with the I/O patters is stopping direct writeback from balance_dirty_pages(). I've seen patches frrom Wu and and Jan for this and lots of dis... 3 Aug 2010 11:26
[PATCH 1/2] jz4740-adc/jz4740-hwmon: check kmalloc() result
If kmalloc() fails, exit with -ENOMEM. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- This patch is against linux-next. drivers/hwmon/jz4740-hwmon.c | 4 ++++ drivers/mfd/jz4740-adc.c | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/hwmon/jz4740-hwmon.c b/drivers/h... 29 Jul 2010 05:19
[PATCH 2/2] kconfig: change nonint_oldconfig to listnewconfig
From 7b28159d4367889157f6371cdd3dd34138be3699 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam(a)ravnborg.org> Date: Thu, 29 Jul 2010 09:47:26 +0200 Subject: [PATCH 2/2] kconfig: change nonint_oldconfig to listnewconfig Rename to a name that better match the other kconfig targets. listnewconfig shall read as: ... 29 Jul 2010 05:19
[PATCH 1/2] kconfig: rename loose_nonint_oldconfig => oldnoconfig
From a76c17f4fa213ad68227456374be6c84c825c3a5 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <sam(a)ravnborg.org> Date: Thu, 29 Jul 2010 09:34:43 +0200 Subject: [PATCH 1/2] kconfig: rename loose_nonint_oldconfig => oldnoconfig Rename target to something that fall more in line with the other kconfig targets. oldnoc... 29 Jul 2010 05:19
kexec: return -EFAULT on copy_to_user() failures
On Thu, Jul 29, 2010 at 09:36:10AM +0200, Dan Carpenter wrote: copy_to/from_user() returns the number of bytes remaining to be copied. It never returns a negative value. The correct return code is -EFAULT and not -EIO. All the callers check for non-zero returns so that's Ok, but the return code is passed ... 29 Jul 2010 04:15
[patch] kexec: return -EFAULT on copy_to_user() failures
copy_to/from_user() returns the number of bytes remaining to be copied. It never returns a negative value. The correct return code is -EFAULT and not -EIO. All the callers check for non-zero returns so that's Ok, but the return code is passed to the user so we should fix this. Signed-off-by: Dan Carpenter <er... 29 Jul 2010 04:15
First  |  Prev |  Next  |  Last
Pages: 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360