public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] support valgrinding uml
@ 2008-08-29 23:12 Steve VanDeBogart
  2008-08-29 23:14 ` [PATCH 1/6] base: Valgrind headers and Kconfig Steve VanDeBogart
                   ` (5 more replies)
  0 siblings, 6 replies; 25+ messages in thread
From: Steve VanDeBogart @ 2008-08-29 23:12 UTC (permalink / raw)
  To: linux-kernel, user-mode-linux-devel, jiayingz, dkegel

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2008-09-06 22:13 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29 23:12 [PATCH 0/6] support valgrinding uml Steve VanDeBogart
2008-08-29 23:14 ` [PATCH 1/6] base: Valgrind headers and Kconfig Steve VanDeBogart
2008-09-01  9:32   ` Andi Kleen
2008-09-01 14:06     ` Jeff Dike
2008-09-01 14:22       ` Andi Kleen
2008-09-01 15:47         ` Jeff Dike
2008-08-29 23:15 ` [PATCH 2/6] UML: Don't valgrind userspace Steve VanDeBogart
2008-09-05 16:37   ` [uml-devel] " Jeff Dike
2008-09-06 20:55     ` John Reiser
2008-09-06 22:12       ` Jeff Dike
2008-08-29 23:16 ` [PATCH 3/6] UML and sched: Annotate stacks Steve VanDeBogart
2008-08-29 23:16 ` [PATCH 4/6] VM: Annotate pagealloc Steve VanDeBogart
2008-08-30 10:57   ` Pekka Enberg
2008-09-03  5:25     ` [uml-devel] " Steve VanDeBogart
2008-09-03  9:35       ` Pekka Enberg
2008-08-29 23:17 ` [PATCH 5/6] slab: Annotate slab Steve VanDeBogart
2008-08-30 10:50   ` Pekka Enberg
2008-09-03  2:54     ` [uml-devel] " John Reiser
2008-09-03  9:39       ` Pekka J Enberg
2008-09-03  5:08     ` Steve VanDeBogart
2008-09-03  9:27       ` Pekka Enberg
2008-09-03  9:40         ` Pekka Enberg
2008-09-03 15:42         ` Steve VanDeBogart
2008-09-04  7:33           ` Pekka Enberg
2008-08-29 23:18 ` [PATCH 6/6] VM: Annotate vmalloc Steve VanDeBogart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox