From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next-2.6] drivers/net : avoid some skb->ip_summed initializations Date: Thu, 02 Sep 2010 19:07:33 -0700 (PDT) Message-ID: <20100902.190733.116374097.davem@davemloft.net> References: <20100902.123801.102553189.davem@davemloft.net> <1283457301.3699.117.camel@edumazet-laptop> <20100902.130801.232752770.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: netdev@vger.kernel.org To: eric.dumazet@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38775 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752752Ab0ICCHQ convert rfc822-to-8bit (ORCPT ); Thu, 2 Sep 2010 22:07:16 -0400 In-Reply-To: <20100902.130801.232752770.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: =46rom: David Miller Date: Thu, 02 Sep 2010 13:08:01 -0700 (PDT) > From: Eric Dumazet > Date: Thu, 02 Sep 2010 21:55:01 +0200 >=20 >> Le jeudi 02 septembre 2010 =E0 12:38 -0700, David Miller a =E9crit : >>=20 >>> Respin with #1 please, thanks. >>=20 >> Sure ! >>=20 >> [PATCH] drivers/net : avoid some skb->ip_summed initializations >=20 > Thanks Eric, applied. You really didn't compile test this with the debugging actually enabled, did you? :-) I fixed the BUG() to be a BUG_ON().