[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080425230934.c54a07a0.akpm@linux-foundation.org>
Date: Fri, 25 Apr 2008 23:09:34 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
vegard.nossum@...il.com, penberg@...helsinki.fi,
tglx@...utronix.de, hpa@...or.com
Subject: Re: [git pull] kmemcheck
> On Thu, 24 Apr 2008 23:06:05 +0200 Ingo Molnar <mingo@...e.hu> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists