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

2024-12-10 Thread Kalesh Singh
On Mon, Dec 9, 2024 at 7:27 PM Yang Shi wrote: > > On Mon, Dec 9, 2024 at 6:41 PM Kalesh Singh wrote: > > > > Consolidate the hint searches from both direcitons (topdown and > > bottomup) into generic_mmap_hint(). > > > > No functional change is introduced. > > > > Signed-off-by: Kalesh Singh >

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

2024-12-09 Thread Yang Shi
On Mon, Dec 9, 2024 at 6:41 PM Kalesh Singh wrote: > > Consolidate the hint searches from both direcitons (topdown and > bottomup) into generic_mmap_hint(). > > No functional change is introduced. > > Signed-off-by: Kalesh Singh > --- > include/linux/sched/mm.h | 4 > mm/mmap.c

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

2024-12-09 Thread Kalesh Singh
Consolidate the hint searches from both direcitons (topdown and bottomup) into generic_mmap_hint(). No functional change is introduced. Signed-off-by: Kalesh Singh --- include/linux/sched/mm.h | 4 mm/mmap.c| 45 2 files changed, 31