Re: [PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)

2022-04-07 Thread Michael Ellerman
Christophe Leroy writes: > Le 04/04/2022 à 07:22, Christophe Leroy a écrit : >> Le 11/03/2022 à 05:49, Andrew Morton a écrit : >>> On Fri, 11 Mar 2022 15:26:42 +1100 Michael Ellerman >>> wrote: >>> > What will be the merge strategy ? I guess it's a bit late to get it > through powerpc tr

Re: [PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)

2022-04-07 Thread Michael Ellerman
Andrew Morton writes: > On Fri, 11 Mar 2022 15:26:42 +1100 Michael Ellerman > wrote: > >> > What will be the merge strategy ? I guess it's a bit late to get it >> > through powerpc tree, so I was just wondering whether we could get >> > patches 2 to 5 in mm this cycle, and the powerpc ones nex

Re: [PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)

2022-04-07 Thread Christophe Leroy
Hi Andrew, Le 04/04/2022 à 07:22, Christophe Leroy a écrit : Hi Andrew, Le 11/03/2022 à 05:49, Andrew Morton a écrit : On Fri, 11 Mar 2022 15:26:42 +1100 Michael Ellerman wrote: What will be the merge strategy ? I guess it's a bit late to get it through powerpc tree, so I was just wonderin

Re: [PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)

2022-04-03 Thread Christophe Leroy
Hi Andrew, Le 11/03/2022 à 05:49, Andrew Morton a écrit : > On Fri, 11 Mar 2022 15:26:42 +1100 Michael Ellerman > wrote: > >>> What will be the merge strategy ? I guess it's a bit late to get it >>> through powerpc tree, so I was just wondering whether we could get >>> patches 2 to 5 in mm this

Re: [PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)

2022-03-10 Thread Andrew Morton
On Fri, 11 Mar 2022 15:26:42 +1100 Michael Ellerman wrote: > > What will be the merge strategy ? I guess it's a bit late to get it > > through powerpc tree, so I was just wondering whether we could get > > patches 2 to 5 in mm this cycle, and the powerpc ones next cycle ? > > Yeah I didn't pic

Re: [PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)

2022-03-10 Thread Michael Ellerman
Christophe Leroy writes: > Hi Michael, hi Andrew > > Le 09/03/2022 à 18:44, Christophe Leroy a écrit : >> Rebased on top of powerpc/next branch >> >> This series converts powerpc to default topdown mmap layout. >> >> powerpc requires its own arch_get_unmapped_area() only when >> slices are neede

Re: [PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)

2022-03-09 Thread Christophe Leroy
Hi Michael, hi Andrew Le 09/03/2022 à 18:44, Christophe Leroy a écrit : > Rebased on top of powerpc/next branch > > This series converts powerpc to default topdown mmap layout. > > powerpc requires its own arch_get_unmapped_area() only when > slices are needed, which is only for book3s/64. First

[PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)

2022-03-09 Thread Christophe Leroy
Rebased on top of powerpc/next branch This series converts powerpc to default topdown mmap layout. 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 book3s/64 specific directories and cleans up ot