From: David S. Miller Date: Mon, 11 May 2020 23:59:16 +0000 (-0700) Subject: Merge branch 'improve-msg_control-kernel-vs-user-pointer-handling' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=97cf0ef9305bba857f04b914fd59e83813f1eae2;p=openwrt%2Fstaging%2Fblogic.git Merge branch 'improve-msg_control-kernel-vs-user-pointer-handling' Christoph Hellwig says: ==================== improve msg_control kernel vs user pointer handling this series replace the msg_control in the kernel msghdr structure with an anonymous union and separate fields for kernel vs user pointers. In addition to helping a bit with type safety and reducing sparse warnings, this also allows to remove the set_fs() in kernel_recvmsg, helping with an eventual entire removal of set_fs(). ==================== Signed-off-by: David S. Miller --- 97cf0ef9305bba857f04b914fd59e83813f1eae2