Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756056AbcKVR3S (ORCPT ); Tue, 22 Nov 2016 12:29:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58394 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933690AbcKVR3M (ORCPT ); Tue, 22 Nov 2016 12:29:12 -0500 Date: Tue, 22 Nov 2016 18:29:14 +0100 From: Greg KH To: Andre Noll Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jiri Slaby , Eric Dumazet , Yibin Yang , Alexander Duyck , Willem de Bruijn , Alexei Starovoitov , "David S. Miller" Subject: Re: Linux 4.4.34 Message-ID: <20161122172914.GA2555@kroah.com> References: <20161121092855.GA20976@kroah.com> <20161122165912.GA19939@tuebingen.mpg.de> <20161122170654.GA20022@kroah.com> <20161122172247.GB19939@tuebingen.mpg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161122172247.GB19939@tuebingen.mpg.de> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1638 Lines: 38 On Tue, Nov 22, 2016 at 06:22:47PM +0100, Andre Noll wrote: > On Tue, Nov 22, 18:06, Greg KH wrote > > On Tue, Nov 22, 2016 at 05:59:12PM +0100, Andre Noll wrote: > > > On Mon, Nov 21, 10:28, Greg KH wrote > > > > I'm announcing the release of the 4.4.34 kernel. > > > > > > > > All users of the 4.4 kernel series must upgrade. > > > > > > This update broke PXE boot on our 4-way AMD boxes. The kernel panics in > > > eth_type_trans(), presumably during kernel-level IP autoconfiguration, > > > see [1]. Bisection points me at 5c67f947 (net: __skb_flow_dissect() > > > must cap its return value). And indeed, reverting this commit fixes > > > the problem for me. > > > > > > Investigation showed that the real problem is not the change in the > > > above commit per se (i.e., capping ->thoff) but the fact that in the > > > success case, where we jump to the "out_good" label, ->thoff is now > > > set *after* ->n_proto and ->ip_proto. I fail to see how order matters > > > here, but it clearly does, since the crash is 100% reproducible, > > > and is fixed by the commit below (on top of v4.4.34). > > > > > > Please consider applying something like the patch below for mainline > > > and -stable. > > > > If this issue is also the same for Linus's tree, we should cc: netdev so > > that the patch can get into there, right? > > Right, but I haven't tested PXE boot on any kernel newer than 4.4.x > so far. All I can say for sure is that the problematic commit is > also in Linus' tree (called 34fad54c there). > > Do you want me to check if mainline is also affected? That would be great if you could do so. thanks, greg k-h