From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754909AbaIBSLb (ORCPT ); Tue, 2 Sep 2014 14:11:31 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:51393 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750954AbaIBSL3 (ORCPT ); Tue, 2 Sep 2014 14:11:29 -0400 Message-ID: <1409681487.26422.1.camel@edumazet-glaptop2.roam.corp.google.com> Subject: Re: RTNL: assertion failed at net/ipv6/addrconf.c (1699) From: Eric Dumazet To: Cong Wang Cc: Hannes Frederic Sowa , Sabrina Dubroca , Tommi Rantala , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , netdev , LKML , trinity@vger.kernel.org, Dave Jones Date: Tue, 02 Sep 2014 11:11:27 -0700 In-Reply-To: References: <20140829195339.GA9780@kria> <1409363489.2980.17.camel@localhost> <1409680684.972417.162793869.03CF8A61@webmail.messagingengine.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2014-09-02 at 11:04 -0700, Cong Wang wrote: > On Tue, Sep 2, 2014 at 10:58 AM, Hannes Frederic Sowa > > I definitely don't have a problem cleaning this up in net-next. I wanted > > a minimal patch for stable because I didn't check history where and when > > additional users of dev_get_by_flags_rcu were removed. > > `git grep` should show you we only have one caller. Apparently we don't > care about any out-of-tree module. Point is : you did not check if some stable versions had more callers. Its very nice you checked current version, but it is not enough for a stable candidate.