lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun,  4 Jul 2010 00:15:04 +0200
From:	Arnd Bergmann <arnd@...db.de>
To:	linux-kernel@...r.kernel.org
Cc:	John Kacur <jkacur@...hat.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Arnd Bergmann <arnd@...db.de>, alsa-devel@...a-project.org,
	Al Viro <viro@...iv.linux.org.uk>, autofs@...ux.kernel.org,
	Cris <linux-cris-kernel@...s.com>,
	"H. Peter Anvin" <hpa@...or.com>, Ian Kent <raven@...maw.net>,
	Jaroslav Kysela <perex@...ex.cz>,
	Jesper Nilsson <jesper.nilsson@...s.com>,
	linux-ia64@...r.kernel.org, Mikael Starvik <starvik@...s.com>,
	Takashi Iwai <tiwai@...e.de>,
	Thomas Gleixner <tglx@...utronix.de>,
	Tony Luck <tony.luck@...el.com>
Subject: [PATCH 0/6] kill .ioctl file_operation

This removes the .ioctl file operation from all the
remaining users that are in today's linux-next
tree.

I'd like to have this added to linux-next to make
sure we don't get any new users and we can seamlessly
apply the final patches for this in 2.6.36.

The intention behind removing the .ioctl operation
is to be able to remove the big kernel lock (BKL)
from the ioctl system call.

Ideally, maintainers of the code in question should
just apply the respective patches to their -next
tree so we can simply apply the final patch removing
the definition of .ioctl.

	Arnd

Cc: alsa-devel@...a-project.org
Cc: Al Viro <viro@...iv.linux.org.uk>
Cc: autofs@...ux.kernel.org
Cc: Cris <linux-cris-kernel@...s.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: H. Peter Anvin <hpa@...or.com>
Cc: Ian Kent <raven@...maw.net>
Cc: Jaroslav Kysela <perex@...ex.cz>
Cc: Jesper Nilsson <jesper.nilsson@...s.com>
Cc: John Kacur <jkacur@...hat.com>
Cc: linux-ia64@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Cc: Mikael Starvik <starvik@...s.com>
Cc: Takashi Iwai <tiwai@...e.de>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Tony Luck <tony.luck@...el.com>

Arnd Bergmann (5):
  ia64/perfmon: convert to unlocked_ioctl
  sound/oss: convert to unlocked_ioctl
  autofs/autofs4: move compat_ioctl handling into fs
  v4l: convert v4l2-dev to unlocked_ioctl
  bkl: remove locked .ioctl file operation

Frederic Weisbecker (1):
  cris: Pushdown the bkl from ioctl

 Documentation/filesystems/Locking         |    8 +---
 Documentation/filesystems/vfs.txt         |    6 +--
 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 +++++-----
 drivers/media/video/v4l2-dev.c            |   52 ++++++----------------
 fs/autofs/root.c                          |   67 +++++++++++++++++++++++++++-
 fs/autofs4/root.c                         |   49 +++++++++++++++++++++
 fs/bad_inode.c                            |    7 ---
 fs/compat_ioctl.c                         |   39 +----------------
 fs/ioctl.c                                |   18 ++------
 fs/proc/inode.c                           |   17 ++------
 include/linux/auto_fs.h                   |    1 +
 include/linux/fs.h                        |    5 +-
 sound/oss/au1550_ac97.c                   |   54 +++++++++++++++---------
 sound/oss/dmasound/dmasound_core.c        |   35 ++++++++++++---
 sound/oss/msnd_pinnacle.c                 |   15 ++++--
 sound/oss/sh_dac_audio.c                  |   18 ++++++-
 sound/oss/swarm_cs4297a.c                 |   25 +++++++++--
 sound/oss/vwsnd.c                         |   24 ++++++-----
 25 files changed, 410 insertions(+), 249 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ