A bunch of compat_ioctl fixes, mostly in bluetooth. Hopefully, most of fs/compat_ioctl.c will get killed off over the next few cycles; between this, tty series already merged and Arnd's work this cycle ought to take a good chunk out of the damn thing...
One trivial conflict in fs/compat_ioctl.c (lines removed right next to those taken out by tty_ioctl series). The following changes since commit 10f3e23f07cb0c20f9bcb77a5b5a7eb2a1b2a2fe: Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2018-08-13 22:34:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.compat for you to fetch changes up to 702ec3072ae61cdf018725b353ff043e196548a6: hidp: fix compat_ioctl (2018-09-10 12:41:07 -0400) ---------------------------------------------------------------- Al Viro (5): compat_ioctl: trim the pointless includes bnep: fix compat_ioctl cmtp: fix compat_ioctl hidp: constify hidp_connection_add() hidp: fix compat_ioctl fs/compat_ioctl.c | 70 +---------------------------------------- net/bluetooth/bnep/sock.c | 19 +++++++----- net/bluetooth/cmtp/sock.c | 19 +++++++----- net/bluetooth/hidp/core.c | 10 +++--- net/bluetooth/hidp/hidp.h | 2 +- net/bluetooth/hidp/sock.c | 79 ++++++++++++++++++++++++++++++----------------- 6 files changed, 81 insertions(+), 118 deletions(-)