From nobody Tue May 7 20:29:35 2024 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; 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=fail(p=none dis=none) header.from=arm.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1671616696534196.1929751934158; Wed, 21 Dec 2022 01:58:16 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.467688.726725 (Exim 4.92) (envelope-from ) id 1p7vrJ-0006VZ-EK; Wed, 21 Dec 2022 09:57:57 +0000 Received: by outflank-mailman (output) from mailman id 467688.726725; Wed, 21 Dec 2022 09:57:57 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1p7vrJ-0006VL-AB; Wed, 21 Dec 2022 09:57:57 +0000 Received: by outflank-mailman (input) for mailman id 467688; Wed, 21 Dec 2022 09:57:56 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1p7vrI-0006G0-Id for xen-devel@lists.xenproject.org; Wed, 21 Dec 2022 09:57:56 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-flk1.inumbo.com (Halon) with ESMTP id eacd276f-8115-11ed-8fd4-01056ac49cbb; Wed, 21 Dec 2022 10:57:45 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7CA192F4; Wed, 21 Dec 2022 01:58:35 -0800 (PST) Received: from e125770.cambridge.arm.com (e125770.cambridge.arm.com [10.1.195.16]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 65AF03F71E; Wed, 21 Dec 2022 01:57:53 -0800 (PST) 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: eacd276f-8115-11ed-8fd4-01056ac49cbb From: Luca Fancellu To: xen-devel@lists.xenproject.org Cc: wei.chen@arm.com, Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH 1/2] public: misra rule 20.7 fix on errno.h Date: Wed, 21 Dec 2022 09:57:41 +0000 Message-Id: <20221221095742.54859-2-luca.fancellu@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20221221095742.54859-1-luca.fancellu@arm.com> References: <20221221095742.54859-1-luca.fancellu@arm.com> X-ZM-MESSAGEID: 1671616697784100001 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cppcheck has found a violation of rule 20.7 for the macro XEN_ERRNO, while the macro parameter is never used as an expression, it doesn't harm the code or the readability to add parenthesis, so add them. This finding is reported also by eclair and coverity. Signed-off-by: Luca Fancellu Acked-by: Jan Beulich --- xen/include/public/errno.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/errno.h b/xen/include/public/errno.h index 6bdc8c507990..5a78a7607c0d 100644 --- a/xen/include/public/errno.h +++ b/xen/include/public/errno.h @@ -31,7 +31,7 @@ =20 #ifndef __ASSEMBLY__ =20 -#define XEN_ERRNO(name, value) XEN_##name =3D value, +#define XEN_ERRNO(name, value) XEN_##name =3D (value), enum xen_errno { =20 #elif __XEN_INTERFACE_VERSION__ < 0x00040700 --=20 2.17.1 From nobody Tue May 7 20:29:35 2024 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; 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=fail(p=none dis=none) header.from=arm.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1671616700371528.6838915462224; Wed, 21 Dec 2022 01:58:20 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.467689.726736 (Exim 4.92) (envelope-from ) id 1p7vrK-0006lw-KU; Wed, 21 Dec 2022 09:57:58 +0000 Received: by outflank-mailman (output) from mailman id 467689.726736; Wed, 21 Dec 2022 09:57:58 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1p7vrK-0006lp-HD; Wed, 21 Dec 2022 09:57:58 +0000 Received: by outflank-mailman (input) for mailman id 467689; Wed, 21 Dec 2022 09:57:57 +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 1p7vrJ-0006Ds-6c for xen-devel@lists.xenproject.org; Wed, 21 Dec 2022 09:57:57 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id f164a077-8115-11ed-91b6-6bf2151ebd3b; Wed, 21 Dec 2022 10:57:56 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id CAFBCAD7; Wed, 21 Dec 2022 01:58:36 -0800 (PST) Received: from e125770.cambridge.arm.com (e125770.cambridge.arm.com [10.1.195.16]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B3BD13F71E; Wed, 21 Dec 2022 01:57:54 -0800 (PST) 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: f164a077-8115-11ed-91b6-6bf2151ebd3b From: Luca Fancellu To: xen-devel@lists.xenproject.org Cc: wei.chen@arm.com, Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH 2/2] public: misra rule 20.7 fix on memory.h Date: Wed, 21 Dec 2022 09:57:42 +0000 Message-Id: <20221221095742.54859-3-luca.fancellu@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20221221095742.54859-1-luca.fancellu@arm.com> References: <20221221095742.54859-1-luca.fancellu@arm.com> X-ZM-MESSAGEID: 1671616701761100001 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cppcheck has found a violation of rule 20.7 for the macro XENMEM_SHARING_OP_FIELD_MAKE_GREF, the argument "val" is used in an expression, hence add parenthesis to the argument "val" to fix the violation. Signed-off-by: Luca Fancellu Acked-by: Jan Beulich --- xen/include/public/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/memory.h b/xen/include/public/memory.h index 29cf5c823902..c5f0d31e235d 100644 --- a/xen/include/public/memory.h +++ b/xen/include/public/memory.h @@ -485,7 +485,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_mem_access_op_t); #define XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG (xen_mk_ullong(1) << 62) =20 #define XENMEM_SHARING_OP_FIELD_MAKE_GREF(field, val) \ - (field) =3D (XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG | val) + (field) =3D (XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG | (val)) #define XENMEM_SHARING_OP_FIELD_IS_GREF(field) \ ((field) & XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG) #define XENMEM_SHARING_OP_FIELD_GET_GREF(field) \ --=20 2.17.1