Re: [PATCH 8/9] keys: Network namespace domain tag [ver #4]

From: David Howells
Date: Thu Jun 27 2019 - 18:07:17 EST


Willem de Bruijn <willemdebruijn.kernel@xxxxxxxxx> wrote:

> > +#ifdef CONFIG_KEYS
> > +out_free_2:
> > + kmem_cache_free(net_cachep, net);
>
> needs
> net = NULL;
>
> to signal failure
>
> > +#endif

I've folded that into the patch and retagged, remerged and repushed.

David