Re: [PATCH v5 05/22] proc: bootconfig: Add /proc/bootconfig to show boot config list
From: Masami Hiramatsu <mhiramat@kernel.org>
Date: 2020-01-10 00:53:04
Also in:
linux-fsdevel, lkml
From: Masami Hiramatsu <mhiramat@kernel.org>
Date: 2020-01-10 00:53:04
Also in:
linux-fsdevel, lkml
On Thu, 9 Jan 2020 16:37:22 -0500 Steven Rostedt [off-list ref] wrote:
On Thu, 26 Dec 2019 23:04:48 +0900 Masami Hiramatsu [off-list ref] wrote:quoted
Add /proc/bootconfig which shows the list of key-value pairs in boot config. Since after boot, all boot configs and tree are removed, this interface just keep a copy of key-value pairs in text. Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> --- Changes in v4: - Remove ; in the end of lines. - Rename /proc/supp_cmdline to /proc/bootconfig - Simplify code. --- 0 files changedStarting with this patch, your diffstat shows no changes :-/
Oops, I'll check why this happened... Thank you!
-- Stevequoted
diff --git a/MAINTAINERS b/MAINTAINERS index 0a0acbc968d6..9dc69bb6856f 100644
-- Masami Hiramatsu [off-list ref]