From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH net] netlink: make sure -EBUSY won't escape from netlink_insert Date: Fri, 18 Sep 2015 10:05:38 +0200 Message-ID: <55FBC5D2.20200@iogearbox.net> References: <20150810.110015.1616067694505641781.davem@davemloft.net> <20150917054114.GN1983@Chimay.local> <20150918020922.GA30070@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Christoph Paasch , David Miller , Thomas Graf , Network Development To: Herbert Xu , Linus Torvalds Return-path: Received: from www62.your-server.de ([213.133.104.62]:60847 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbbIRIFq (ORCPT ); Fri, 18 Sep 2015 04:05:46 -0400 In-Reply-To: <20150918020922.GA30070@gondor.apana.org.au> Sender: netdev-owner@vger.kernel.org List-ID: On 09/18/2015 04:09 AM, Herbert Xu wrote: > On Thu, Sep 17, 2015 at 11:47:12AM -0700, Linus Torvalds wrote: >> On Wed, Sep 16, 2015 at 10:41 PM, Christoph Paasch >> wrote: >>> >>> can this patch get queued up for 4.1 as well? >>> It seems to fix a similar issue in 4.1.6. >> >> I think Herbert has an additional patch for this issue. But yes, I >> think should be scheduled for stable. Herbert? > > Yes this should be safe for stable, even though the real cause of > the problem is probably the one that Tejun spotted. Yes, agreed. Thanks, Daniel