Re: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-10 Thread Rusty Russell
David Cohen writes: > On 04/10/2013 03:32 AM, Rusty Russell wrote: >> David Cohen writes: >>> openssl may send garbage to stderr when generating X.509 key pair for >>> modules signature regardless there was an error or not. It makes more >>> difficult to create scripts based on kernel error/warni

RE: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-10 Thread Gross, Mark
; To: Gross, Mark; Cohen, David A; dhowe...@redhat.com > Cc: linux-kernel@vger.kernel.org > Subject: RE: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling > modules signature > > "Gross, Mark" writes: > > Reviewed-by: mark gross > > Not sure that&#x

Re: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-10 Thread David Cohen
On 04/10/2013 03:32 AM, Rusty Russell wrote: David Cohen writes: openssl may send garbage to stderr when generating X.509 key pair for modules signature regardless there was an error or not. It makes more difficult to create scripts based on kernel error/warning messages. When compiling kernel

Re: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-10 Thread David Howells
Rusty Russell wrote: > From: David Cohen > Subject: MODSIGN: do not send garbage to stderr when enabling modules > signature > > When compiling kernel with -jN (N > 1), all warning/error messages > printed while openssl is generating key pair may get mixed dots and > other symbols openssl send

RE: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-10 Thread Rusty Russell
"Gross, Mark" writes: > Reviewed-by: mark gross Not sure that's a valid email address, so I added a space. Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.or

Re: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-10 Thread Rusty Russell
David Cohen writes: > openssl may send garbage to stderr when generating X.509 key pair for > modules signature regardless there was an error or not. It makes more > difficult to create scripts based on kernel error/warning messages. > > When compiling kernel with -jN (N > 1), all warning/error me

RE: [PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-09 Thread Gross, Mark
> -Original Message- > From: Cohen, David A > Sent: Tuesday, April 09, 2013 2:39 PM > To: ru...@rustcorp.com.au; dhowe...@redhat.com > Cc: linux-kernel@vger.kernel.org; Gross, Mark; Cohen, David A > Subject: [PATCH v2] MODSIGN: do not send garbage to stderr when

[PATCH v2] MODSIGN: do not send garbage to stderr when enabling modules signature

2013-04-09 Thread David Cohen
openssl may send garbage to stderr when generating X.509 key pair for modules signature regardless there was an error or not. It makes more difficult to create scripts based on kernel error/warning messages. When compiling kernel with -jN (N > 1), all warning/error messages printed while openssl i