]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
slip/plip: use ndo_siocdevprivate
authorArnd Bergmann <arnd@arndb.de>
Tue, 27 Jul 2021 13:45:01 +0000 (15:45 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Jul 2021 19:11:44 +0000 (20:11 +0100)
commit76b5878cffab379dd4fd84c04bdf20d21177729d
treebbccab3b97d1853fe101be1b3df14790a381eebe
parentef1b5b0c30bc61587a9da19cc0ab078bba53ebcc
slip/plip: use ndo_siocdevprivate

slip and plip both use a couple of SIOCDEVPRIVATE ioctl
commands that overload the ifreq layout in a way that is
incompatible with compat mode.

Convert to use ndo_siocdevprivate to allow passing the
data this way, but return an error in compat mode anyway
because the private structure is still incompatible.

This could be fixed as well to make compat work properly.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/plip/plip.c
drivers/net/slip/slip.c