[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MINI-OS PATCH v2 01/14] mm: don't add module pages to free memory
- To: Juergen Gross <jgross@xxxxxxxx>, <minios-devel@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Tue, 15 Jul 2025 13:39:47 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.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=CmJ2rJQ2gAQcDz3pPMFEVFWPdve8NkO/SijeXBiqnnc=; b=CcyXXIGp0vl98NRFF8NDt9ioh1b5+5Hd7lhbr2SMukhIMDStdwOjRTrm4pDqeLNwKgJgkbxHQRtbuD8X10Q3NoTssvHdoNKDCI7D/eDxw9LVM8dkeg+2t3/qlebgzPr0Xfq6UOg6pYAdnsgAIrntziPDTKcmI78HnLSBZ4vHxVmNtJnE8Es/gKyfCr5m8SIi9RhDuiXmxIVDv7OTMdjakP/3RzmQjDsAFfjSiJHWb26T7bPV9OGdV867RcVTE4AOzmVk9Cab4ovbYDEElD0fPT4X149/MmMJA8m5fXTMO7tqixAy6e1sogxq7hVgEWW6iIWm0iRpx7v3601TrU0PmA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=SRX3ayniF+/Y/91Qr/SLQSiv6F2PCcGt6yaMYCAahs0xHhwSId6RIQkWHZmEF28I4YU+iCDB36zC/y9r2MVV4lXf75OY1RurU/74bJxSUmcxrXim+zXDqXtnas3nuQGfbhSUs7Lf4I4InSNUsZ5J17z7/GxhxaMuvzDtgOIc622fMM84TYELWiWz8CqBP6BBWdzkKjauMW74Me10UPPCi5lEbYL1jz2OP0biAZ7EFFAqDPgsXmB3fkKqdqaNJnppzXbDmCpr6DmBmWpS/LZFI63mI0g+0kENxaGiLXdcLNYeF7re1u3CdMR1JzekADLCbH/BPMGc8W/F8sEcw5W3Og==
- Cc: <samuel.thibault@xxxxxxxxxxxx>
- Delivery-date: Tue, 15 Jul 2025 17:40:04 +0000
- List-id: Mini-os development list <minios-devel.lists.xenproject.org>
On 2025-07-15 09:29, Juergen Gross wrote:
When initializing the memory allocator, don't add memory pages of
modules and the initial boot info structure to the free memory.
This is relevant only when running in PVH mode, as in PV mode only
memory above the initial page tables is added to free memory, and the
module and start_info pages are below the page tables.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|