[PATCH bootconfig 0/3] Expose boot-loader kernel command-line arguments

Paul E. McKenney posted 3 patches 2 years, 2 months ago
Documentation/filesystems/proc.rst   |    5 +++++
b/Documentation/filesystems/proc.rst |    3 ++-
b/fs/proc/bootconfig.c               |    6 ++++++
3 files changed, 13 insertions(+), 1 deletion(-)
[PATCH bootconfig 0/3] Expose boot-loader kernel command-line arguments
Posted by Paul E. McKenney 2 years, 2 months ago
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(-)