Re: [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha

2024-10-09 Thread Lorenzo Stoakes
On Wed, Sep 25, 2024 at 09:06:14PM +, Arnd Bergmann wrote: > From: Arnd Bergmann > > These two architectures each have their own set of MAP_* flags, like > powerpc, mips and others do. In addition, the msync() flags are also > different, here both define the same flags but in a different order

Re: [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha

2024-10-05 Thread Richard Henderson
On 9/25/24 14:06, Arnd Bergmann wrote: From: Arnd Bergmann These two architectures each have their own set of MAP_* flags, like powerpc, mips and others do. In addition, the msync() flags are also different, here both define the same flags but in a different order. Finally, alpha also has a cust

[PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha

2024-09-25 Thread Arnd Bergmann
From: Arnd Bergmann These two architectures each have their own set of MAP_* flags, like powerpc, mips and others do. In addition, the msync() flags are also different, here both define the same flags but in a different order. Finally, alpha also has a custom MADV_DONTNEED flag for madvise. Make