]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'uaccess.net' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 May 2020 02:07:25 +0000 (19:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 May 2020 02:07:25 +0000 (19:07 -0700)
commitfd19f36f9754111bb961eb7e4c602adb6872913d
tree3c3a65e315bd9d8897e7b98b93cc347fc1ddf438
parent6a5dadd8e39d72e18b67e550b8559912e62161ae
parent6c5e703c4b58154502b04cc376c80f08f8508f01
Merge branch 'uaccess.net' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Al Viro says:

====================
uaccess-related stuff in net/*

Assorted uaccess-related work in net/*.  First, there's
getting rid of compat_alloc_user_space() mess in MCAST_...
[gs]etsockopt() - no need to play with copying to/from temporary
object on userland stack, etc., when ->compat_[sg]etsockopt()
instances in question can easly do everything without that.
That's the first 13 patches.  Then there's a trivial bit in
net/batman-adv (completely unrelated to everything else) and
finally getting the atm compat ioctls into simpler shape.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>