mbox series

[v2,fs/proc/bootconfig,0/2] remove redundant comments from /proc/bootconfig

Message ID b1ab4893-46cb-4611-80d8-e05f32305d61@paulmck-laptop (mailing list archive)
Headers show
Series remove redundant comments from /proc/bootconfig | expand

Message

Paul E. McKenney April 9, 2024, 4:42 a.m. UTC
Hello!

This series removes redundant comments from /proc/bootconfig:

1.	fs/proc: remove redundant comments from /proc/bootconfig,
	courtesy of Zhenhua Huang.

2.	fs/proc: Skip bootloader comment if no embedded kernel parameters,
	courtesy of Masami Hiramatsu.

						Thanx, Paul

------------------------------------------------------------------------

 b/fs/proc/bootconfig.c       |   12 ++++++------
 b/include/linux/bootconfig.h |    1 +
 b/init/main.c                |    5 +++++
 fs/proc/bootconfig.c         |    2 +-
 4 files changed, 13 insertions(+), 7 deletions(-)

Comments

Masami Hiramatsu (Google) April 9, 2024, 2:32 p.m. UTC | #1
Hi Paul,

Thanks, both looks good to me.

Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>

Let me update bootconfig/fixes.

On Mon, 8 Apr 2024 21:42:49 -0700
"Paul E. McKenney" <paulmck@kernel.org> wrote:

> Hello!
> 
> This series removes redundant comments from /proc/bootconfig:
> 
> 1.	fs/proc: remove redundant comments from /proc/bootconfig,
> 	courtesy of Zhenhua Huang.
> 
> 2.	fs/proc: Skip bootloader comment if no embedded kernel parameters,
> 	courtesy of Masami Hiramatsu.
> 
> 						Thanx, Paul
> 
> ------------------------------------------------------------------------
> 
>  b/fs/proc/bootconfig.c       |   12 ++++++------
>  b/include/linux/bootconfig.h |    1 +
>  b/init/main.c                |    5 +++++
>  fs/proc/bootconfig.c         |    2 +-
>  4 files changed, 13 insertions(+), 7 deletions(-)
>
Paul E. McKenney April 9, 2024, 4:07 p.m. UTC | #2
On Tue, Apr 09, 2024 at 11:32:48PM +0900, Masami Hiramatsu wrote:
> Hi Paul,
> 
> Thanks, both looks good to me.
> 
> Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
> 
> Let me update bootconfig/fixes.

Thank you very much!  As soon as I see them in -next from you, I will
drop them from -rcu.

							Thanx, Paul

> On Mon, 8 Apr 2024 21:42:49 -0700
> "Paul E. McKenney" <paulmck@kernel.org> wrote:
> 
> > Hello!
> > 
> > This series removes redundant comments from /proc/bootconfig:
> > 
> > 1.	fs/proc: remove redundant comments from /proc/bootconfig,
> > 	courtesy of Zhenhua Huang.
> > 
> > 2.	fs/proc: Skip bootloader comment if no embedded kernel parameters,
> > 	courtesy of Masami Hiramatsu.
> > 
> > 						Thanx, Paul
> > 
> > ------------------------------------------------------------------------
> > 
> >  b/fs/proc/bootconfig.c       |   12 ++++++------
> >  b/include/linux/bootconfig.h |    1 +
> >  b/init/main.c                |    5 +++++
> >  fs/proc/bootconfig.c         |    2 +-
> >  4 files changed, 13 insertions(+), 7 deletions(-)
> > 
> 
> 
> -- 
> Masami Hiramatsu (Google) <mhiramat@kernel.org>