[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 3/6] xen/arm: mpu: Define Xen start address for MPU systems
- To: Luca Fancellu <Luca.Fancellu@xxxxxxx>, Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
- From: Ayan Kumar Halder <ayankuma@xxxxxxx>
- Date: Tue, 15 Oct 2024 17:24:34 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=amd.com; dmarc=pass action=none header.from=amd.com; dkim=pass header.d=amd.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=vBZ8LVIcC70PBPUX+KlhAPi9vNtEL7oq5bAD7s2TGjY=; b=osJQJvhvwy8IloGHDNrjYxFSQL6OnR45R5mS2DyH1/ccobI61SxsI0z5498Nd+ugoOIwndc/fTZQdZFtK37/EcbM0f2eRaH+e6e43y1q098JpumydjUQLZGolJDoEUIAQAfEOIHcYiQ/Klw2tz5WrPXQloo4q18Q7yAZ/vmeiWvyUypmVLbPcSTPisUPvJGpcJUsiVARKGuO1nm2sWf2DLqsoovZGl7GN/Q8NnI3Cf6VJaKFVat/jwzcRK+qeqTXMB5O6j58Hh8qZePNLpolSLCKXyZ+7F4B495UTG75ezkifMTAn8QcEMs2/nWyxvBcIMCNrLTTKdKJfJGNbeTOFQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=YkAW9mGykmVbFPyFIDLmmwpzaWirwva7Le1P0RHWeoOhbYXPbFLWW0nYxQG2fwtTVSTDHKOyKBQtw2lsX/pYKYPXhTOhda2jwzetdORwh7tf4sPpVBHcolD9fWIEsIQWZ8Z+rJKhenRZ02jyMM2OAUu9oS/dEggEK2H9snHU59dIpTh6lxy0UNxV1MJHdxRh3SiEEDjzbXDISQUq77kddbc+VnYrPYV0/Fdfx4xccuM9lpwjCdv103mMuBQttihta4pyIezrH1WTDLqn7R8AWI9ozGnSWYruqFIMVbG5PegLVwy2BsD60M/xtoPvvxOFFQd0rQ1idkMWldxDFcq7mg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Wei Chen <Wei.Chen@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Jiamei Xie <Jiamei.Xie@xxxxxxx>, "frediano.ziglio@xxxxxxxxx" <frediano.ziglio@xxxxxxxxx>
- Delivery-date: Tue, 15 Oct 2024 16:24:55 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi,
On 14/10/2024 19:53, Luca Fancellu wrote:
+ Frediano for suggestion about header protection define name
+++ b/xen/arch/arm/include/asm/mpu/layout.h
@@ -0,0 +1,33 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __ARM_MPU_LAYOUT_H__
+#define __ARM_MPU_LAYOUT_H__
I think we are moving away from this notation:
https://patchwork.kernel.org/project/xen-devel/patch/20241004081713.749031-6-frediano.ziglio@xxxxxxxxx/
Shall this be ASM___ARM__MPU__LAYOUT_H ? @Frediano
I could see that the patch hasn't been Rb yet and as per
https://patchwork.kernel.org/project/xen-devel/cover/20241004081713.749031-1-frediano.ziglio@xxxxxxxxx/
, the new coding style is still under discussion.
May be the Arm maintainers (Stefano, Julien, Bertrand, Michal) can
provide their opinion on this.
- Ayan
|