summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@kernel.org>2020-01-11 01:04:19 +0900
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2020-01-13 13:19:39 -0500
commitc1a3c36017d4c4a4c61aa5f86704b7e80b92d3f7 (patch)
treeeab270f6ceac87cdf79c5b55cf625e8cb63746a9 /MAINTAINERS
parent081c65360bd817672d0753fdf68ab34802d7a81d (diff)
downloadlinux-stable-c1a3c36017d4c4a4c61aa5f86704b7e80b92d3f7.tar.gz
linux-stable-c1a3c36017d4c4a4c61aa5f86704b7e80b92d3f7.tar.bz2
linux-stable-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--MAINTAINERS1
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/*