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

2019-09-23 Thread Anshuman Khandual
On 09/16/2019 07:25 PM, Mike Rapoport wrote: > (added linux-arch) > > On Mon, Sep 16, 2019 at 08:23:29AM -0400, Laura Abbott wrote: >> On 9/16/19 8:21 AM, Mike Rapoport wrote: >>> From: Mike Rapoport >>> >>> arm64 calls memblock_free() for the initrd area in its implementation of >>> free_init

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

2019-09-16 Thread Mike Rapoport
(added linux-arch) On Mon, Sep 16, 2019 at 08:23:29AM -0400, Laura Abbott wrote: > On 9/16/19 8:21 AM, Mike Rapoport wrote: > >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

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

2019-09-16 Thread Laura Abbott
On 9/16/19 8:21 AM, Mike Rapoport wrote: 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

[PATCH] arm64: use generic free_initrd_mem()

2019-09-16 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