mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Frederic Weisbecker <fweisbec@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>, John Kacur <jkacur@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Frederic Lassabe <frederic.lassabe@gmail.com>
Subject: [GIT PULL] Bkl ioctl pushdowns for 2.6.35-rc1
Date: Sat, 22 May 2010 18:57:05 +0200	[thread overview]
Message-ID: <1274547426-25937-1-git-send-regression-fweisbec@gmail.com> (raw)

Linus,

Please pull the bkl/ioctl branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	bkl/ioctl

There are still some pushdowns left, pending for tests or in discussion.
I guess ioctl will die for the next merge window.

Thanks,
	Frederic
---

Arnd Bergmann (9):
      hfsplus: Push down BKL into ioctl function
      sn_hwperf: Kill BKL usage
      um/mmapper: Remove BKL usage
      coda/psdev: Remove BKL from ioctl function
      smbfs: Push down BKL into ioctl function
      dvb: Push down BKL into ioctl functions
      scsi: Push down BKL into ioctl functions
      isdn: Push down BKL into ioctl functions
      drivers: Push down BKL into various drivers

Frederic Weisbecker (4):
      autofs4: Pushdown the bkl from ioctl
      sunrpc: Pushdown the bkl from ioctl
      sunrpc: Pushdown the bkl from sunrpc cache ioctl
      uml: Pushdown the bkl from harddog_kern ioctl

John Kacur (4):
      coda: BKL ioctl pushdown
      coda: Clean-up whitespace problems in pioctl.c
      ncpfs: BKL ioctl pushdown
      uml: Convert to unlocked_ioctls to remove implicit BKL


 arch/ia64/sn/kernel/sn2/sn_hwperf.c         |    9 +---
 arch/um/drivers/harddog_kern.c              |   18 +++++-
 arch/um/drivers/hostaudio_kern.c            |    8 ++--
 arch/um/drivers/mmapper_kern.c              |    5 +-
 drivers/char/apm-emulation.c                |    8 ++-
 drivers/char/applicom.c                     |   13 +++--
 drivers/char/ds1620.c                       |   16 +++++-
 drivers/char/dtlk.c                         |   15 +++---
 drivers/char/generic_nvram.c                |   17 +++++-
 drivers/char/genrtc.c                       |   16 +++++-
 drivers/char/hpet.c                         |   14 +++--
 drivers/char/ipmi/ipmi_devintf.c            |   26 +++++++--
 drivers/char/ipmi/ipmi_watchdog.c           |   17 +++++-
 drivers/char/nvram.c                        |   10 +++-
 drivers/char/nwflash.c                      |    7 ++-
 drivers/char/raw.c                          |   42 ++++++++------
 drivers/hwmon/fschmd.c                      |    9 ++--
 drivers/hwmon/w83793.c                      |   10 ++--
 drivers/input/misc/hp_sdc_rtc.c             |   34 ++++++++----
 drivers/isdn/capi/capi.c                    |   17 +++++-
 drivers/isdn/i4l/isdn_common.c              |   18 +++++-
 drivers/isdn/mISDN/timerdev.c               |   10 ++--
 drivers/macintosh/nvram.c                   |    2 +-
 drivers/macintosh/via-pmu.c                 |   17 +++++-
 drivers/media/dvb/dvb-core/dmxdev.c         |   31 ++++++++---
 drivers/media/dvb/dvb-core/dvb_ca_en50221.c |   17 ++++--
 drivers/media/dvb/dvb-core/dvb_frontend.c   |   30 +++++-----
 drivers/media/dvb/dvb-core/dvb_net.c        |   15 ++++--
 drivers/media/dvb/dvb-core/dvbdev.c         |   17 ++++--
 drivers/media/dvb/dvb-core/dvbdev.h         |   11 ++---
 drivers/media/dvb/firewire/firedtv-ci.c     |    5 +-
 drivers/media/dvb/ttpci/av7110.c            |    4 +-
 drivers/media/dvb/ttpci/av7110_av.c         |    8 ++--
 drivers/media/dvb/ttpci/av7110_ca.c         |    5 +-
 drivers/mtd/mtdchar.c                       |   19 +++++--
 drivers/pcmcia/pcmcia_ioctl.c               |   17 +++++-
 drivers/rtc/rtc-m41t80.c                    |   16 +++++-
 drivers/sbus/char/openprom.c                |   44 +++++++++-------
 drivers/scsi/3w-9xxx.c                      |   10 +++-
 drivers/scsi/3w-sas.c                       |    8 ++-
 drivers/scsi/3w-xxxx.c                      |   11 +++-
 drivers/scsi/aacraid/linit.c                |   11 +++-
 drivers/scsi/dpt_i2o.c                      |   20 ++++++-
 drivers/scsi/gdth.c                         |   20 +++++--
 drivers/scsi/megaraid.c                     |   20 ++++++-
 drivers/scsi/megaraid.h                     |    3 +-
 drivers/scsi/megaraid/megaraid_mm.c         |   22 ++++++--
 drivers/scsi/osst.c                         |   14 ++++--
 drivers/scsi/sg.c                           |   17 +++++-
 drivers/usb/mon/mon_bin.c                   |   23 ++++++--
 drivers/usb/mon/mon_stat.c                  |    3 +-
 fs/autofs4/root.c                           |   22 ++++++--
 fs/coda/pioctl.c                            |   76 ++++++++++++++------------
 fs/coda/psdev.c                             |    5 +-
 fs/hfsplus/dir.c                            |    2 +-
 fs/hfsplus/hfsplus_fs.h                     |    3 +-
 fs/hfsplus/inode.c                          |    2 +-
 fs/hfsplus/ioctl.c                          |   12 +++-
 fs/ncpfs/dir.c                              |    2 +-
 fs/ncpfs/file.c                             |    2 +-
 fs/ncpfs/ioctl.c                            |   27 ++++++----
 fs/smbfs/dir.c                              |    2 +-
 fs/smbfs/file.c                             |    2 +-
 fs/smbfs/ioctl.c                            |   10 ++--
 fs/smbfs/proto.h                            |    2 +-
 include/linux/ncp_fs.h                      |    2 +-
 net/sunrpc/cache.c                          |   13 ++++-
 net/sunrpc/rpc_pipe.c                       |   18 +++++-
 68 files changed, 669 insertions(+), 312 deletions(-)

             reply	other threads:[~2010-05-22 16:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-22 16:57 Frederic Weisbecker [this message]
2010-05-27 21:38 ` Arnd Bergmann
2010-05-27 22:03   ` Frederic Weisbecker
2010-05-27 22:17     ` H. Peter Anvin

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=1274547426-25937-1-git-send-regression-fweisbec@gmail.com \
    --to=fweisbec@gmail.com \
    --cc=arnd@arndb.de \
    --cc=frederic.lassabe@gmail.com \
    --cc=jkacur@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome