On Tue, 20 Dec, at 01:52:07PM, James Morse wrote: > "efi/libstub: arm*: Pass latest memory map to the kernel" added a new > call to update fdt in-place. This caused a new warning on 32bit ARM: > > ../drivers/firmware/efi/libstub/fdt.c: In function 'allocate_new_fdt_and_exit_boot': > ../drivers/firmware/efi/libstub/fdt.c:303:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > (u64)memory_map, (u32)map_size); > ^ > > Cast to an integer of native pointer size first. > > Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx> > Signed-off-by: James Morse <james.morse@xxxxxxx> > --- > I guess this too needs to go to stable unless you intend to squash it? > > drivers/firmware/efi/libstub/fdt.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks James, I've folded this into your previous patch. -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html