Re: [PATCH 11/15] mips: fix n32 compat_ipc_parse_version
From: Paul Burton <hidden>
Date: 2019-01-11 19:25:32
Also in:
linux-alpha, linux-arm-kernel, linux-s390, linuxppc-dev
From: Paul Burton <hidden>
Date: 2019-01-11 19:25:32
Also in:
linux-alpha, linux-arm-kernel, linux-s390, linuxppc-dev
Hello, Arnd Bergmann wrote:
While reading through the sysvipc implementation, I noticed that the n32
semctl/shmctl/msgctl system calls behave differently based on whether
o32 support is enabled or not: Without o32, the IPC_64 flag passed by
user space is rejected but calls without that flag get IPC_64 behavior.
As far as I can tell, this was inadvertently changed by a cleanup patch
but never noticed by anyone, possibly nobody has tried using sysvipc
on n32 after linux-3.19.
Change it back to the old behavior now.
Fixes: 78aaf956ba3a ("MIPS: Compat: Fix build error if CONFIG_MIPS32_COMPAT but no compat ABI.")
Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Applied to mips-fixes.
Thanks,
Paul
[ This message was auto-generated; if you believe anything is incorrect
then please email paul.burton@mips.com to report it. ]
_______________________________________________
Y2038 mailing list
Y2038@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/y2038