Re: [git pull] kmemcheck

From: Andrew Morton
Date: Sat Apr 26 2008 - 02:10:36 EST


> On Thu, 24 Apr 2008 23:06:05 +0200 Ingo Molnar <mingo@xxxxxxx> wrote:
> Documentation/kmemcheck.txt | 101 +++++
> arch/x86/Kconfig.debug | 64 +++
> arch/x86/kernel/Makefile | 2 +
> arch/x86/kernel/cpu/common.c | 7 +
> arch/x86/kernel/entry_32.S | 8 +-
> arch/x86/kernel/entry_64.S | 4 +-
> arch/x86/kernel/kmemcheck.c | 924 ++++++++++++++++++++++++++++++++++++++++
> arch/x86/kernel/process.c | 2 +-
> arch/x86/kernel/process_32.c | 4 +-
> arch/x86/kernel/process_64.c | 12 +-
> arch/x86/kernel/traps_32.c | 18 +-
> arch/x86/kernel/traps_64.c | 21 +-
> arch/x86/mm/fault.c | 25 +-
> arch/x86/mm/init_32.c | 2 -
> include/asm-x86/kdebug.h | 3 +-
> include/asm-x86/kmemcheck.h | 30 ++
> include/asm-x86/pgtable.h | 4 +-
> include/asm-x86/pgtable_32.h | 6 +
> include/asm-x86/string_32.h | 8 +
> include/asm-x86/string_64.h | 1 +
> include/linux/gfp.h | 3 +-
> include/linux/kmemcheck.h | 29 ++
> include/linux/slab.h | 7 +
> include/linux/slub_kmemcheck.h | 21 +
> init/main.c | 2 +
> kernel/fork.c | 15 +-
> kernel/sysctl.c | 12 +
> mm/Makefile | 3 +
> mm/slub.c | 25 +-
> mm/slub_kmemcheck.c | 100 +++++

Can we have a MAINTAINERS update please?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/