Re: [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()

2024-12-12 Thread Yang Shi
On Wed, Dec 11, 2024 at 3:28 PM Kalesh Singh wrote: > > Consolidate the hint searches from both directions (topdown and > bottomup) into generic_mmap_hint(). > > No functional change is introduced. > > Signed-off-by: Kalesh Singh > --- > > Changes in v2: > - MAP_FIXED case is also handled in ar

[PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()

2024-12-11 Thread Kalesh Singh
Consolidate the hint searches from both directions (topdown and bottomup) into generic_mmap_hint(). No functional change is introduced. Signed-off-by: Kalesh Singh --- Changes in v2: - MAP_FIXED case is also handled in arch_mmap_hint() since this is just a special case of the hint addr be