[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/10] MPU mm subsistem skeleton
- To: Luca Fancellu <luca.fancellu@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Thu, 13 Mar 2025 08:48:14 +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=UD+lfanEE0YNXqP8u1patLg89e3t9Asz7pYJQiCzyX8=; b=agFMYvBZVQXfWIrNNc1RLHIMTYrVg/hIpmWB9G4zy77EzPh2owShaBkqq1GMYzpEjYlGUvdik27Ekh2OuJYGoV7O1wI5dMmd1UtFWDmZARgAEPEnSQOXVwyW5h6td7b5VAhb5D0aDdva3naKW+dEmQyhIqg6yiMmB+Qw/3BfQqREL3IAH9E8bVbEVpkqBMV4yoidhdxfCt30dYiYV/loGbLdO+XONpZ2DbcT7KGX0/vwgJUsFu/RtBT6TYEGh/rRc1dJhJqk2nbH8GvBRAutAjhc1Tzg6UISeesRuqaTmk5oFiRhrEf1lWDjWC8nRsw4UvnVupydK9jHQRZTnff5wg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=BUc58UHaK/r0M1Q04eBJFD9Ip6sZWJRCTRH/WTn9f5dXZzEaHKRhat8IpFGQ0eXWb+N4flcepgrMpoQ1mR/MNPtTHRlQZP7IYgUXWKhYBuIuC0YWAZB7IGFSCHA6+TOaqQ6q0KUP7SmZTIsab1D1wRyerI3A120D3V8ZaUUEiiZMKIxUa3V2tnoTRuWPQFIPdixE8qBRpaxEaiVzvukKL3yY08ce8goWymy0xnsmtggImtcFNLd44DHWn0ezTfb5KJoTnQxyMi1HA+MMXHWcjr+yELcU90aSopWSv+HkagwQHueH8oXa9DXvMqIfpP6VhqTlvnUaXWCdin9ScF+HiA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=amd.com;
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 13 Mar 2025 07:48:30 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 12/03/2025 14:52, Luca Fancellu wrote:
>
>
> Hi all,
>
> this serie implements the skeleton for the MPU memory management subsystem,
> at the end of the serie it will be possible to compile the Arm arch using MPU.
>
> The minimum Arm Kconfig configuration is this one:
>
> CONFIG_UNSUPPORTED=y
> CONFIG_MPU=y
> CONFIG_XEN_START_ADDRESS=0x0
>
> Luca Fancellu (8):
> xen/passthrough: Provide stub functions when !HAS_PASSTHROUGH
> xen/arm: Restrict Kconfig configuration for LLC coloring
These patches have necessary tags, so I committed them right away.
~Michal
|