Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934452AbcKVW3M (ORCPT ); Tue, 22 Nov 2016 17:29:12 -0500 Received: from mail-io0-f181.google.com ([209.85.223.181]:33207 "EHLO mail-io0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932636AbcKVW3K (ORCPT ); Tue, 22 Nov 2016 17:29:10 -0500 MIME-Version: 1.0 In-Reply-To: References: <582b7c30.nXQXP2V4/6pFiYwt%xiaolong.ye@intel.com> From: Eric Dumazet Date: Tue, 22 Nov 2016 14:28:53 -0800 Message-ID: Subject: Re: [net] 34fad54c25: kernel BUG at include/linux/skbuff.h:1935! To: Linus Torvalds Cc: kernel test robot , David Miller , LKP , LKML , Alexei Starovoitov , Willem de Bruijn , Alexander Duyck , Network Development Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 29 On Tue, Nov 22, 2016 at 2:04 PM, Linus Torvalds wrote: > David, Eric, > > what's the situation on this issue? The bisection looks a bit odd, > but the commit in question does end up changing the key_control->thoff > value for the failure case, so maybe that in turn ends up screwing up > a later skb_pull. > > I'm not seeing anything that might fix this in the last networking > pull, but I may have missed something. > > I also noticed that the kernel test robot had screwed up the > participants list for some reason, and had > > "Acked-by: Alexander Duyck , David S. > Miller" > > as one of the participants. So there's some odd commit parsing issue > there somewhere. But Alexander seems to have seen this report despite > that, it just never went anywhere that I can tell. > > Linus > This is fixed by : https://git.kernel.org/cgit/linux/kernel/git/davem/net.git/commit/?id=c9b8af1330198ae241cd545e1f040019010d44d9 Thanks