Re: [uml-user] understanding child process

2017-05-03 Thread Richard Weinberger
On Sun, Apr 30, 2017 at 8:46 AM, Lakshmipathi.G wrote: > Hi Russ, > > Thanks for the response. I tried with Slackware root file system with > same kernel, now it doesn't spawn as many child process. Its possibly > related to root file system i guess (may be something like getty > process?). UML c

Re: [uml-user] [PATCH] um: Fix _print_addr()

2017-05-03 Thread Richard Weinberger
On Sun, Dec 25, 2016 at 11:11 PM, Richard Weinberger wrote: > Recent changes to printk() broke UML's stack trace > output. Kill the root of the problem by using a single > printk() statement. > > Signed-off-by: Richard Weinberger > --- > arch/um/kernel/sysrq.c | 6 ++ > 1 file changed, 2 ins

Re: [uml-user] [PATCH] um: Include kbuild.h instead of duplicating its macros

2017-05-03 Thread Richard Weinberger
On Mon, Apr 3, 2017 at 9:54 PM, Matthias Kaehlcke wrote: > Signed-off-by: Matthias Kaehlcke > --- > arch/x86/um/shared/sysdep/kernel-offsets.h | 9 + > 1 file changed, 1 insertion(+), 8 deletions(-) > > diff --git a/arch/x86/um/shared/sysdep/kernel-offsets.h > b/arch/x86/um/shared/sysde