From patchwork Wed Sep 6 08:57:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Federico Serafini X-Patchwork-Id: 13375382 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 98F7EEB8FB5 for ; Wed, 6 Sep 2023 08:58:02 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.596371.930243 (Exim 4.92) (envelope-from ) id 1qdoMB-0008Tv-P5; Wed, 06 Sep 2023 08:57:51 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 596371.930243; Wed, 06 Sep 2023 08:57:51 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qdoMB-0008To-Lo; Wed, 06 Sep 2023 08:57:51 +0000 Received: by outflank-mailman (input) for mailman id 596371; Wed, 06 Sep 2023 08:57:49 +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 1qdoM9-0008TQ-Ln for xen-devel@lists.xenproject.org; Wed, 06 Sep 2023 08:57:49 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id 73c6688f-4c93-11ee-8783-cb3800f73035; Wed, 06 Sep 2023 10:57:48 +0200 (CEST) Received: from Dell.homenet.telecomitalia.it (host-87-6-207-235.retail.telecomitalia.it [87.6.207.235]) by support.bugseng.com (Postfix) with ESMTPSA id 85CE54EE0737; Wed, 6 Sep 2023 10:57:47 +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: 73c6688f-4c93-11ee-8783-cb3800f73035 From: Federico Serafini To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Federico Serafini , Jan Beulich , Andrew Cooper , =?utf-8?q?Roger_Pau_Monn=C3=A9?= , Wei Liu Subject: [XEN PATCH 0/4] xen/x86: address some violations of MISRA C:2012 Rules 8.2 and 8.3 Date: Wed, 6 Sep 2023 10:57:37 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 This serie addresses some violations of MISRA C:2012 Rules 8.2 and 8.3 for x86-64. Federico Serafini (4): x86/genapic: address a violation of MISRA C:2012 Rule 8.3 x86/io: address violations of MISRA C:2012 Rule 8.3 x86/io_apic: address violations of MISRA C:2012 Rules 8.2 and 8.3 xen/vpci: address a violation of MISRA C:2012 Rule 8.3 xen/arch/x86/include/asm/genapic.h | 2 +- xen/arch/x86/include/asm/hap.h | 2 +- xen/arch/x86/include/asm/io.h | 2 +- xen/arch/x86/include/asm/io_apic.h | 4 ++-- xen/include/xen/vpci.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-)