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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE94DC433EF for ; Wed, 17 Nov 2021 22:22:53 +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 2B529613AC for ; Wed, 17 Nov 2021 22:22:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2B529613AC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=srcf.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.227017.392504 (Exim 4.92) (envelope-from ) id 1mnTK4-0004AX-2L; Wed, 17 Nov 2021 22:22:32 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 227017.392504; Wed, 17 Nov 2021 22:22:32 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mnTK3-0004AQ-VE; Wed, 17 Nov 2021 22:22:31 +0000 Received: by outflank-mailman (input) for mailman id 227017; Wed, 17 Nov 2021 22:22:30 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mnTK2-0004AK-E4 for xen-devel@lists.xenproject.org; Wed, 17 Nov 2021 22:22:30 +0000 Received: from ppsw-43.csi.cam.ac.uk (ppsw-43.csi.cam.ac.uk [131.111.8.143]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id d888dd6e-47f4-11ec-9787-a32c541c8605; Wed, 17 Nov 2021 23:22:28 +0100 (CET) Received: from hades.srcf.societies.cam.ac.uk ([131.111.179.67]:37148) by ppsw-43.csi.cam.ac.uk (ppsw.cam.ac.uk [131.111.8.139]:25) with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) id 1mnTJq-000fc0-ma (Exim 4.95) (return-path ); Wed, 17 Nov 2021 22:22:18 +0000 Received: from [192.168.1.10] (host-92-12-61-86.as13285.net [92.12.61.86]) (Authenticated sender: amc96) by hades.srcf.societies.cam.ac.uk (Postfix) with ESMTPSA id BC5491FBFC; Wed, 17 Nov 2021 22:22:17 +0000 (GMT) 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: d888dd6e-47f4-11ec-9787-a32c541c8605 X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: https://help.uis.cam.ac.uk/email-scanner-virus Message-ID: Date: Wed, 17 Nov 2021 22:22:17 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH 2/5] xen/xsm: Complete altcall conversion of xsm interface Content-Language: en-GB To: Jan Beulich , Andrew Cooper Cc: Daniel De Graaf , Daniel Smith , Xen-devel References: <20211105135555.24261-1-andrew.cooper3@citrix.com> <20211105135555.24261-3-andrew.cooper3@citrix.com> <41f3c740-dcb3-c58f-a937-8326d59002a5@suse.com> From: Andrew Cooper In-Reply-To: <41f3c740-dcb3-c58f-a937-8326d59002a5@suse.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 08/11/2021 09:11, Jan Beulich wrote: > On 05.11.2021 14:55, Andrew Cooper wrote: >> With alternative_call() capable of handling compound types, the three >> remaining hooks can be optimised at boot time too. >> >> Signed-off-by: Andrew Cooper >> --- >> CC: Daniel De Graaf >> CC: Daniel Smith >> >> I'm on the fence as to whether to declare this as fixing "xsm: convert xsm_ops >> hook calls to alternative call" > Forgot to say a word on this: I'd consider Fixes: appropriate, as the > commit's description says nothing about these having been left out, > nor why. Ok.  I'll insert one. ~Andrew