[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080414.004626.161082224.davem@davemloft.net>
Date: Mon, 14 Apr 2008 00:46:26 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: kaber@...sh.net
Cc: xemul@...nvz.org, rjw@...k.pl, linux-kernel@...r.kernel.org,
protasnb@...il.com, netdev@...r.kernel.org, andy@...yhouse.net
Subject: Re: 2.6.25-rc9: Reported regressions from 2.6.24
From: Patrick McHardy <kaber@...sh.net>
Date: Sun, 13 Apr 2008 22:18:54 +0200
> [BRIDGE]: Fix crash in __ip_route_output_key with bridge netfilter
>
> The bridge netfilter code attaches a fake dst_entry with a pointer to a
> fake net_device structure to skbs it passes up to IPv4 netfilter. This
> leads to crashes when the skb is passed to __ip_route_output_key when
> dereferencing the namespace pointer.
>
> Since bridging can currently only operate in the init_net namespace,
> the easiest fix for now is to initialize the nd_net pointer of the
> fake net_device struct to &init_net.
>
> Should fix bugzilla 10323: http://bugzilla.kernel.org/show_bug.cgi?id=10323
>
> Signed-off-by: Patrick McHardy <kaber@...sh.net>
Even though we don't have a test report back yet, I've applied this,
thanks Patrick.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists