From patchwork Wed Nov 22 09:51:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Federico Serafini X-Patchwork-Id: 13464522 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 B3DF0C61DA7 for ; Wed, 22 Nov 2023 09:52:03 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.638584.995296 (Exim 4.92) (envelope-from ) id 1r5jtb-0002H9-QX; Wed, 22 Nov 2023 09:51:47 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 638584.995296; Wed, 22 Nov 2023 09:51:47 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r5jtb-0002H2-NJ; Wed, 22 Nov 2023 09:51:47 +0000 Received: by outflank-mailman (input) for mailman id 638584; Wed, 22 Nov 2023 09:51:47 +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 1r5jtb-0002Gw-7U for xen-devel@lists.xenproject.org; Wed, 22 Nov 2023 09:51:47 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-sth1.inumbo.com (Halon) with ESMTPS id bf4c23fa-891c-11ee-98e1-6d05b1d4d9a1; Wed, 22 Nov 2023 10:51:45 +0100 (CET) Received: from Dell.bugseng.com (unknown [37.163.203.136]) by support.bugseng.com (Postfix) with ESMTPSA id C75E14EE073C; Wed, 22 Nov 2023 10:51:43 +0100 (CET) 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: bf4c23fa-891c-11ee-98e1-6d05b1d4d9a1 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 , Stefano Stabellini , Julien Grall , Bertrand Marquis , Michal Orzel , Volodymyr Babchuk , George Dunlap , Shawn Anastasio Subject: [XEN PATCH v4 0/2] xen/mm: address violatios of MISRA C:2012 Rules 8.2 and 8.3 Date: Wed, 22 Nov 2023 10:51:27 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Patch 1/2 does some preparation work, hence it needs to be committed as first. Patch 2/2 is the one that effectively address the violations adding missing parameter names and uniforming function declarations and definitions. Federico Serafini (2): x86/mm: preparation work to uniform modify_xen_mappings* interfaces xen/mm: address violations of MISRA C:2012 Rules 8.2 and 8.3 xen/arch/arm/mmu/pt.c | 4 ++-- xen/arch/ppc/mm-radix.c | 2 +- xen/arch/x86/mm.c | 13 +++++++------ xen/include/xen/mm.h | 16 +++++++++------- 4 files changed, 19 insertions(+), 16 deletions(-)