linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Another set of ioctl bkl pushdown, almost the end
@ 2010-05-19 17:24 Frederic Weisbecker
  2010-05-19 17:24 ` [PATCH 1/8] ecryptfs: Pushdown the bkl from ioctl Frederic Weisbecker
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Frederic Weisbecker @ 2010-05-19 17:24 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Thomas Gleixner, John Kacur,
	Arnd Bergmann, Tyler Hicks, Dustin Kirkland, H . Peter Anvin,
	Ian Kent, J . Bruce Fields, Neil Brown, Jeff Dike, Mikael Starvik,
	Jesper Nilsson, Tony Luck, Fenghua Yu, Jan Kara, Joern Engel,
	Mauro Carvalho Chehab

We are very close to the end of struct file_operations::ioctl

What remains:
	sound/oss: coming soon
	v4l: Waiting for inclusion or approval in v4l tree
	udf: Approved but not yet included in udf tree
	logfs: Waiting for inclusion or approval in logfs tree

If you prefer some of the following patches to go through your tree,
please tell me quickly so that I drop them before pushing
for .35

Thanks.

---
Frederic Weisbecker (8):
  ecryptfs: Pushdown the bkl from ioctl
  autofs: Pushdown the bkl from ioctl
  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
  cris: Pushdown the bkl from ioctl
  ia64: Use unlocked_ioctl from perfmon

 arch/cris/arch-v10/drivers/gpio.c         |   30 ++++++++++++++++++---------
 arch/cris/arch-v10/drivers/i2c.c          |   24 ++++++++++++++++-----
 arch/cris/arch-v10/drivers/sync_serial.c  |   32 +++++++++++++++++++---------
 arch/cris/arch-v32/drivers/cryptocop.c    |   24 ++++++++++++++++-----
 arch/cris/arch-v32/drivers/mach-a3/gpio.c |   28 +++++++++++++++++--------
 arch/cris/arch-v32/drivers/mach-fs/gpio.c |   29 +++++++++++++++++---------
 arch/cris/arch-v32/drivers/sync_serial.c  |   30 +++++++++++++++++++--------
 arch/ia64/kernel/perfmon.c                |   22 ++++++++++----------
 arch/um/drivers/harddog_kern.c            |   18 +++++++++++++--
 fs/autofs/root.c                          |   19 ++++++++++++++--
 fs/autofs4/root.c                         |   22 ++++++++++++++++---
 fs/ecryptfs/file.c                        |   23 ++++++++++++++++----
 net/sunrpc/cache.c                        |   13 +++++++++--
 net/sunrpc/rpc_pipe.c                     |   18 +++++++++++++--
 14 files changed, 240 insertions(+), 92 deletions(-)


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2010-05-21  7:03 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 17:24 [PATCH 0/8] Another set of ioctl bkl pushdown, almost the end Frederic Weisbecker
2010-05-19 17:24 ` [PATCH 1/8] ecryptfs: Pushdown the bkl from ioctl Frederic Weisbecker
2010-05-20 23:39   ` Tyler Hicks
2010-05-20 23:42     ` [PATCH] vfs/eCryptfs: Handle ioctl calls with unlocked and compat functions Tyler Hicks
2010-05-21  6:25       ` Arnd Bergmann
2010-05-21  7:03         ` Frederic Weisbecker
2010-05-19 17:24 ` [PATCH 2/8] autofs: Pushdown the bkl from ioctl Frederic Weisbecker
2010-05-19 18:02   ` H. Peter Anvin
2010-05-19 18:08     ` Frederic Weisbecker
2010-05-19 18:13       ` H. Peter Anvin
2010-05-19 18:22         ` Frederic Weisbecker
2010-05-19 19:03         ` Frederic Weisbecker
2010-05-19 20:04           ` H. Peter Anvin
2010-05-20 11:35             ` Ian Kent
2010-05-19 17:24 ` [PATCH 3/8] autofs4: " Frederic Weisbecker
2010-05-19 17:24 ` [PATCH 4/8] sunrpc: " Frederic Weisbecker
2010-05-19 17:24 ` [PATCH 5/8] sunrpc: Pushdown the bkl from sunrpc cache ioctl Frederic Weisbecker
2010-05-19 17:24 ` [PATCH 6/8] uml: Pushdown the bkl from harddog_kern ioctl Frederic Weisbecker
2010-05-19 17:24 ` [PATCH 7/8] cris: Pushdown the bkl from ioctl Frederic Weisbecker
2010-05-19 17:24 ` [PATCH 8/8] ia64: Use unlocked_ioctl from perfmon Frederic Weisbecker
2010-05-20 11:26 ` [PATCH 0/8] Another set of ioctl bkl pushdown, almost the end Jan Kara
2010-05-20 11:28   ` Frederic Weisbecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).