Hi Luca, The title should be "xen/arm: Pass struct kernel_info parameter to make_{resv,shm}_memory_node given that you're modifying both functions.
On 09/04/2024 13:45, Luca Fancellu wrote: > > > The struct domain parameter is not used in make_resv_memory_node > and in its called function make_shm_memory_node, so drop it from > both function, also, take the occasion to pass directly s/function/functions > struct kernel_info, from which we can infer other parameter s/parameter/parameters > passed to the functions and drop them as well. > > Signed-off-by: Luca Fancellu <luca.fance...@arm.com> Other than that: Reviewed-by: Michal Orzel <michal.or...@amd.com> ~Michal