[uml-devel] [PATCH] SKAS4 - Clean up command line disable output

2008-04-28 Thread Ryan Finnie
The PTRACE_GETSIGINFO notice was missing a linefeed. In addition, tab and wrap each SKAS4 "disabled" message in parens so it doesn't break up the indendation within the switch_mm check block. Signed-off-by: Ryan Finnie <[EMAIL PROTECTED]> --- start_up.c | 11 +-- 1 file changed, 5 i

Re: [uml-devel] [PATCH] SKAS4 - Clean up command line disable output

2008-04-28 Thread Jeff Dike
On Mon, Apr 14, 2008 at 05:16:28PM -0700, Ryan Finnie wrote: > The PTRACE_GETSIGINFO notice was missing a linefeed. In addition, tab > and wrap each SKAS4 "disabled" message in parens so it doesn't break up > the indendation within the switch_mm check block. Looks good, but I'm going to want a

[uml-devel] [PATCH] SKAS4 - Clean up command line disable output

2008-04-14 Thread Ryan Finnie
The PTRACE_GETSIGINFO notice was missing a linefeed. In addition, tab and wrap each SKAS4 "disabled" message in parens so it doesn't break up the indendation within the switch_mm check block. diff -ruN linux-2.6.24.orig/arch/um/os-Linux/start_up.c linux-2.6.24/arch/um/os-Linux/start_up.c --- l