First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
linux-next: build failure after merge of the final tree
Hi , After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: *** glibc detected *** scripts/mod/modpost: munmap_chunk(): invalid pointer: 0x00000000004095fc *** ======= Backtrace: ========= /lib/libc.so.6(+0x71b16)[0x2b4f000b6b16] scripts/mod/modpost[0x40284e] scripts/... 11 Aug 2010 03:51
[PATCH] arm: fix versatile boot hang (seen with qemu)
Hey Russell, I have been having troubles getting the 2.6.35 kernel to boot in my qemu-system-arm environment. It worked with 2.6.34, and so I bisected it down to: commit e388771458b4ff3ad81ab70e390b24d069647da4 Author: Russell King <rmk+kernel(a)arm.linux.org.uk> Date: Thu Jan 14 13:30:16 2010 +0000 ARM: ... 10 Aug 2010 23:32
[PATCH] percpu: fix a mismatch between code and comment
When pcpu_build_alloc_info() searches best_upa value, it ignores current value if the number of waste units exceeds 1/3 of the number of total cpus. But the comment on the code says that it will ignore if wastage is over 25%. Modify the comment. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- I used -U5... 10 Aug 2010 22:26
[PATCH] tile: remove unused ISA_DMA_THRESHOLD define
No need to define ISA_DMA_THRESHOLD Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> --- arch/tile/include/asm/scatterlist.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/tile/include/asm/scatterlist.h b/arch/tile/include/asm/scatterlist.h index c560424..ad8deec ... 10 Aug 2010 22:26
hugetlb, rmap: add reverse mapping for hugepage
On Fri, May 28, 2010 at 03:48:24PM +0100, Mel Gorman wrote: On Fri, May 28, 2010 at 09:29:16AM +0900, Naoya Horiguchi wrote: This patch adds reverse mapping feature for hugepage by introducing mapcount for shared/private-mapped hugepage and anon_vma for private-mapped hugepage. While hugepa... 10 Aug 2010 22:26
[PATCH -v2] ACPI, APEI, ERST debug support
Hi, Len, There is build error on i386 in the previous version. This new version fixed it, please replace it in acpi-test.git. Best Regards, Huang Ying -------------------------------> This patch adds debugging/testing support to ERST. A misc device is implemented to export raw ERST read/write/clear etc opera... 10 Aug 2010 22:26
[ANNOUNCE] MDB Merkey's Linux Kernel Debugger 2.6.35.1 x86_64 08-10-2010
CURRENT http://merkeydebugger.googlecode.com/files/mdb-2.6.35.1-x86_64-08-10-2010.patch REPOSITORY http://code.google.com/p/merkeydebugger/ http://sourceforge.net/projects/merkeydebugger/ FIXES: - port to 2.6.35.1 and test - fix patch delta changes and Fuzz warnings. Jeff Merkey -- To unsubscribe from... 10 Aug 2010 21:20
linux-next: manual merge of the samsung tree with Linus' and the arm tree
Hi Ben, Today's linux-next merge of the samsung tree got a conflict in arch/arm/mach-s3c64xx/mach-smdk6410.c between commits 85b14a3fc4036473ec6776d8e5d92c022155d581 ("ARM: S3C64XX: Add Touchscreen support for S3C64XX") from Linus' tree, 290d0983b86f6243beffaa3ddb02c14adc30f02a ("ARM: S3C64XX: Add keypad device ... 10 Aug 2010 21:20
[ANNOUNCE] MDB Merkey's Linux Kernel Debugger 2.6.34.2 x86_64 08-10-2010
CURRENT http://merkeydebugger.googlecode.com/files/mdb-2.6.34.2-x86_64-08-10-2010.patch REPOSITORY http://code.google.com/p/merkeydebugger/ http://sourceforge.net/projects/merkeydebugger/ FIXES: - port to 2.6.34.2 and test - fix patch delta changes and Fuzz warnings. Jeff Merkey -- To unsubscribe fr... 10 Aug 2010 21:20
Compile one file in kernel
Hi, I always using command make, then it will compile all files. How about just compile one c file(just make sure some modify can compile successful), how should I do? Is there any command to allow me to doing this? Thanks. ..jovi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... 11 Aug 2010 00:38
First  |  Prev |  Next  |  Last
Pages: 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75