Hi Vikram, On 31/05/2023 22:32, Vikram Garhwal wrote: > Hi Michal, > > On 5/5/23 2:38 AM, Michal Orzel wrote: >> On 03/05/2023 01:36, Vikram Garhwal wrote: >>> >>> Change __unflatten_device_tree() return type to integer so it can propagate >>> memory allocation failure. Add panic() in dt_unflatten_host_device_tree() >>> for >>> memory allocation failure during boot. >>> >>> Signed-off-by: Vikram Garhwal <vikram.garh...@amd.com> >> I think we are missing a Fixes tag. > Like the below line? > Fixes: fb97eb6 ("xen/arm: Create a hierarchical device tree") Please check docs/process/sending-patches.pandoc The correct format for a Fixes tag should be: Fixes: fb97eb614acf ("xen/arm: Create a hierarchical device tree")
~Michal