[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MINI-OS PATCH 13/19] kexec: add support for allocating pages from kexec module memory
- To: Juergen Gross <jgross@xxxxxxxx>, <minios-devel@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Mon, 14 Jul 2025 17:31:51 -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=OvU4exCx6/Z7NnbQCbrrsiL9pA5g/pC7F3iL0anFBRs=; b=kKYOPAE1l3zAt8ZfJDQHXlPm03n5rNuOCQMp7iFJRsHjLUhtCjP0AgrQpV4PNglwZ2IxAiBci9FOYI8LUz1zJZVCRXrs1Tw0Kc+oZlclxHWoM7w561VC2It1AL2lXy9BRCY0MaOvDGHODLcj7jNnyHI+psU9pRnkqFxW6O3WY8xKwuENmR8jRhe+RNDlM43QoSNQVyu1wQjno+FHPOiLaeweakAOjLuaXM08aq/HBKIYRv+PW7EsVaCmtdQ90W7TiNVqBnDVlXxr23CCGRXT/0KY+8SOwP51w8oWgdqOrWiS21AS7DbOKhEqWzvJNPL3yNOJY3l4wBhH+GHVL8Wfyg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=H5j9uU7epIH5ilftwd9f0NnTBqmscyE3a44orPT4HTyVzAxGW2CJvUT4FKSzaXsMBRiYo47qP3j0k0SiFsCJFunHikGLsnF844mcaqlCPWBE9vn97gdAkimUr8jTlJbiVtISjWJO5elYVj9lf6Eyi0njfJoZBVg+Dhw9YgJFv94xQ+f6DR1bPEpxrOuoL5rhb96nkwc74O4shMCXe/vz8R4j5qf8U/rEVb4N0cf14mfdz2kdOheVju6tB+WLu4TbkcOTvhFjzimeznIBJdNCCUzxc80XX5tYf/R5uvFr+5mRf8SauUnRMi5RrqUdeYEZWoPfSb27uQLzKtmsPG1NLA==
- Cc: <samuel.thibault@xxxxxxxxxxxx>
- Delivery-date: Mon, 14 Jul 2025 21:42:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-02 04:12, Juergen Gross wrote:
Add the needed functions for allocating and freeing memory pages of
the kexec module.
As the pages are always related to a kexec module record, add the
related utility functions, too. For now only support adding records
and retrieving them.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|