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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 85979C4338F for ; Mon, 16 Aug 2021 11:20:29 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5470C61B5D for ; Mon, 16 Aug 2021 11:20:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 5470C61B5D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.167281.305344 (Exim 4.92) (envelope-from ) id 1mFafE-0005Md-OT; Mon, 16 Aug 2021 11:20:20 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 167281.305344; Mon, 16 Aug 2021 11:20:20 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mFafE-0005Ls-HY; Mon, 16 Aug 2021 11:20:20 +0000 Received: by outflank-mailman (input) for mailman id 167281; Mon, 16 Aug 2021 11:20:19 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mFafD-0005Ed-B2 for xen-devel@lists.xenproject.org; Mon, 16 Aug 2021 11:20:19 +0000 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 2df73ba6-2e98-4fac-932f-aa9f4a275520; Mon, 16 Aug 2021 11:20:15 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 66E7761B5D; Mon, 16 Aug 2021 11:20:14 +0000 (UTC) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 2df73ba6-2e98-4fac-932f-aa9f4a275520 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1629112814; bh=tvuOcAsTqYNr9qumWqjlIbRaX5HA1Ww35jwIsEFbzNc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hSuS15gqRTRYtrNyAh5VROOjJ7/FeAEVolJ/HiQCsiiKkFJD9EB1W/P+X4oCEXNyi 2JIWdQ+sDNuH2aH3udfvOSevqpV7eaIaXZ5WM+ouNQsolqoN1vLTn99lSmbx6e40Fe wpQuzbUPfvIUkfdVcjXsg/wnPCU2vtIc+1ajx0fg= Date: Mon, 16 Aug 2021 13:20:12 +0200 From: Greg Kroah-Hartman To: Juergen Gross Cc: Christoph Hellwig , "xen-devel@lists.xenproject.org" , Boris Ostrovsky Subject: Re: Request for adding patch to stable-5.13 Message-ID: References: <954399ab-d057-47c1-e417-0848a466fed2@suse.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <954399ab-d057-47c1-e417-0848a466fed2@suse.com> On Mon, Aug 16, 2021 at 01:09:52PM +0200, Juergen Gross wrote: > Greg, > > could you please add upstream commit 05d69d950d9d8 ("xen-blkfront: > sanitize the removal state machine") to the stable 5.13 kernel? > > The patch seems not to have a "Cc: stable" tag while it fixes an > issue introduced in 5.13. Please always cc: stable@vger.kernel.org with these requests in the future... Anyway, the commit does not cleanly apply, so we will need a working backport if you want to see it added to that tree. thanks, greg k-h