From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH] bridge: reset IPCB in br_parse_ip_options Date: Wed, 13 Apr 2011 17:08:41 -0700 Message-ID: <20110413170841.7635ff53@nehalam> References: <1302708487.3725.0.camel@edumazet-laptop> <20110413.144812.116375845.davem@davemloft.net> <20110413170351.078cfa2f@nehalam> <20110413.170503.193709874.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: eric.dumazet@gmail.com, lkml@scotdoyle.com, shimoda.hiroaki@gmail.com, netdev@vger.kernel.org To: David Miller Return-path: Received: from mail.vyatta.com ([76.74.103.46]:50253 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750871Ab1DNAIn (ORCPT ); Wed, 13 Apr 2011 20:08:43 -0400 In-Reply-To: <20110413.170503.193709874.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On Wed, 13 Apr 2011 17:05:03 -0700 (PDT) David Miller wrote: > From: Stephen Hemminger > Date: Wed, 13 Apr 2011 17:03:51 -0700 > > > On Wed, 13 Apr 2011 14:48:12 -0700 (PDT) > > David Miller wrote: > > > >> From: Eric Dumazet > >> Date: Wed, 13 Apr 2011 17:28:07 +0200 > >> > >> > Dont worry, Stephen or me will send it asap. > >> > >> I'm looking forward to it :) > > > > You applied the clear of ipcb already. > > There are other patches involved, I think. > > The one with the NULL route handling, for one. > > Please follow back in this thread for the details, the IPCB clear > wasn't sufficient to get rid of all of the reporter's OOPS's. Agreed, it is not the complete fix. --