Re: [PATCH v6 08/22] bootconfig: init: Allow admin to use bootconfig for init command line
From: Masami Hiramatsu <mhiramat@kernel.org>
Date: 2020-08-04 00:29:25
Also in:
linux-fsdevel, lkml
From: Masami Hiramatsu <mhiramat@kernel.org>
Date: 2020-08-04 00:29:25
Also in:
linux-fsdevel, lkml
On Mon, 3 Aug 2020 13:22:38 -0400 Steven Rostedt [off-list ref] wrote:
On Mon, 3 Aug 2020 11:29:59 -0400 Arvind Sankar [off-list ref] wrote:quoted
quoted
+ /* parse_args() stops at '--' and returns an address */ + if (!IS_ERR(err) && err) + initargs_found = true; +I think you can drop the second IS_ERR, since we already checked that.Masami, Can you send this with the update as a normal patch (not a Cc to this thread). That way it gets caught by my patchwork scanning of my inbox.
OK, I'll update it.
Thanks! (/me is currently going through all his patchwork patches to pull in for the merge window.)
Thank you!
-- Steve
-- Masami Hiramatsu [off-list ref]