Searched hist:"4747 c1a8bc50a69e9b2cd7eb188fcbd95f177999" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/phonet/ |
H A D | pn_dev.c | diff 4747c1a8bc50a69e9b2cd7eb188fcbd95f177999 Tue Jul 27 08:44:52 CDT 2021 Arnd Bergmann <arnd@arndb.de> phonet: use siocdevprivate
phonet has a single private ioctl that is broken in compat mode on big-endian machines today because the data returned from it is never copied back to user space.
Move it over to the ndo_siocdevprivate callback, which also fixes the compat issue.
Cc: Remi Denis-Courmont <courmisch@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Rémi Denis-Courmont <courmisch@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/usb/ |
H A D | cdc-phonet.c | diff 4747c1a8bc50a69e9b2cd7eb188fcbd95f177999 Tue Jul 27 08:44:52 CDT 2021 Arnd Bergmann <arnd@arndb.de> phonet: use siocdevprivate
phonet has a single private ioctl that is broken in compat mode on big-endian machines today because the data returned from it is never copied back to user space.
Move it over to the ndo_siocdevprivate callback, which also fixes the compat issue.
Cc: Remi Denis-Courmont <courmisch@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Rémi Denis-Courmont <courmisch@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|