Re: [for-next][PATCH 04/26] bootconfig: Add Extra Boot Config support

From: Masami Hiramatsu
Date: Tue Feb 18 2020 - 21:26:56 EST


On Tue, 18 Feb 2020 20:38:50 +0100
Borislav Petkov <bp@xxxxxxxxx> wrote:

> On Tue, Feb 18, 2020 at 12:57:48PM -0500, Steven Rostedt wrote:
> > OK, what if we put it as default 'n' but we still check if "bootconfig"
> > is on the command line. And if it is, we warn with something like:
> >
> > #ifndef CONFIG_BOOTCONFIG
> > pr_err("WARNING: 'bootconfig' found on the kernel command line but CONFIG_BOOTCONFIG is not set in this kernel\n");
> > #endif
>
> Sure, makes sense to me. And all the code that requires it, can simply
> select BOOTCONFIG.

OK, so I'll update it.

Thanks!

--
Masami Hiramatsu <mhiramat@xxxxxxxxxx>