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