All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] compat_ioctl fixes
Date: Thu, 25 Oct 2018 01:10:24 +0100	[thread overview]
Message-ID: <20181025001024.GB32577@ZenIV.linux.org.uk> (raw)

	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(-)

                 reply	other threads:[~2018-10-25  0:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181025001024.GB32577@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.