From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760124AbYDMTyv (ORCPT ); Sun, 13 Apr 2008 15:54:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753894AbYDMTtR (ORCPT ); Sun, 13 Apr 2008 15:49:17 -0400 Received: from stinky.trash.net ([213.144.137.162]:51065 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758004AbYDMTtP (ORCPT ); Sun, 13 Apr 2008 15:49:15 -0400 Message-ID: <480262E9.4030500@trash.net> Date: Sun, 13 Apr 2008 21:45:45 +0200 From: Patrick McHardy User-Agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: Linux Kernel Mailing List , Adrian Bunk , Andrew Morton , Linus Torvalds , Natalie Protasevich , Linux Netdev List , andy@greyhouse.net, Pavel Emelyanov Subject: Re: 2.6.25-rc9: Reported regressions from 2.6.24 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rafael J. Wysocki wrote: > This message contains a list of some regressions from 2.6.24, for which there > are no fixes in the mainline I know of. If any of them have been fixed already, > please let me know. > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=10323 > Subject : panic using bridging on linus kernel 2.6.25-rc6 > Submitter : Andy Gospodarek > Date : 2008-03-25 11:40 (20 days old) This looks like another network-namespace regression. icmp_send() does: net = rt->u.dst.dev->nd_net; The bridge netfilter code attaches a fake dst_entry to the skb which has dev == NULL when passing it to IPv4 netfilter. Pavel, do you have a better ideas for fixing this than instantiating a dst_entry in br_netfilter.c for every device (or at least for every namespace)?