Re: [PATCH 0/8] Convert powerpc to default topdown mmap layout

2021-11-24 Thread Christophe Leroy
Le 24/11/2021 à 14:40, Christophe Leroy a écrit : Le 24/11/2021 à 14:21, Nicholas Piggin a écrit : Excerpts from Christophe Leroy's message of November 22, 2021 6:48 pm: This series converts powerpc to default topdown mmap layout. powerpc provides its own arch_get_unmapped_area() only whe

Re: [PATCH 0/8] Convert powerpc to default topdown mmap layout

2021-11-24 Thread Christophe Leroy
Le 24/11/2021 à 14:21, Nicholas Piggin a écrit : Excerpts from Christophe Leroy's message of November 22, 2021 6:48 pm: This series converts powerpc to default topdown mmap layout. powerpc provides its own arch_get_unmapped_area() only when slices are needed, which is only for book3s/64. Fir

Re: [PATCH 0/8] Convert powerpc to default topdown mmap layout

2021-11-24 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of November 22, 2021 6:48 pm: > This series converts powerpc to default topdown mmap layout. > > powerpc provides 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 book3

[PATCH 0/8] Convert powerpc to default topdown mmap layout

2021-11-22 Thread Christophe Leroy
This series converts powerpc to default topdown mmap layout. powerpc provides 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 other subarchitectures. Then a small mod