Re: [PATCH] xen/arm: Don't call process_shm_chosen() during ACPI boot

2025-04-05 Thread Bertrand Marquis
Hi Michal, > On 2 Apr 2025, at 10:42, Michal Orzel wrote: > > Static shared memory requires device-tree boot. At the moment, booting > with ACPI enabled and CONFIG_STATIC_SHM=y results in a data abort when > dereferencing node in process_shm() because dt_host is always NULL. > > Fixes: 09c0a897

[PATCH] xen/arm: Don't call process_shm_chosen() during ACPI boot

2025-04-05 Thread Michal Orzel
Static shared memory requires device-tree boot. At the moment, booting with ACPI enabled and CONFIG_STATIC_SHM=y results in a data abort when dereferencing node in process_shm() because dt_host is always NULL. Fixes: 09c0a8976acf ("xen/arm: enable statically shared memory on Dom0") Signed-off-by: