On Thu, 26 Dec 2019 23:04:48 +0900 Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote: > 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@xxxxxxxxxx> > --- > Changes in v4: > - Remove ; in the end of lines. > - Rename /proc/supp_cmdline to /proc/bootconfig > - Simplify code. > --- > 0 files changed Starting with this patch, your diffstat shows no changes :-/ -- Steve > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0a0acbc968d6..9dc69bb6856f 100644