From patchwork Fri Jul 28 11:49:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Federico Serafini X-Patchwork-Id: 13331742 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 C93F6C00528 for ; Fri, 28 Jul 2023 11:50:50 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.571440.895297 (Exim 4.92) (envelope-from ) id 1qPLzV-0006Si-4x; Fri, 28 Jul 2023 11:50:41 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 571440.895297; Fri, 28 Jul 2023 11:50:41 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qPLzU-0006Rq-VC; Fri, 28 Jul 2023 11:50:40 +0000 Received: by outflank-mailman (input) for mailman id 571440; Fri, 28 Jul 2023 11:50:40 +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 1qPLzU-0006Fz-A2 for xen-devel@lists.xenproject.org; Fri, 28 Jul 2023 11:50:40 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id f7195ab6-2d3c-11ee-8613-37d641c3527e; Fri, 28 Jul 2023 13:50:38 +0200 (CEST) Received: from Dell.bugseng.com (unknown [37.163.4.37]) by support.bugseng.com (Postfix) with ESMTPSA id AAD204EE073F; Fri, 28 Jul 2023 13:50:34 +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: f7195ab6-2d3c-11ee-8613-37d641c3527e From: Federico Serafini To: xen-devel@lists.xenproject.org Cc: consulting@bugseng.com, Federico Serafini , Stefano Stabellini , Julien Grall , Bertrand Marquis , Volodymyr Babchuk , Andrew Cooper , George Dunlap , Jan Beulich , Wei Liu , =?utf-8?q?Roger_Pau_Monn=C3=A9?= Subject: [XEN PATCH v2 0/2] IRQ: address violations of MISRA C:2012 Rules 8.2 and 8.3 Date: Fri, 28 Jul 2023 13:49:00 +0200 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 This patch series addresses violations of rules 8.2 and 8.3 related to the IRQ module. No functional changes. Federico Serafini (2): xen/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3 x86/IRQ: address violations of MISRA C: 2012 Rules 8.2 and 8.3 xen/arch/arm/irq.c | 2 +- xen/arch/x86/include/asm/irq.h | 30 ++++++++++++------------- xen/arch/x86/irq.c | 4 ++-- xen/include/xen/irq.h | 41 +++++++++++++++++----------------- xen/include/xen/softirq.h | 2 +- 5 files changed, 40 insertions(+), 39 deletions(-)