]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0fb5d474251baf201eec13dfd4b0e6f0aaf93b9d
tree40b3d6fba724dbe524a484986727d2619427c70e
parentb646c46b2064938c19ab3ce113f66e5e3029fbe0
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: 4effda8d482f ("kill bond_ioctl()")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c