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=-5.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 3FA70C43463 for ; Mon, 21 Sep 2020 13:28:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E63A621789 for ; Mon, 21 Sep 2020 13:28:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600694933; bh=1r7DcWIjp4lzc2I8YL279xRfgn4iIxtnCILn9XLY+HA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=XZEf3WRTe2z8h/nfJg2LCXVsOU8N6A4aMTWuMoIW/zFWsiaODsfRd3Wb1CnSo0oA1 J5HLpw0jm9vWni+yy1qbvDk1HNi0MkNugE09FDB+eAWb3rHIfJIoAfW2WdqK7tMvD4 6+MQvXKKIdTM/ZdGLIRGOaZgqJ71rPjsa+qaBMRQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726471AbgIUN2w (ORCPT ); Mon, 21 Sep 2020 09:28:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:50544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726470AbgIUN2w (ORCPT ); Mon, 21 Sep 2020 09:28:52 -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 A13002076E; Mon, 21 Sep 2020 13:28:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600694932; bh=1r7DcWIjp4lzc2I8YL279xRfgn4iIxtnCILn9XLY+HA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WandeW1aS97mB3J9AsdRGpYi4g7VGjqV4ORViImxsMhQpNk+Et7L/8aSNrCqkMN3q PvwqOnRSsKyT5lrtN5bOOSXZyuF2NqiOrIYlKyuC2ELARcClJjNagcnEFycmtnJf0D QRSvuOxWzWy7dTnvDGjL3+7Cjywz0mvyNBfVl2V0= Date: Mon, 21 Sep 2020 09:28:50 -0400 From: Sasha Levin To: =?utf-8?B?bGloYWl3ZWko5p2O5rW35LyfKQ==?= Cc: "stable@vger.kernel.org" , "stable-commits@vger.kernel.org" Subject: Re: Patch "KVM: Check the allocation of pv cpu mask" has been added to the 5.8-stable tree(Internet mail) Message-ID: <20200921132850.GM2431@sasha-vm> References: <20200921104234.9C539216C4@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Sep 21, 2020 at 10:54:38AM +0000, lihaiwei(李海伟) wrote: > >> On Sep 21, 2020, at 18:42, Sasha Levin wrote: >> >> This is a note to let you know that I've just added the patch titled >> >> KVM: Check the allocation of pv cpu mask >> >> to the 5.8-stable tree which can be found at: >> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary >> >> The filename of the patch is: >> kvm-check-the-allocation-of-pv-cpu-mask.patch >> and it can be found in the queue-5.8 subdirectory. >> >> If you, or anyone else, feels it should not be added to the stable tree, >> please let know about it. >> > >This patch is not a correct version, so please don’t add this to the stable tree, thanks. What's wrong with it? That's what landed upstream. -- Thanks, Sasha