From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 06 Jan 2011 11:33:20 -0800 (PST) Message-Id: <20110106.113320.28809548.davem@davemloft.net> From: David Miller In-Reply-To: References: <20110103101533.3f98b311@nehalam> <20110103.121336.212692696.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH] net: bridge: check the length of skb after nf_bridge_maybe_copy_header() List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xiaosuo@gmail.com Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org From: Changli Gao Date: Wed, 5 Jan 2011 21:37:28 +0800 > On Tue, Jan 4, 2011 at 4:13 AM, David Miller wrote: >> From: Stephen Hemminger >>> >>> Because PPPOE happens afterwards and is not part the calculation. >>> The check should be moved until after skb has reached final form. >> >> That works for me. >> > > So, is my patch acceptable? Yes, I've applied it, thank you.