Re: [PATCH v2] arm64: use generic free_initrd_mem()

2019-09-24 Thread kbuild test robot
Hi Mike, I love your patch! Yet something to improve: [auto build test ERROR on arm64/for-next/core] [cannot apply to v5.3 next-20190920] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify the b

[PATCH v2] arm64: use generic free_initrd_mem()

2019-09-24 Thread Mike Rapoport
From: Mike Rapoport arm64 calls memblock_free() for the initrd area in its implementation of free_initrd_mem(), but this call has no actual effect that late in the boot process. By the time initrd is freed, all the reserved memory is managed by the page allocator and the memblock.reserved is unus