On Thu, Dec 05, 2019 at 02:16:02PM +0100, Christian Borntraeger wrote: > On 05.12.19 14:09, Thomas Huth wrote: > > On 05/12/2019 13.51, Christian Borntraeger wrote: > >> There is no ENOTSUPP for userspace > >> > >> Reported-by: Julian Wiedmann <jwi@xxxxxxxxxxxxx> > >> Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> > >> --- > >> - return -ENOTSUPP; > >> + return -EOPNOTSUPP; > > There seems to be another one in arch/s390/include/asm/uv.h, are you > > going to fix that, too? > I looked into that but it seemed that this is not exposed to > userspace and just kept internal. Could you remove that one as well, please? Otherwise people start copy-pasting this (again). I thought we got rid of them all, and now they crept in again. Same for dasd ioctl code...