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.2 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 8139DC433DB for ; Sun, 24 Jan 2021 13:11:40 +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 33ADE22D3E for ; Sun, 24 Jan 2021 13:11:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 33ADE22D3E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.73673.132646 (Exim 4.92) (envelope-from ) id 1l3fAr-0001Br-Ry; Sun, 24 Jan 2021 13:11:25 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 73673.132646; Sun, 24 Jan 2021 13:11:25 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l3fAr-0001Bk-Oz; Sun, 24 Jan 2021 13:11:25 +0000 Received: by outflank-mailman (input) for mailman id 73673; Sun, 24 Jan 2021 13:11:24 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1l3fAq-0001BP-7d for xen-devel@lists.xenproject.org; Sun, 24 Jan 2021 13:11:24 +0000 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 612693da-a2ba-4af2-b5ed-af74157758d0; Sun, 24 Jan 2021 13:11:23 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id B634522ADC; Sun, 24 Jan 2021 13:11:22 +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: 612693da-a2ba-4af2-b5ed-af74157758d0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611493883; bh=eQ88PvupuioCNW7tkGGhAMMpSfJ8kHhHjNZWNJQTuKw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AlFpSiGSBozQ1MSnPObM9Ji5GyJORj9/cG24SRXZQddU5koRJpijMM2GVd2W6rHdr DogO261pf3bQq0RkFLVv3K7Nxvh2X89x5w0mVlg8KSCQ3TG4F4kTq81fQC7AWS2Gnc VjVq5FuP3AVjQC0BT13xl2JonigKb4CKXu9lJ4jHFDzT+ky91muj093De5cZ8VuYgk mVLR/uRFFeWf6cIXYKEAXVzT6ksxHrvLo8L2VmSSaGn8KToz2trRIgtlka2RckkXtW 9sLEYdvWUjFhJX2L1uXNddorp0drsQpZh3y74X0eIFlhhWl1XWccHXiB8FiUZd7g2s 6zKbaUAhve/4A== Date: Sun, 24 Jan 2021 08:11:21 -0500 From: Sasha Levin To: Boris Ostrovsky Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, David Woodhouse , Juergen Gross , xen-devel@lists.xenproject.org Subject: Re: [PATCH AUTOSEL 5.10 26/45] x86/xen: Fix xen_hvm_smp_init() when vector callback not available Message-ID: <20210124131121.GG4035784@sasha-vm> References: <20210120012602.769683-1-sashal@kernel.org> <20210120012602.769683-26-sashal@kernel.org> <86c0baa1-f8c5-2580-6ee9-efc7043c2bf5@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <86c0baa1-f8c5-2580-6ee9-efc7043c2bf5@oracle.com> On Tue, Jan 19, 2021 at 08:35:04PM -0500, Boris Ostrovsky wrote: > >On 1/19/21 8:25 PM, Sasha Levin wrote: >> From: David Woodhouse >> >> [ Upstream commit 3d7746bea92530e8695258a3cf3ddec7a135edd6 ] > > >Sasha, you will also want https://lore.kernel.org/lkml/20210115191123.27572-1-rdunlap@infradead.org/, it is sitting in Xen staging tree. I'll grab it too, thanks! -- Thanks, Sasha