Re: [PATCH] integrity: get rid of unneeded initializations in integrity_iint_cache entries

From: Mimi Zohar
Date: Thu Dec 07 2017 - 09:36:06 EST


On Thu, 2017-12-07 at 07:01 -0500, Jeff Layton wrote:
> On Thu, 2017-07-06 at 15:43 -0400, Mimi Zohar wrote:
> > On Thu, 2017-07-06 at 10:04 -0500, Serge E. Hallyn wrote:
> > > Quoting Jeff Layton (jlayton@xxxxxxxxxx):
> > > > From: Jeff Layton <jlayton@xxxxxxxxxx>
> > > >
> > > > The init_once routine memsets the whole object to 0, and then
> > > > explicitly sets some of the fields to 0 again. Just remove the explicit
> > > > initializations.
> > > >
> > > > Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx>
> > >
> > > Reviewed-by: Serge Hallyn <serge@xxxxxxxxxx>
> >
> > Thanks, queued.
> >
> > Mimi
> >
>
> Hi Mimi,
>
> I notice that this patch hasn't made the last couple of releases. Was it
> dropped for some reason?

Thanks for the reminder. ÂI accidentally dropped it (and Sascha
Hauer's patch). ÂThe subject line is too long. ÂAssuming you don't
object, I'll replace the "get rid of" with "removed" and queue the
patch in the next-queued-testing branch.

Mimi