Skip to content
Commit 077d0e65 authored by Sorin Dumitru's avatar Sorin Dumitru Committed by Ralf Baechle
Browse files

MIPS: N32: Use compat getsockopt syscall



The IP_PKTOPTIONS sockopt puts control messages in option_values, these
need to be handled differently in the compat case. This is already done
through the MSG_CMSG_COMPAT flag, we just need to use
compat_sys_getsockopt which sets that flag.

Signed-off-by: default avatarSorin Dumitru <sdumitru@ixiacom.com>
Reviewed-by: default avatarJames Hogan <james.hogan@imgtec.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7115/
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 0435b13e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment