diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2020-01-11 01:04:19 +0900 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-01-13 13:19:39 -0500 |
commit | c1a3c36017d4c4a4c61aa5f86704b7e80b92d3f7 (patch) | |
tree | eab270f6ceac87cdf79c5b55cf625e8cb63746a9 /MAINTAINERS | |
parent | 081c65360bd817672d0753fdf68ab34802d7a81d (diff) | |
download | linux-c1a3c36017d4c4a4c61aa5f86704b7e80b92d3f7.tar.gz linux-c1a3c36017d4c4a4c61aa5f86704b7e80b92d3f7.tar.bz2 linux-c1a3c36017d4c4a4c61aa5f86704b7e80b92d3f7.zip |
proc: bootconfig: Add /proc/bootconfig to show boot config list
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.
Link: http://lkml.kernel.org/r/157867225967.17873.12155805787236073787.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 06005006de7c..903e8a7ed0bf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15774,6 +15774,7 @@ EXTRA BOOT CONFIG M: Masami Hiramatsu <mhiramat@kernel.org> S: Maintained F: lib/bootconfig.c +F: fs/proc/bootconfig.c F: include/linux/bootconfig.h F: tools/bootconfig/* |