net: socket: make bond ioctls go through compat_ifreq_ioctl()
authorJohannes Berg <johannes.berg@intel.com>
Fri, 25 Jan 2019 21:43:20 +0000 (22:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Jan 2019 18:19:31 +0000 (10:19 -0800)
commit98406133dd9cb9f195676eab540c270dceca879a
tree40b3d6fba724dbe524a484986727d2619427c70e
parentc6c9fee35dc27362b7bac34b2fc9f5b8ace2e22c
net: socket: make bond ioctls go through compat_ifreq_ioctl()

Same story as before, these use struct ifreq and thus need
to be read with the shorter version to not cause faults.

Cc: stable@vger.kernel.org
Fixes: f92d4fc95341 ("kill bond_ioctl()")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c