Re: [PATCH v2] fork: Unconditionally clear stack on fork

From: Andrew Morton
Date: Wed Apr 18 2018 - 15:50:13 EST


On Wed, 18 Apr 2018 09:38:07 -0700 Kees Cook <keescook@xxxxxxxxxxxx> wrote:

> >> So some quite careful quantitative testing is needed here, methinks.
> >
> > Well, I did some more with perf and cycle counts on running 100,000
> > execs of /bin/true.
> >
> > before:
> > Cycles: 218858861551 218853036130 214727610969 227656844122 224980542841
> > Mean: 221015379122.60
> > Std Dev: 4662486552.47
> >
> > after:
> > Cycles: 213868945060 213119275204 211820169456 224426673259 225489986348
> > Mean: 217745009865.40
> > Std Dev: 5935559279.99
> >
> > It continues to look like it's faster, though the deviation is rather
> > wide, but I'm not sure what I could do that would be less noisy. I'm
> > open to ideas!
>
> Friendly ping. Andrew, can you add this to -mm?

I did so on Feb 21 but didn't merge it up because I'd told myself that
careful perf testing is needed. I guess we've sufficiently ticked that
box. Kind of. Maybe.

Oh well, it's easy enough to revert. I'll add it to the next
batch-for-Linus.