Re: [PATCH] sh: Stop printing the virtual memory layout

From: Kees Cook
Date: Thu Mar 05 2020 - 16:17:08 EST


On Thu, Mar 05, 2020 at 01:51:58PM -0700, Tycho Andersen wrote:
> On Thu, Mar 05, 2020 at 10:56:29AM -0500, Arvind Sankar wrote:
> > On Thu, Mar 05, 2020 at 04:49:22PM +0100, John Paul Adrian Glaubitz wrote:
> > > On 3/5/20 4:46 PM, Arvind Sankar wrote:
> > > > Not really too late. I can do s/pr_info/pr_devel and resubmit.
> > > >
> > > > parisc for eg actually hides this in #if 0 rather than deleting the
> > > > code.
> > > >
> > > > Kees, you fine with that?
> > >
> > > But wasn't it removed for all the other architectures already? Or are these
> > > changes not in Linus' tree yet?
> > >
> > > Adrian
> >
> > The ones mentioned in the commit message, yes, those are long gone. But
> > I don't see any reason why the remaining ones (there are 6 left that I
> > submitted patches just now for) couldn't switch to pr_devel instead.
>
> If you do happen to re-send with pr_debug() instead, feel free to add

(FYI, pr_devel() was suggested, not pr_debug() -- the former is
compile-time enabled with DEBUG and the latter can be enabled dynamically
in some cases in the kernel, so pr_debug() should not be used.)

> my ack to that series as well. But in any case, this one is also:
>
> Acked-by: Tycho Andersen <tycho@xxxxxxxx>

Same for me. :) Consider the series:

Acked-by: Kees Cook <keescook@xxxxxxxxxxxx>

--
Kees Cook