From nobody Mon Feb 9 13:38:59 2026 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass(p=quarantine dis=none) header.from=suse.com ARC-Seal: i=1; a=rsa-sha256; t=1611735461; cv=none; d=zohomail.com; s=zohoarc; b=M2Jy2zNNrCqZA5LNV9TPtzSaxbx2aolEA7uW38A0lfoH2ulBgBpq2/NDFEtguYzsnk1bpsJxH2O5XODWiE6VhSoZECqvHrPfGSMG5ktdpxlDGB0yqY39SoYJOUz5gTAqUDWc9X2BwsAadZHAd3nDByYk4DGeoAal1bsayziH55c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1611735461; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=B2RArq70ig3igybu8O+ijF3q8cBl2UbzWuYiOmMpvZE=; b=RHkZ8sIFvTm9wVH5t/G1q2hCAhmZ2e2+4dyz9YYZYMyujXSbbFMDvSNaXqv/+V+N3RH7hAMJLkyReLKTB4UO5zk8QJl6DydeBNHuFlr2w152SbBnFFXe0r8wEyGUiTLmxto6ON17L8GImeEJHDBrKjVjefbwmP1Ioly4GM2zLyg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=pass header.from= (p=quarantine dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1611735461408491.9146243566928; Wed, 27 Jan 2021 00:17:41 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.75807.136596 (Exim 4.92) (envelope-from ) id 1l4g0z-0005xx-Ap; Wed, 27 Jan 2021 08:17:25 +0000 Received: by outflank-mailman (output) from mailman id 75807.136596; Wed, 27 Jan 2021 08:17: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 1l4g0z-0005xq-7n; Wed, 27 Jan 2021 08:17:25 +0000 Received: by outflank-mailman (input) for mailman id 75807; Wed, 27 Jan 2021 08:17: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 1l4g0y-0005xa-8i for xen-devel@lists.xenproject.org; Wed, 27 Jan 2021 08:17:24 +0000 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 65358ec2-719f-4229-a7dc-dd82c1df4888; Wed, 27 Jan 2021 08:17:23 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 7B14AB98B; Wed, 27 Jan 2021 08:17:22 +0000 (UTC) X-Outflank-Mailman: Message body and most headers restored to incoming version 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: 65358ec2-719f-4229-a7dc-dd82c1df4888 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1611735442; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=B2RArq70ig3igybu8O+ijF3q8cBl2UbzWuYiOmMpvZE=; b=eWWC3vq1ur/Q277+fYhAZgfuXUk1s3cq36yvnSaGpKFlC3J7Ttz6W0lWoBkGoquHhChTxQ 9E9w43A/GaYvz7Lme2lTm/sq/T3TShl9e6IziDcsezYd5HYNyO+ZIOzhY61Sz39uG7rHL2 9EX9ufryz4CPBlg+ApMKX9MrBJPGqXI= Subject: [PATCH v5 5/6] evtchn: type adjustments From: Jan Beulich To: "xen-devel@lists.xenproject.org" Cc: Andrew Cooper , George Dunlap , Ian Jackson , Julien Grall , Wei Liu , Stefano Stabellini References: <306e62e8-9070-2db9-c959-858465c50c1d@suse.com> Message-ID: <3cb6de31-39e3-43ff-2a9f-a09aa1b1fc26@suse.com> Date: Wed, 27 Jan 2021 09:17:22 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <306e62e8-9070-2db9-c959-858465c50c1d@suse.com> Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @suse.com) Content-Type: text/plain; charset="utf-8" First of all avoid "long" when "int" suffices, i.e. in particular when merely conveying error codes. 32-bit values are slightly cheaper to deal with on x86, and their processing is at least no more expensive on Arm. Where possible use evtchn_port_t for port numbers and unsigned int for other unsigned quantities in adjacent code. In evtchn_set_priority() eliminate a local variable altogether instead of changing its type. Signed-off-by: Jan Beulich --- v4: New. --- a/xen/common/event_channel.c +++ b/xen/common/event_channel.c @@ -287,13 +287,12 @@ void evtchn_free(struct domain *d, struc xsm_evtchn_close_post(chn); } =20 -static long evtchn_alloc_unbound(evtchn_alloc_unbound_t *alloc) +static int evtchn_alloc_unbound(evtchn_alloc_unbound_t *alloc) { struct evtchn *chn; struct domain *d; - int port; + int port, rc; domid_t dom =3D alloc->dom; - long rc; =20 d =3D rcu_lock_domain_by_any_id(dom); if ( d =3D=3D NULL ) @@ -346,13 +345,13 @@ static void double_evtchn_unlock(struct evtchn_write_unlock(rchn); } =20 -static long evtchn_bind_interdomain(evtchn_bind_interdomain_t *bind) +static int evtchn_bind_interdomain(evtchn_bind_interdomain_t *bind) { struct evtchn *lchn, *rchn; struct domain *ld =3D current->domain, *rd; - int lport, rport =3D bind->remote_port; + int lport, rc; + evtchn_port_t rport =3D bind->remote_port; domid_t rdom =3D bind->remote_dom; - long rc; =20 if ( (rd =3D rcu_lock_domain_by_any_id(rdom)) =3D=3D NULL ) return -ESRCH; @@ -488,12 +487,12 @@ int evtchn_bind_virq(evtchn_bind_virq_t } =20 =20 -static long evtchn_bind_ipi(evtchn_bind_ipi_t *bind) +static int evtchn_bind_ipi(evtchn_bind_ipi_t *bind) { struct evtchn *chn; struct domain *d =3D current->domain; - int port, vcpu =3D bind->vcpu; - long rc =3D 0; + int port, rc =3D 0; + unsigned int vcpu =3D bind->vcpu; =20 if ( domain_vcpu(d, vcpu) =3D=3D NULL ) return -ENOENT; @@ -547,16 +546,16 @@ static void unlink_pirq_port(struct evtc } =20 =20 -static long evtchn_bind_pirq(evtchn_bind_pirq_t *bind) +static int evtchn_bind_pirq(evtchn_bind_pirq_t *bind) { struct evtchn *chn; struct domain *d =3D current->domain; struct vcpu *v =3D d->vcpu[0]; struct pirq *info; - int port =3D 0, pirq =3D bind->pirq; - long rc; + int port =3D 0, rc; + unsigned int pirq =3D bind->pirq; =20 - if ( (pirq < 0) || (pirq >=3D d->nr_pirqs) ) + if ( pirq >=3D d->nr_pirqs ) return -EINVAL; =20 if ( !is_hvm_domain(d) && !pirq_access_permitted(d, pirq) ) @@ -612,7 +611,7 @@ int evtchn_close(struct domain *d1, int { struct domain *d2 =3D NULL; struct evtchn *chn1 =3D _evtchn_from_port(d1, port1), *chn2; - long rc =3D 0; + int rc =3D 0; =20 if ( !chn1 ) return -EINVAL; @@ -960,7 +959,7 @@ int evtchn_status(evtchn_status_t *statu struct domain *d; domid_t dom =3D status->dom; struct evtchn *chn; - long rc =3D 0; + int rc =3D 0; =20 d =3D rcu_lock_domain_by_any_id(dom); if ( d =3D=3D NULL ) @@ -1026,11 +1025,11 @@ int evtchn_status(evtchn_status_t *statu } =20 =20 -long evtchn_bind_vcpu(unsigned int port, unsigned int vcpu_id) +int evtchn_bind_vcpu(evtchn_port_t port, unsigned int vcpu_id) { struct domain *d =3D current->domain; struct evtchn *chn; - long rc =3D 0; + int rc =3D 0; struct vcpu *v; =20 /* Use the vcpu info to prevent speculative out-of-bound accesses */ @@ -1169,12 +1168,11 @@ int evtchn_reset(struct domain *d, bool return rc; } =20 -static long evtchn_set_priority(const struct evtchn_set_priority *set_prio= rity) +static int evtchn_set_priority(const struct evtchn_set_priority *set_prior= ity) { struct domain *d =3D current->domain; - unsigned int port =3D set_priority->port; - struct evtchn *chn =3D _evtchn_from_port(d, port); - long ret; + struct evtchn *chn =3D _evtchn_from_port(d, set_priority->port); + int ret; =20 if ( !chn ) return -EINVAL; @@ -1190,7 +1188,7 @@ static long evtchn_set_priority(const st =20 long do_event_channel_op(int cmd, XEN_GUEST_HANDLE_PARAM(void) arg) { - long rc; + int rc; =20 switch ( cmd ) { --- a/xen/include/xen/event.h +++ b/xen/include/xen/event.h @@ -54,7 +54,7 @@ void send_guest_pirq(struct domain *, co int evtchn_send(struct domain *d, unsigned int lport); =20 /* Bind a local event-channel port to the specified VCPU. */ -long evtchn_bind_vcpu(unsigned int port, unsigned int vcpu_id); +int evtchn_bind_vcpu(evtchn_port_t port, unsigned int vcpu_id); =20 /* Bind a VIRQ. */ int evtchn_bind_virq(evtchn_bind_virq_t *bind, evtchn_port_t port);