Re: [PATCH 12/15] s390: remove native mmap2() syscall

2024-06-21 Thread Heiko Carstens
On Thu, Jun 20, 2024 at 06:23:13PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > The mmap2() syscall has never been used on 64-bit s390x and should > have been removed as part of 5a79859ae0f3 ("s390: remove 31 bit > support"). > > Remove it now. > > Signed-off-by: Arnd Bergmann > --- >

[PATCH 12/15] s390: remove native mmap2() syscall

2024-06-20 Thread Arnd Bergmann
From: Arnd Bergmann The mmap2() syscall has never been used on 64-bit s390x and should have been removed as part of 5a79859ae0f3 ("s390: remove 31 bit support"). Remove it now. Signed-off-by: Arnd Bergmann --- arch/s390/kernel/syscall.c | 27 --- 1 file changed, 27 del