diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-07-27 15:45:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-27 20:11:44 +0100 |
commit | a554bf96b49db4c208e305ae92546422e9489380 (patch) | |
tree | 6fce988f6f02fc3df0e3abb197f610ca2a1bfbec /drivers/power/supply/rt5033_battery.c | |
parent | 8fb75b79cd98944c118861ff3194caf731f5ec5a (diff) |
dev_ioctl: pass SIOCDEVPRIVATE data separately
The compat handlers for SIOCDEVPRIVATE are incorrect for any driver that
passes data as part of struct ifreq rather than as an ifr_data pointer, or
that passes data back this way, since the compat_ifr_data_ioctl() helper
overwrites the ifr_data pointer and does not copy anything back out.
Since all drivers using devprivate commands are now converted to the
new .ndo_siocdevprivate callback, fix this by adding the missing piece
and passing the pointer separately the whole way.
This further unifies the native and compat logic for socket ioctls,
as the new code now passes the correct pointer as well as the correct
data for both native and compat ioctls.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/power/supply/rt5033_battery.c')
0 files changed, 0 insertions, 0 deletions