commit | 98406133dd9cb9f195676eab540c270dceca879a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jan 25 22:43:20 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 30 10:19:31 2019 -0800 |
tree | 40b3d6fba724dbe524a484986727d2619427c70e | |
parent | c6c9fee35dc27362b7bac34b2fc9f5b8ace2e22c [diff] |
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>