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

Message ID 6ea609a4-12e3-4266-8816-b9fca1f1f21c@paulmck-laptop
Headers
Series Expose boot-loader kernel command-line arguments |

Message

Paul E. McKenney Oct. 5, 2023, 5:16 p.m. UTC
  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(-)