From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14AF2C43381 for ; Thu, 21 Feb 2019 07:21:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CAD5820838 for ; Thu, 21 Feb 2019 07:21:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550733710; bh=EnSzSQl/sj1x3Iigryj0kNlMroRp7qA7Nwz/juvJWrU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=iSmtcymBRdRWHWfBNbdMd6SggYDN8ahtiF+SnmML7XfA6PgWEUsIqIOcduazBRLmh e/hOfYzh8wol5YZuL5SyoMCJZqJEM7jXsDQ+fLmZ2cUN2kBsocI9NG5w9yr2eKoz0o 1zJH0ejIYMD6iRiSo3Z+mX6A9aPulMbtUnmUiQ4Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726514AbfBUHVu (ORCPT ); Thu, 21 Feb 2019 02:21:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:55382 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726219AbfBUHVu (ORCPT ); Thu, 21 Feb 2019 02:21:50 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D855E20838; Thu, 21 Feb 2019 07:21:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550733709; bh=EnSzSQl/sj1x3Iigryj0kNlMroRp7qA7Nwz/juvJWrU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UNnaAnZyJvFtWafAcomYLbEg6zOWc3oJSkI8zz/WEnSJy7W/iAHiMLtwTzyqXvLlA 3P9wQUgJRBlS95NphOGlyn7vy3XYH3ha5NPQTSvIR/lN178q9SE55/zwIIxZZzX1Ec 1JmnXyqQHjpI0L4OE2En2rox5dJj4c2Qy0vKSweQ= Date: Thu, 21 Feb 2019 08:21:46 +0100 From: Greg KH To: David Miller Cc: stable@vger.kernel.org Subject: Re: [PATCHES] Networking Message-ID: <20190221072146.GA2528@kroah.com> References: <20190220.124252.813468072786370919.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190220.124252.813468072786370919.davem@davemloft.net> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Feb 20, 2019 at 12:42:52PM -0800, David Miller wrote: > > Please queue up the following networking bug fixes for v4.19 and v4.20 > -stable, respectively. Thanks for these, Sasha queued them up and I'll go through them for older kernels as well. Note, commit 2c4cc9712364 ("tcp: tcp_v4_err() should be more careful") was backported a bit oddly, the later lines were not removed, so I fixed that up by hand now. thanks, greg k-h