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.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 BD274C433FF for ; Wed, 31 Jul 2019 09:24:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 91C7F208E3 for ; Wed, 31 Jul 2019 09:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564565057; bh=5EeU6yaCY5Pmojy+xtFPPArQoum3TTnMCINory5oUww=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=qWvCRiHbs52mBIfmSHuQ295bBZLelDwh5z1t5xHJZZe6CnTdLXVEC/3fMk2WtOzRo AOjnzSbb33u7BRJdZl+fvpsZWt93tqxHuWH/C2ojZVWd0xwtcoQGG/DVi8wn0Ol0fJ qkX96Zw4YG9dNR2M3cU7m1EmJfNc8e7JzvyvBpgU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728152AbfGaJYR (ORCPT ); Wed, 31 Jul 2019 05:24:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:59590 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727077AbfGaJYQ (ORCPT ); Wed, 31 Jul 2019 05:24:16 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 A5C9C206A3; Wed, 31 Jul 2019 09:24:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564565056; bh=5EeU6yaCY5Pmojy+xtFPPArQoum3TTnMCINory5oUww=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zJrg+1GXsvyOoZOhQpFzj222hDAE0d4DPJv7ctckxPOSEfEAj6Qlw3plsDtP+4CgT 8yyenN5711bFzS0E9ceCpGZNDWz+nQEUzCwJrVkbfpzJZSnVnBjkSvCyStPbJ31eVn w4OAjIYQm+Gam4qMnbQCG4oDxUGPO/0JOpsTFaBc= Date: Wed, 31 Jul 2019 11:24:13 +0200 From: Greg Kroah-Hartman To: Dexuan Cui Cc: "stable@vger.kernel.org" , Sunil Muthuswamy , "David S. Miller" , Sasha Levin , Stefan Hajnoczi Subject: Re: Request vsock and hv_sock patches to be backported for linux-5.2.y, linux-4.19.y and linux-4.14.y Message-ID: <20190731092413.GA18269@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jul 31, 2019 at 06:41:10AM +0000, Dexuan Cui wrote: > For linux-4.19.y (currently it's v4.19.62), 3 patches are missing. > The mainline commit IDs are: > cb359b604167 ("hvsock: fix epollout hang from race condition") This commit is already in 4.19.63 and 4.14.135 :)