[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] arm/mpu: Implement setup_mm for MPU systems
- To: Hari Limaye <hari.limaye@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Ayan Kumar Halder <ayankuma@xxxxxxx>
- Date: Mon, 4 Aug 2025 13:52:17 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=arm.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- 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=AGJp2Gz+KZrlL+Yrp2lXKbTfgXaOVfUOMZCh7zwC/X8=; b=PQoaXJ7ZtHIC5zmED01o44KWDVYQ4ebitb10Ndz7Qkn74d+ZHeso9baNDJ/weG3qnZnaTfuleAgnOrszF4gN5D3B80fv3OHTRP6PcwB/MqfqFzd8NWDW6ZJLXc2LSx0mIDWkgEc+fGaBeuI7OBySdWc50mWDxJmHzUPqHq/P/rvT/T4n1V00Dcyv9rvVxDhb0+IWSz8TDUYQtro3oT8lBWLMZ46XtGR79l2FZ9WqTJ3UNC54/fZ1ggDhPnhlYcnKcRdCMC487zABKCecoClnqI26musiZa4NIFqyEnJExPHq4XO1KFtOUREYt4XVdC7ttSi8sUcHQ1xbtS9NtwIt3A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=kjlkzf5lK5qpo/haG4LxK5IHsSHUBdlocKG2TvRKGQx0liZJc8ryaQq79uDg22MJMIY3VTw7GPOQp69+vT56qW/7ysvMA0ooQ3ICJi0u8CWqLTjYgIJUYfNGu7NM18iQ5STxBil4yp4lYoUPyugZKgHFOu1ioVYa5pdy5QtOHnRSAwq4muG02jvxujvikKNU+v/1BNAv8eDL3K1yMLK2Hmz9b69M2eYg0QnVTq05hdUYKhmfKe83bwDBFGdsIqkDa2Cs9tEFqEF25YJkMPGu3knsiatDnwTklVA/vak4J6sXAoNqT0Lk6laW8HIromaAxozMOjpWlZhNDptnVUU6+g==
- Cc: <luca.fancellu@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Mon, 04 Aug 2025 13:00:52 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi Hari,
On 30/07/2025 09:45, Hari Limaye wrote:
CAUTION: This message has originated from an External Source. Please use proper
judgment and caution when opening attachments, clicking links, or responding to
this email.
From: Luca Fancellu <luca.fancellu@xxxxxxx>
Implement `setup_mm` for MPU systems. This variant doesn't need to set
up the direct map.
Signed-off-by: Luca Fancellu <luca.fancellu@xxxxxxx>
Signed-off-by: Hari Limaye <hari.limaye@xxxxxxx>
Reviewed-by: Ayan Kumarb Halder <ayan.kumar.halder@xxxxxxx>
Tested-by: Ayan Kumarb Halder <ayan.kumar.halder@xxxxxxx>
(On R82 and R52 with some additional patches)
- Ayan
|