Re: [PATCH v9 0/4] mm: Enable conversion of powerpc to default topdown mmap layout

2022-04-09 Thread Michael Ellerman
Christophe Leroy writes: > Le 09/04/2022 à 05:25, Andrew Morton a écrit : >> On Fri, 8 Apr 2022 09:24:58 +0200 Christophe Leroy >> wrote: >> >>> Rebased on top of Linux 5.18-rc1 >>> >>> This is the mm part of the series that converts powerpc to default >>> topdown mmap layout, for merge into v

Re: [PATCH v9 0/4] mm: Enable conversion of powerpc to default topdown mmap layout

2022-04-09 Thread Christophe Leroy
Le 09/04/2022 à 05:25, Andrew Morton a écrit : > On Fri, 8 Apr 2022 09:24:58 +0200 Christophe Leroy > wrote: > >> Rebased on top of Linux 5.18-rc1 >> >> This is the mm part of the series that converts powerpc to default >> topdown mmap layout, for merge into v5.18 > > We're at 5.18-rc1. The

Re: [PATCH v9 0/4] mm: Enable conversion of powerpc to default topdown mmap layout

2022-04-08 Thread Andrew Morton
On Fri, 8 Apr 2022 09:24:58 +0200 Christophe Leroy wrote: > Rebased on top of Linux 5.18-rc1 > > This is the mm part of the series that converts powerpc to default > topdown mmap layout, for merge into v5.18 We're at 5.18-rc1. The 5.18 merge window has closed and we're in fixes-only mode. I

[PATCH v9 0/4] mm: Enable conversion of powerpc to default topdown mmap layout

2022-04-08 Thread Christophe Leroy
Rebased on top of Linux 5.18-rc1 This is the mm part of the series that converts powerpc to default topdown mmap layout, for merge into v5.18 powerpc requires its own arch_get_unmapped_area() only when slices are needed, which is only for book3s/64. First part of the series moves slices into book