[PATCH bootconfig 0/3] Expose boot-loader kernel command-line arguments
From: Paul E. McKenney
Date: Thu Oct 05 2023 - 13:23:00 EST
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(-)