lkml.org 
[lkml]   [2008]   [Apr]   [26]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateFri, 25 Apr 2008 23:09:34 -0700
FromAndrew Morton <>
SubjectRe: [git pull] kmemcheck
> On Thu, 24 Apr 2008 23:06:05 +0200 Ingo Molnar <mingo@elte.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?


\
 
 \ /
  Last update: 2008-04-26 08:13    [from the cache]
©2003-2008