[uml-user] [PATCH] SKAS3 for 2.6.28 stock ubuntu kernel

2009-05-15 Thread Leonid Chaichenets
Hello list, I‘ve modified the patch by Ryan Finnie to successfully patch against stock ubuntu sources (package: linux-source-2.6.28). Please note, that CONFIG_PROC_MM_DUMPABLE ("Make UML childs /proc/ completely browsable") is broken. -- Best Regards, Leonid Chaichenets. --

Re: [uml-user] [PATCH] SKAS3 for 2.6.28 stock ubuntu kernel

2009-05-15 Thread Leonid Chaichenets
On Fri, May 15, 2009 at 04:02:16PM +0200, Leonid Chaichenets wrote: > Hello list, > > I‘ve modified the patch by Ryan Finnie to successfully patch against > stock ubuntu sources (package: linux-source-2.6.28). Okay, I should include the actual patch... --- arch/um/include/asm/compat.h +++ arch/um/

[uml-user] [PATCH 05/11] arch/um: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(

2009-05-15 Thread Joe Perches
From: Joe Perches Signed-off-by: Joe Perches --- arch/um/drivers/hostaudio_kern.c | 38 +++--- 1 files changed, 11 insertions(+), 27 deletions(-) diff --git a/arch/um/drivers/hostaudio_kern.c b/arch/um/drivers/hostaudio_kern.c index 368219c..2f5b343 100644 ---