]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: O32: Use compat_sys_getsockopt.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 9 Jul 2015 16:02:51 +0000 (18:02 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 10 Jul 2015 09:02:22 +0000 (11:02 +0200)
commit4a40b7e01a9a9c6f0bf56802d56824813b1ccf3d
treeb16eea1718022eab6047ef880c8e4ea9cf83b717
parent7cd3f60b43a5fdb12de66596c6532cf5f72f8da3
MIPS: O32: Use compat_sys_getsockopt.

We were using the native syscall and that results in subtle breakage.

This is the same issue as fixed in fbf437f7c14601a7b42ebda180ab81d08915a66a
(MIPS: N32: Use compat getsockopt syscall) but that commit did fix it only
for N32.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=100291
arch/mips/kernel/scall64-o32.S