From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: BUG in skb_pull with e1000e, PPTP, and L2TP Date: Mon, 17 Oct 2011 15:25:31 -0700 Message-ID: <20111017152531.144b16a1@nehalam.linuxnetplumber.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: netdev@vger.kernel.org, Jeff Kirsher , Jesse Brandeburg , Bruce Allan , Carolyn Wyborny , Don Skidmore , Greg Rose , PJ Waskiewicz , Alex Duyck , John Ronciak , e1000-devel@lists.sourceforge.net To: Bradley Peterson Return-path: Received: from mail.vyatta.com ([76.74.103.46]:45240 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752134Ab1JQWZe convert rfc822-to-8bit (ORCPT ); Mon, 17 Oct 2011 18:25:34 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 17 Oct 2011 17:19:53 -0500 Bradley Peterson wrote: > using 3rd > party pptp and l2tp modules.=A0 More than likely your 3rd party modules are buggy and can't handle all the possible types of skb layout.=20 I have seen out of tree code that can't handle non-linear skb's. You need to take it up with the those developer.