Re: [PATCH] arm64/xen: Delete correctly all modules loaded by xen_module

2025-07-04 Thread Sudhakar Kuppusamy
> On 4 Jul 2025, at 2:09 PM, Frediano Ziglio via Grub-devel > wrote: > > We need to use FOR_LIST_ELEMENTS_SAFE instead of FOR_LIST_ELEMENTS > as single_binary_unload, called during the loop, is changing > the list using grub_list_remove. > Given the environment probably the old code simply del

Re: [PATCH] arm64/xen: Delete correctly all modules loaded by xen_module

2025-07-04 Thread Daniel Kiper
On Fri, Jul 04, 2025 at 09:39:08AM +0100, Frediano Ziglio via Grub-devel wrote: > We need to use FOR_LIST_ELEMENTS_SAFE instead of FOR_LIST_ELEMENTS > as single_binary_unload, called during the loop, is changing > the list using grub_list_remove. > Given the environment probably the old code simply