Re: [PATCH] proc: save LOC in vsyscall test

From: Brian Foster
Date: Wed Aug 17 2022 - 14:42:14 EST


On Wed, Aug 17, 2022 at 11:28:02AM -0700, Andrew Morton wrote:
> On Tue, 16 Aug 2022 07:44:48 -0400 Brian Foster <bfoster@xxxxxxxxxx> wrote:
>
> > On Mon, Aug 15, 2022 at 12:50:04PM +0300, Alexey Dobriyan wrote:
> > > From: Brian Foster <bfoster@xxxxxxxxxx>
> > >
> > > Do one fork in vsyscall detection code and let SIGSEGV handler exit and
> > > carry information to the parent saving LOC.
> > >
> > > [
> > > redo original patch,
> > > delete unnecessary variables,
> > > minimise code changes.
> > > --adobriyan
> > > ]
> > >
> > > Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
> > > ---
> >
> > LGTM and passes my quick tests, thanks!
> >
> > FWIW:
> >
> > Reviewed-by: Brian Foster <bfoster@xxxxxxxxxx>
>
> It would be appropriate for us to include your Signed-off-by. Please
> send one along?
>

Sure, feel free to use whichever tags make the most sense:

Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx>