From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752908Ab1LVHF3 (ORCPT ); Thu, 22 Dec 2011 02:05:29 -0500 Received: from a.mx.secunet.com ([195.81.216.161]:57762 "EHLO a.mx.secunet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733Ab1LVHF0 (ORCPT ); Thu, 22 Dec 2011 02:05:26 -0500 Date: Thu, 22 Dec 2011 08:05:18 +0100 From: Steffen Klassert To: Eric Dumazet Cc: Chris Boot , David Miller , lkml , netdev Subject: Re: [PATCH] bridge: provide a mtu() method for fake_dst_ops Message-ID: <20111222070518.GQ6348@secunet.com> References: <4EF2117F.6000803@bootc.net> <1324488984.2301.45.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <1324490401.2301.46.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> <4EF23BF2.4000601@bootc.net> <1324499332.2621.7.camel@edumazet-laptop> <1324500775.2621.9.camel@edumazet-laptop> <4EF2568C.6040006@bootc.net> <1324528656.2621.19.camel@edumazet-laptop> <1324533632.2621.35.camel@edumazet-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1324533632.2621.35.camel@edumazet-laptop> User-Agent: Mutt/1.5.20 (2009-06-14) X-OriginalArrivalTime: 22 Dec 2011 07:05:18.0849 (UTC) FILETIME=[10455710:01CCC078] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 22, 2011 at 07:00:32AM +0100, Eric Dumazet wrote: > Commit 618f9bc74a039da76 (net: Move mtu handling down to the protocol > depended handlers) forgot the bridge netfilter case, adding a NULL > dereference in ip_fragment(). > > Reported-by: Chris Boot > CC: Steffen Klassert > Signed-off-by: Eric Dumazet As I said in the other mail, the bug is probaply arround for longer. Anyway, Acked-by: Steffen Klassert Thanks!