[uml-devel] [PATCH] allow use of mtd and jffs2 on uml

2007-12-31 Thread Jason Lunz
Allow parts of drivers/mtd to compile on uml by pushing the HAS_IOMEM dependencies down closer to the parts of mtd that actually need it. This allows enough of mtd to build to let jffs2 be used on uml. Signed-off-by: Jason Lunz <[EMAIL PROTECTED]> --- arch/um/Kconfig |4 +--- d

Re: [uml-devel] [Valgrind-developers] running UserModeLinux under Valgrind(memcheck)

2007-12-31 Thread Michael Abshoff
John Reiser wrote Hi John, > Patches have been developed which enable UserModeLinux for i686 to > run under the memcheck tool of Valgrind on i686. Thus it is possible > to check dynamically the memory accesses made by a running Linux kernel > against memcheck's model of allowed behavior. This w

Re: [uml-devel] running UserModeLinux under Valgrind(memcheck)

2007-12-31 Thread Jeff Dike
On Thu, Dec 27, 2007 at 10:38:21AM -0800, John Reiser wrote: > Patches have been developed which enable UserModeLinux for i686 to > run under the memcheck tool of Valgrind on i686. Thus it is possible > to check dynamically the memory accesses made by a running Linux kernel > against memcheck's mo

[uml-devel] [Patch 1/8] UML: Remove 'TOPDIR' from Makefiles

2007-12-31 Thread WANG Cong
TOPDIR is obsolete, use objtree instead. This patch removes TOPDIR from all UML Makefiles. Cc: Jeff Dike <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> Signed-off-by: WANG Cong <[EMAIL PROTECTED]> --- diff --git a/arch/um/Makefile b/arch/um/Makefile index ba6813a..57491af 100644 --- a