[PATCH 0/6] support valgrinding uml

From: Steve VanDeBogart
Date: Fri Aug 29 2008 - 19:13:19 EST


The following patches enables Valgrind to produce useful results for
User Mode Linux. Valgrind requires some patches as well. A list of
the limitations and a recipe for building and using everything can be
found on this page: http://uml.jfdi.org/uml/Wiki.jsp?page=ValgrindingUML

Documentation/uml/valgrind-suppressions | 95
arch/um/Makefile | 4
arch/um/include/valgrind.h | 12
arch/um/kernel/physmem.c | 21
arch/um/kernel/process.c | 31
arch/um/kernel/skas/process.c | 3
arch/um/os-Linux/skas/process.c | 7
include/asm-um/thread_info.h | 8
include/linux/memcheck.h | 285 ++
include/linux/sched.h | 6
include/linux/valgrind.h | 3928 ++++++++++++++++++++++++++++++++
lib/Kconfig.debug | 20
mm/page_alloc.c | 4
mm/slab.c | 20
mm/vmalloc.c | 15
15 files changed, 4456 insertions(+), 3 deletions(-)

--
Steve
--
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/