From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754893AbcK1Tsv (ORCPT ); Mon, 28 Nov 2016 14:48:51 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:35786 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752136AbcK1Tsm (ORCPT ); Mon, 28 Nov 2016 14:48:42 -0500 Message-ID: <1480362459.18162.83.camel@edumazet-glaptop3.roam.corp.google.com> Subject: Re: net: GPF in eth_header From: Eric Dumazet To: Dmitry Vyukov Cc: syzkaller , Hannes Frederic Sowa , David Miller , Tom Herbert , Alexander Duyck , Jiri Benc , Sabrina Dubroca , netdev , LKML Date: Mon, 28 Nov 2016 11:47:39 -0800 In-Reply-To: References: <1480359019.18162.79.camel@edumazet-glaptop3.roam.corp.google.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2016-11-28 at 20:34 +0100, Dmitry Vyukov wrote: > On Mon, Nov 28, 2016 at 8:04 PM, 'Andrey Konovalov' via syzkaller > > Hi Eric, > > > > As far as I can see, skb_network_offset() becomes negative after > > pskb_pull(skb, (u8 *) (fhdr + 1) - skb->data) in nf_ct_frag6_queue(). > > At least I'm able to detect that with a BUG_ON(). > > > > Also it seems that the issue is only reproducible (at least with the > > poc I provided) for a short time after boot. > > > Eric, > > Is it enough to debug? Or maybe Andrey can trace some values for you. Well, now we are talking, if you tell me how many modules you load, it might help ;) nf_ct_frag6_queue is nowhere to be seen in my kernels, that might explain why I could not reproduce the bug. Let me try ;)