Re: [PATCH 2/3] bridge: netfilter handle RCU during removal

2006-02-09 Thread David S. Miller
From: Stephen Hemminger [EMAIL PROTECTED] Date: Mon, 06 Feb 2006 14:27:34 -0800 Bridge netfilter code needs to handle the case where device is removed from bridge while packet in process. In these cases the bridge_parent can be come null while processing. This should fix:

[PATCH 2/3] bridge: netfilter handle RCU during removal

2006-02-06 Thread Stephen Hemminger
Bridge netfilter code needs to handle the case where device is removed from bridge while packet in process. In these cases the bridge_parent can be come null while processing. This should fix: http://bugzilla.kernel.org/show_bug.cgi?id=5803 Signed-off-by: Stephen Hemminger [EMAIL PROTECTED] ---