From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: Linux Oops on skb_release_data() Date: Tue, 8 Jun 2004 14:53:33 +0200 Sender: netdev-bounce@oss.sgi.com Message-ID: <20040608125333.GA1271@wotan.suse.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@oss.sgi.com Return-path: To: Lewis Adam-CAL022 Content-Disposition: inline In-Reply-To: Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org > Any ideas? Most likely you're corrupting memory somewhere, in particular overwrite the boundaries of the your skb data area. I would suggest to build the kernel with slab debugging and check all your skb->data accesses. -Andi