From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Gilbert Subject: Stable backport needed for "net: don't call update_pmtu unconditionally" Date: Wed, 28 Mar 2018 18:37:36 -0400 Message-ID: <20180328223736.GA9001@trogon.sfo.coreos.systems> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Linux Kernel Network Developers Return-path: Received: from mail-qt0-f179.google.com ([209.85.216.179]:34424 "EHLO mail-qt0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753623AbeC1Whj (ORCPT ); Wed, 28 Mar 2018 18:37:39 -0400 Received: by mail-qt0-f179.google.com with SMTP id l18so4371395qtj.1 for ; Wed, 28 Mar 2018 15:37:39 -0700 (PDT) Received: from trogon.sfo.coreos.systems ([207.251.72.138]) by smtp.gmail.com with ESMTPSA id 66sm3715709qkc.54.2018.03.28.15.37.37 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 28 Mar 2018 15:37:37 -0700 (PDT) Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-ID: Hi, f15ca723c1 ("net: don't call update_pmtu unconditionally") fixes NULL derefs caused by a93bf0ff4490 ("vxlan: update skb dst pmtu on tx path"), which was backported to 4.14.24. We've received reports of panics with Open vSwitch and Weave through 4.14.30 (https://github.com/coreos/bugs/issues/2382) and at least the latter is resolved by backporting the patch. Thanks, --Benjamin Gilbert