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,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 6D3B1C5B578 for ; Fri, 28 Jun 2019 20:44:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A44A208E3 for ; Fri, 28 Jun 2019 20:44:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561754686; bh=WqWPRLbm+w+FmvcvBoBr9T6wM7WHOY2yBQNJ2QF3IlE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=2NQCXyJU85pLhaQ9mA7KrqYEBH3WBpCiF95tDAHLoVVWPmEH0UQVPP6F2I+k02I/o fWsVft3A/6LRORZOUAaemMFOb2xMHBipqmgfjircCHGtzBNGMPqJjSXzFjI9t5Kt+y TgYfLpEH4qNeu8KNumXPrvIa7Xiki2ULf+YhaJJY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726565AbfF1Uop (ORCPT ); Fri, 28 Jun 2019 16:44:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:34962 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725783AbfF1Uop (ORCPT ); Fri, 28 Jun 2019 16:44:45 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 380072086D; Fri, 28 Jun 2019 20:44:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561754684; bh=WqWPRLbm+w+FmvcvBoBr9T6wM7WHOY2yBQNJ2QF3IlE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DZXbS8QQkDm2VylZ/qksl+W6pv1UlX6aRcD3gdVHekEreBY8WGzw5+2CLUUTPOdpq D9MJt3+7ABjDa4PGXsw/NUhXUswBrsjDhaY017h+SFEo3Pya4fJHaPFgHSOFDWPKIw Jy4OCkHx6HWhhkpEZgERuIEmePbQccuV60TKzr0A= Date: Fri, 28 Jun 2019 16:44:42 -0400 From: Sasha Levin To: "Srivatsa S. Bhat" Cc: stable@vger.kernel.org, gregkh@linuxfoundation.org, linux-efi@vger.kernel.org, Rob Bradford , "David S. Miller" , Linus Torvalds , Gen Zhang , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Ard Biesheuvel , akaher@vmware.com, srinidhir@vmware.com, bvikas@vmware.com, amakhalov@vmware.com, srivatsab@vmware.com, netdev@vger.kernel.org Subject: Re: [4.19.y PATCH 0/3] Backported fixes for 4.19 stable tree Message-ID: <20190628204442.GI11506@sasha-vm> References: <156174726746.34985.1890238158382638220.stgit@srivatsa-ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <156174726746.34985.1890238158382638220.stgit@srivatsa-ubuntu> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, Jun 28, 2019 at 11:41:54AM -0700, Srivatsa S. Bhat wrote: >Hi Greg, > >This patchset includes a few backported fixes for the 4.19 stable tree. >I would appreciate if you could kindly consider including them in the >next release. + netdev@ David Miller deals with the 4.19 net/ patches, so this will need to go through (or acked by) him. -- Thanks, Sasha