Re: [uml-devel] [PATCH 2/6] UML: Don't valgrind userspace

2008-09-05 Thread Jeff Dike
On Fri, Aug 29, 2008 at 04:15:24PM -0700, Steve VanDeBogart wrote: > Add a flag to tell Valgrind to run the forked child natively. Necessary > because Valgrind makes additional system calls to instrumented processes, > which confuse UML. > +#ifdef UML_CONFIG_VALGRIND_SUPPORT > + flags

[uml-devel] [PATCH] Removing an unused variable in trap.c

2008-09-05 Thread Karol Swietlicki
This patch gets rid of an unused variable in bad_segv. Compile tested. Karol Swietlicki Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]> --- diff -rupN linux27r1m1-original/arch/um/kernel/trap.c linux-2.6.27-rc1-mm1/arch/um/kernel/trap.c --- linux27r1m1-original/arch/um/kernel/trap.c 2008-09-

Re: [uml-devel] [PATH] Fix compilation when CONFIG_TRACE_IRQFLAGS_SUPPORT is not set

2008-09-05 Thread Ingo Molnar
* Hiroshi Shimamoto <[EMAIL PROTECTED]> wrote: > Rui Sousa wrote: > > On Thursday 4 September 2008 19:14, Hiroshi Shimamoto wrote: > >> Ingo Molnar wrote: > >>> * Rui Sousa <[EMAIL PROTECTED]> wrote: > Hi, > > This patch fixes compilation if CONFIG_TRACE_IRQFLAGS_SUPPORT is ever >