[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <6ea609a4-12e3-4266-8816-b9fca1f1f21c@paulmck-laptop>
Date: Thu, 5 Oct 2023 10:16:45 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-doc@...r.kernel.org
Cc: Jonathan Corbet <corbet@....net>,
"Masami Hiramatsu (Google)" <mhiramat@...nel.org>
Subject: [PATCH bootconfig 0/3] Expose boot-loader kernel command-line
arguments
Hello!
This series contains bootconfig updates that make the kernel command-line
arguments that came from the bootloader (excluding those from bootconfig)
visible as a comment in the existing /proc/bootconfig file. It also
updates documentation.
1. Update /proc/cmdline documentation to include boot config.
2. fs/proc: Add boot loader arguments as comment to /proc/bootconfig.
3. Add /proc/bootconfig to proc.rst.
Thanx, Paul
------------------------------------------------------------------------
Documentation/filesystems/proc.rst | 5 +++++
b/Documentation/filesystems/proc.rst | 3 ++-
b/fs/proc/bootconfig.c | 6 ++++++
3 files changed, 13 insertions(+), 1 deletion(-)
Powered by blists - more mailing lists