From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH net-next 00/11] IPv6: rt->n (neighbour in rt6_info) removal (TAKE 3) Date: Thu, 17 Jan 2013 17:42:22 -0500 Message-ID: <20130117224222.GA29674@redhat.com> References: <50F837D5.4020505@linux-ipv6.org> <20130117.153753.1608817353719202851.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: yoshfuji@linux-ipv6.org, netdev@vger.kernel.org, xiyou.wangcong@gmail.com To: David Miller Return-path: Received: from mx1.redhat.com ([209.132.183.28]:27367 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752020Ab3AQWm2 (ORCPT ); Thu, 17 Jan 2013 17:42:28 -0500 Content-Disposition: inline In-Reply-To: <20130117.153753.1608817353719202851.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Jan 17, 2013 at 03:37:53PM -0500, David Miller wrote: > From: YOSHIFUJI Hideaki > Date: Fri, 18 Jan 2013 02:41:41 +0900 > > > This is "TAKE 3" of neighbour removal from rt6_info. > > > > 2->3: > > - Removed "icmp6_dst_alloc() removal" patch. > > This is nothing to do with this series. > > - Removed several unused variables, ifdefs, BUG_ONs. > > - Handled several comments from Cong Wang. > > - Reordered. > > This series is almost perfect, great work. I guess if this is going in soon, the ip6 rt->n related oops I reported this morning is moot ? (unless anyone cares about fixing it for older kernels) Dave