Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp327533imm; Thu, 13 Sep 2018 00:08:07 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYS/86dgUHlK80Fj0/3q6WLOlSpKuZpJGqQjJWZyYGthogNZ7ZL1YvoMt9tpU5UdJEQlMOW X-Received: by 2002:a63:291:: with SMTP id 139-v6mr5571578pgc.365.1536822487584; Thu, 13 Sep 2018 00:08:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536822487; cv=none; d=google.com; s=arc-20160816; b=PQG/zd2E+U4oODOR4GOqwNZw6mrTAe8vLR7+4CPdpZQZ6VET4fgX4nErARdXTef6hs PWHe2vZNQ+1G5OVIH2Rl39SVV+hL/0gjaCgJGZ6Kto0A3kxYe1ZaLGs7izSAHxRV0K8i cS3CJcBAsGcti++ZUMA60wKduhFDnWInfclKQL1CG17kKMr0oEhXm26O+ysPrsT196x5 MPZqDcZlFR03fawOe7yIlkRADOTDJNg9oN2gRXdziBJ7S6ciNZ9v4FPJZ5GBNz5dx7Jz MbpTQNv8n6/ptwo5kowlv396VDpHNp4OT+24fEEIZwYu2d+7jMdp3khMoH1gjMCdV8oX Xbfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=ikjZ8BSU11apK+XTvBnTXvPGKJFf71OFHtm8VHlnJUc=; b=M02NN13btPBvrzj0i0pQGWusDws6RbdZeHHskGe3pw+/srbqXN2WV36FTMzrFQIT8f 0IMId9c1u7vcMjg1OCrl27geU9LNOiTjP4pr1JjszeAlsxp1CMx+FAxhPgXn6l1leUFM aYCOmCWV1+cscZsws7MaFmGFYPEwaSt5nJTmLd1e/qczk10EORxw0qpVzmySPNbGDBTa JIYUoKqreCkXmkYfM7Z72TJHm/ThIW7lqK4VYijCUndJtgbytfhsAg+B0doacy/OpT+c bfev/qhqxjB2MtVzCd8ht3z+h0QDdIFoAICctqaQv/FVR89ydaKcNJB35iQz4x6f/iWL Z/Pw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 31-v6si3198164plc.288.2018.09.13.00.07.52; Thu, 13 Sep 2018 00:08:07 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727735AbeIMMP3 (ORCPT + 99 others); Thu, 13 Sep 2018 08:15:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:40962 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726797AbeIMMP3 (ORCPT ); Thu, 13 Sep 2018 08:15:29 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 0E7592C; Thu, 13 Sep 2018 07:07:18 +0000 (UTC) Date: Thu, 13 Sep 2018 09:07:16 +0200 From: Greg Kroah-Hartman To: Ben Hutchings Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Eyal Birger , Steffen Klassert , Sasha Levin , Alexey Kodanev Subject: Re: [PATCH 4.4 03/80] vti6: fix PMTU caching and reporting on xmit Message-ID: <20180913070716.GF11496@kroah.com> References: <20180903164934.171677301@linuxfoundation.org> <20180903164934.309395709@linuxfoundation.org> <1536708153.3024.166.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1536708153.3024.166.camel@codethink.co.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 12, 2018 at 12:22:33AM +0100, Ben Hutchings wrote: > On Mon, 2018-09-03 at 18:48 +0200, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.??If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Eyal Birger > > > > [ Upstream commit d6990976af7c5d8f55903bfb4289b6fb030bf754 ] > [...] > > This caused a regression, fixed upstream by: > > commit 9f2895461439fda2801a7906fb4c5fb3dbb37a0a > Author: Alexey Kodanev > Date:???Thu Aug 23 19:49:54 2018 +0300 > > ????vti6: remove !skb->ignore_df check from vti6_xmit() > > So I think that is now needed on the 4.4, 4.9, and 4.14 stable > branches. Already all queued up a few days ago :) thanks, greg k-h