[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MINI-OS PATCH 03/19] mini-os: grants: support populated grant table at boot
- To: Juergen Gross <jgross@xxxxxxxx>, <minios-devel@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Tue, 8 Jul 2025 17:08:39 -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=PPMeWul5rUf3T2TMz3BXWb4oFvA1Z6J41DkUd04ojQk=; b=lnRGcbBWDAyyxlZQTR9EBIEGUzlqXDibZE+XWNGYsypgtPksBTaXy2M3TLeNKoKYMne2x2onYznoOpZSTSZOc8r8WdMZIqZRqbZ8kC7rR5oU+Uxl6aMwAlpWmUrE5uLOh3VapI6BeZTMGu/zfSkVEx1TizhzwQRTqiKABtTGERNziJezLM6NZ6PvOdav2tkLSxtSPsx9pPAgMqld79cRCSYAoncnfSQoRxhXMzjlfhQj1fjgsd6q5QiUiBqpGpauKnRg6Uu1Z6iQaH4UYK3B1PxKoVxBlGobkFGyFmeHOM/USaIwiKdioFnIqgx7DUYAqVqOZqOgJNg33R3PS/AJwg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=aJCZ2nRz6s6sBd2jC/M2Yj/Vkb3FNKeADkVY26xYIz/CjXgXogMKfNW/0v+JTCAFOMqSxn9WZffy5UZiD3vGvwxpC7FSG/3t0a6GR34/YGv2GI1MTesJ8rWywSyGORIUn73VywUVEWlbXuJDYPtOznrSpjxzwwgPglUP4jmoaHMmJ0WNqZEgs7tX5T4Qb4AU10RV0hR5FXwDBQFyUVT5/mGj6N01Br6evfJdM39uejym+oW51O+blFBvpWxZofyzVWN3ibljQ5WVfxikLGH/X22ft54tT9Tdy1cb77hC6p3t3VVEOPhLmpGKllRNhSZxOYtrZufZO+Smkg/QbmvGLw==
- Cc: <samuel.thibault@xxxxxxxxxxxx>
- Delivery-date: Tue, 08 Jul 2025 21:26:00 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-07-02 04:12, Juergen Gross wrote:
When kexec-ing into a new kernel, the grant table might still have
active grants. Support that by not adding populated grant entries to
the list of free grant entries.
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|