Re: [PATCH v3] bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline

From: Linus Torvalds
Date: Tue Feb 04 2020 - 17:07:12 EST


On Tue, Feb 4, 2020 at 4:04 PM Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>
> +not_found:
> + pr_err("config=bootconfig on command line, but no bootconfig found\n");

The error message didn't get updated for the updated command line syntax.

Linus