From patchwork Wed Apr 24 12:11:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alessandro Zucchelli X-Patchwork-Id: 13641771 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 8CF3CC10F16 for ; Wed, 24 Apr 2024 12:17:29 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.711372.1111271 (Exim 4.92) (envelope-from ) id 1rzbYq-0008WV-Af; Wed, 24 Apr 2024 12:17:16 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 711372.1111271; Wed, 24 Apr 2024 12:17:16 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rzbYq-0008WO-7B; Wed, 24 Apr 2024 12:17:16 +0000 Received: by outflank-mailman (input) for mailman id 711372; Wed, 24 Apr 2024 12:12:00 +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 1rzbTk-0007vC-Jt for xen-devel@lists.xenproject.org; Wed, 24 Apr 2024 12:12:00 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id d9c5bf2b-0233-11ef-909a-e314d9c70b13; Wed, 24 Apr 2024 14:11:59 +0200 (CEST) Received: from LAPTOP-EFA9O91E.localdomain (host-79-60-221-62.business.telecomitalia.it [79.60.221.62]) by support.bugseng.com (Postfix) with ESMTPSA id A6F134EE0739; Wed, 24 Apr 2024 14:11:58 +0200 (CEST) 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: d9c5bf2b-0233-11ef-909a-e314d9c70b13 From: Alessandro Zucchelli To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Alessandro Zucchelli , Jan Beulich , Andrew Cooper , =?utf-8?q?Roger_Pau_Monn=C3=A9?= Subject: [XEN PATCH 0/2] x86: address remaining violation of Rule 7.2 Date: Wed, 24 Apr 2024 14:11:31 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 This patch series addresses the last violations of MISRA C:2012 Rule 7.2. This rule will soon be tagged as clean for ECLAIR in a future patch. Alessandro Zucchelli (2): pci: add suffix 'U' to PCI_CONF_ADDRESS macro. x86/msr: add suffix 'U' to MSR_AMD_CSTATE_CFG macro. xen/arch/x86/include/asm/msr-index.h | 2 +- xen/arch/x86/x86_64/pci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)