All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Andre Noll <maan@tuebingen.mpg.de>
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	Jiri Slaby <jslaby@suse.cz>, Eric Dumazet <edumazet@google.com>,
	Yibin Yang <yibyang@cisco.com>,
	Alexander Duyck <alexander.h.duyck@intel.com>,
	Willem de Bruijn <willemb@google.com>,
	Alexei Starovoitov <ast@kernel.org>,
	"David S. Miller" <davem@davemloft.net>
Subject: Re: Linux 4.4.34
Date: Tue, 22 Nov 2016 18:29:14 +0100	[thread overview]
Message-ID: <20161122172914.GA2555@kroah.com> (raw)
In-Reply-To: <20161122172247.GB19939@tuebingen.mpg.de>

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

      parent reply	other threads:[~2016-11-22 17:29 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-21  9:28 Linux 4.4.34 Greg KH
2016-11-21  9:28 ` Greg KH
2016-11-22 16:59 ` Andre Noll
2016-11-22 17:06   ` Greg KH
2016-11-22 17:14     ` Eric Dumazet
2016-11-22 17:38       ` Andre Noll
2016-11-22 17:41       ` Duyck, Alexander H
2016-11-22 17:46         ` Eric Dumazet
2016-11-22 17:55           ` Andre Noll
2016-11-22 17:56             ` Eric Dumazet
2016-11-22 18:03               ` Duyck, Alexander H
2016-11-22 18:06               ` Andre Noll
2016-11-22 18:08                 ` Duyck, Alexander H
2016-11-22 18:18                   ` Eric Dumazet
2016-11-22 18:22                   ` Andre Noll
2016-11-22 19:17                     ` [PATCH net] flow_dissect: call init_default_flow_dissectors() earlier Eric Dumazet
2016-11-22 19:44                       ` Andre Noll
2016-11-22 19:44                       ` David Miller
2016-11-22 17:22     ` Linux 4.4.34 Andre Noll
2016-11-22 17:26       ` Eric Dumazet
2016-11-22 17:29       ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161122172914.GA2555@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=alexander.h.duyck@intel.com \
    --cc=ast@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maan@tuebingen.mpg.de \
    --cc=stable@vger.kernel.org \
    --cc=willemb@google.com \
    --cc=yibyang@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.