Re: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline

2015-02-05 Thread Dave Young
On 02/05/15 at 09:11am, Borislav Petkov wrote: > On Thu, Feb 05, 2015 at 11:18:46AM +0800, Dave Young wrote: > > > diff --git a/include/linux/efi.h b/include/linux/efi.h > > > index 0238d612750e..14cec75d7e74 100644 > > > --- a/include/linux/efi.h > > > +++ b/include/linux/efi.h > > > @@ -940,6 +94

Re: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline

2015-02-05 Thread Borislav Petkov
On Thu, Feb 05, 2015 at 11:18:46AM +0800, Dave Young wrote: > > diff --git a/include/linux/efi.h b/include/linux/efi.h > > index 0238d612750e..14cec75d7e74 100644 > > --- a/include/linux/efi.h > > +++ b/include/linux/efi.h > > @@ -940,6 +940,7 @@ extern int __init efi_setup_pcdp_console(char *); >

Re: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline

2015-02-04 Thread Dave Young
On 01/30/15 at 05:43pm, Borislav Petkov wrote: > From: Borislav Petkov > Date: Mon, 26 Jan 2015 19:49:59 +0100 > Subject: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline > > ... and hide the memory regions dump behind it. Make it default-off. > > Signed-off-by: Borislav Petkov > Link

Re: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline

2015-02-04 Thread Parmeshwr Prasad
Some messages from efifb also should be suppressed. It will be better if we can move them under efi=debug kernel parameter. Please review the following patch. >From 7fbac896ab87f1b37646ac2f49bb8216ec330642 Mon Sep 17 00:00:00 2001 From: Parmeshwr Prasad Date: Wed, 4 Feb 2015 06:50:32 -0500 Subj

Re: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline

2015-01-30 Thread Borislav Petkov
On Fri, Jan 30, 2015 at 10:06:13AM -0800, Randy Dunlap wrote: > Please update Documentation/kernel-parameters.txt also. Good idea. Done. Thanks. :-) -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. -- -- To unsubscribe from this list: send the line "unsubscribe linux-

Re: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline

2015-01-30 Thread Randy Dunlap
On 01/30/15 08:43, Borislav Petkov wrote: > From: Borislav Petkov > Date: Mon, 26 Jan 2015 19:49:59 +0100 > Subject: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline > Please update Documentation/kernel-parameters.txt also. > ... and hide the memory regions dump behind it. Make it def

Re: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline

2015-01-30 Thread Laszlo Ersek
On 01/30/15 17:43, Borislav Petkov wrote: > From: Borislav Petkov > Date: Mon, 26 Jan 2015 19:49:59 +0100 > Subject: [PATCH] efi, x86: Add a "debug" option to the efi= cmdline > > ... and hide the memory regions dump behind it. Make it default-off. > > Signed-off-by: Borislav Petkov > Link: htt