Re: [PATCH v5] memblock: make memblock_find_in_range method private

2021-08-17 Thread Rob Herring
On Mon, 16 Aug 2021 15:26:22 +0300, Mike Rapoport wrote: > From: Mike Rapoport > > There are a lot of uses of memblock_find_in_range() along with > memblock_reserve() from the times memblock allocation APIs did not exist. > > memblock_find_in_range() is the very core of memblock allocations, so

Re: [PATCH v5] memblock: make memblock_find_in_range method private

2021-08-16 Thread Guenter Roeck
On 8/16/21 5:26 AM, Mike Rapoport wrote: From: Mike Rapoport There are a lot of uses of memblock_find_in_range() along with memblock_reserve() from the times memblock allocation APIs did not exist. memblock_find_in_range() is the very core of memblock allocations, so any future changes to its

[PATCH v5] memblock: make memblock_find_in_range method private

2021-08-16 Thread Mike Rapoport
From: Mike Rapoport There are a lot of uses of memblock_find_in_range() along with memblock_reserve() from the times memblock allocation APIs did not exist. memblock_find_in_range() is the very core of memblock allocations, so any future changes to its internal behaviour would mandate updates