Swap including order of util.h and string.h of util/string.c
Em Sun, Apr 04, 2010 at 04:34:43PM +0200, Frederic Weisbecker escreveu: On Sun, Apr 04, 2010 at 05:13:18PM +0900, Hitoshi Mitake wrote: Current util/string.c includes headers in this order: string.h, util.h But this causes build error because __USE_GNU definition is needed for strndup() definition lik... 4 Apr 2010 20:24
[PATCH] rmap: fix anon_vma_fork() memory leak
Fix a memory leak in anon_vma_fork(), where we fail to tear down the anon_vmas attached to the new VMA in case setting up the new anon_vma fails. Reported-by: Minchan Kim <minchan.kim(a)gmail.com> Signed-off-by: Rik van Riel <riel(a)redhat.com> diff --git a/mm/rmap.c b/mm/rmap.c index fcd593c..fb7ce99 100644 ---... 4 Apr 2010 20:24
2.6.34-rc3: simple du (on a big xfs tree) triggers oom killer
[Sorry for the cross post, but I don't know where to start to tackle this issue] Hi, on an attempt to get to a current kernel, I suffer from an issue, where a simple du on a reasonably big xfs tree leads to invoking the oom killer: Apr 4 23:24:53 tyrex kernel: [ 418.913223] XFS mounting filesystem sdd1... 5 Apr 2010 19:29
32GB SSD on USB1.1 P3/700 == ___HELL___ (2.6.34-rc3)
[CC'd some lucky candidates] Hello, I was just running mkfs.ext4 -b 4096 -E stride=128 -E stripe-width=128 -O ^has_journal /dev/sdb2 on my SSD18M connected via USB1.1, and the result was, well, absolutely, positively _DEVASTATING_. The entire system became _FULLY_ unresponsive, not even switching back dow... 15 Apr 2010 01:34
[PATCH 4/4] Staging: batman-adv: fix whitespace style issues
On Sun, Apr 4, 2010 at 2:56 PM, Andrew Lunn <andrew(a)lunn.ch> wrote: Sorry about the conflict, thanks for redoing the changes. Where can I find the current and development branches? I want to avoid doing this mistake again in the future. Specially since I'm planning on doing some janitorial work on Stagi... 4 Apr 2010 11:31
[BUG] mISDN hfcpci.c _and_ several others: module reference count underflow
Hi, hfcpci.c seems to be missing active checking against extra submissions of CLOSE_CHANNEL operations, causing an underflow due to re-doing things. Just filed a report at https://bugzilla.kernel.org/show_bug.cgi?id=15691 Thanks, Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe... 4 Apr 2010 11:31
[PATCH -mm 2/5] asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()
There are only two ways to define sg_dma_len(); use sg->dma_length or sg->length. This patch introduces NEED_SG_DMA_LENGTH that enables architectures to choose sg->dma_length or sg->length. Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Arnd Bergmann <arnd(a)arndb.de> --- arch/ia64/Kconfig ... 4 Apr 2010 11:31
[PATCH -mm 1/5] asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.h
The trick for ISA_DMA_THRESHOLD in asm-generic/scatterlist.h doesn't work for powerpc. This lets architectures defin ISA_DMA_THRESHOLD. Hopefully, we can remove ISA_DMA_THRESHOLD in the future; we can do better to decide if the bouncing is necessary or not. Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.nt... 4 Apr 2010 11:31
[PATCH -mm 3/5] powerpc: use asm-generic/scatterlist.h
Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> Cc: Paul Mackerras <paulus(a)samba.org> --- arch/powerpc/Kconfig | 3 +++ arch/powerpc/include/asm/scatterlist.h | 29 +---------------------------- 2 files changed, 4 inserti... 4 Apr 2010 11:31
[PATCH -mm 4/5] arm: use asm-generic/scatterlist.h
Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Russell King <linux(a)arm.linux.org.uk> --- arch/arm/include/asm/scatterlist.h | 20 ++------------------ 1 files changed, 2 insertions(+), 18 deletions(-) diff --git a/arch/arm/include/asm/scatterlist.h b/arch/arm/include/asm/scatterlist.h ind... 4 Apr 2010 11:31