Home
last modified time | relevance | path

Searched hist:"702 ec3072ae61cdf018725b353ff043e196548a6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/bluetooth/hidp/
H A Dsock.cdiff 702ec3072ae61cdf018725b353ff043e196548a6 Thu Aug 16 20:55:55 CDT 2018 Al Viro <viro@zeniv.linux.org.uk> hidp: fix compat_ioctl

1) no point putting it into fs/compat_ioctl.c when you handle it in
your ->compat_ioctl() anyway.
2) HIDPCONNADD is *not* COMPATIBLE_IOCTL() stuff at all - it does
layout massage (pointer-chasing there)
3) use compat_ptr()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>