From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Date: Thu, 27 Jun 2019 22:07:04 +0000 Subject: Re: [PATCH 8/9] keys: Network namespace domain tag [ver #4] Message-Id: <30674.1561673224@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <156096279115.28733.8761881995303698232.stgit@warthog.procyon.org.uk> <156096287188.28733.15342608110117616221.stgit@warthog.procyon.org.uk> In-Reply-To: To: Willem de Bruijn Cc: dhowells@redhat.com, "Eric W. Biederman" , keyrings@vger.kernel.org, linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, Network Development , linux-afs@lists.infradead.org, dwalsh@redhat.com, vgoyal@redhat.com, linux-security-module@vger.kernel.org, linux-fsdevel@vger.kernel.org, LKML Willem de Bruijn 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