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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201010221315.43118.arnd@arndb.de>
Date:	Fri, 22 Oct 2010 13:15:43 +0200
From:	Arnd Bergmann <arnd@...db.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] BKL as a config option

Hi Linus,

This is a collection of BKL removal stuff that did not fit anywhere
else. Most patches are conversions that are simple but could not
be done with an automated script for some reason.

The final patch introduces CONFIG_BKL as we discussed a few weeks
back. It only marks drivers as depends on BKL that don't have
a patch in linux-next yet, so it misses the modules that get
converted in other trees.

CONFIG_FILE_LOCKING still selects CONFIG_BKL because a kernel
without file locking is rather useless and that would make it
easy for user to break. I will follow up with a patch to change
that once the dependencies for that are merged, hopefully
before -rc1.

Please pull from:

  git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arnd/bkl.git config



---
Al Viro (1):
      fix rawctl compat ioctls breakage on amd64 and itanic

Arnd Bergmann (15):
      hpet: kill BKL, add compat_ioctl
      s390/block: kill the big kernel lock
      isapnp: BKL removal
      alpha: kill big kernel lock
      cris: autoconvert trivial BKL users
      parisc: remove big kernel lock
      uml: kill big kernel lock
      tlclk: remove big kernel lock
      dvb/bt8xx: kill the big kernel lock
      dvb-core: kill the big kernel lock
      rtmutex-tester: make it build without BKL
      blktrace: remove the big kernel lock
      sunrpc: remove the big kernel lock
      dabusb: remove the BKL
      BKL: introduce CONFIG_BKL.

Namhyung Kim (1):
      init/main.c: remove BKL notations

 arch/alpha/kernel/osf_sys.c                 |    5 -
 arch/alpha/kernel/traps.c                   |    3 -
 arch/cris/arch-v10/drivers/ds1302.c         |    7 +-
 arch/cris/arch-v10/drivers/pcf8563.c        |    6 +-
 arch/cris/arch-v10/drivers/sync_serial.c    |   11 +-
 arch/cris/arch-v32/drivers/cryptocop.c      |    4 +-
 arch/cris/arch-v32/drivers/mach-a3/gpio.c   |   11 +-
 arch/cris/arch-v32/drivers/mach-fs/gpio.c   |   11 +-
 arch/cris/arch-v32/drivers/pcf8563.c        |    6 +-
 arch/cris/arch-v32/drivers/sync_serial.c    |   11 +-
 arch/parisc/kernel/perf.c                   |    4 -
 arch/um/drivers/harddog_kern.c              |   13 +-
 arch/um/drivers/hostaudio_kern.c            |   12 +-
 arch/um/drivers/ubd_kern.c                  |   11 +-
 arch/um/kernel/exec.c                       |    2 -
 drivers/char/hpet.c                         |   98 +++++++----
 drivers/char/raw.c                          |  243 +++++++++++++++-----------
 drivers/char/tlclk.c                        |    6 +-
 drivers/gpu/drm/Kconfig                     |    5 +-
 drivers/media/Kconfig                       |    1 +
 drivers/media/dvb/bt8xx/dst_ca.c            |    7 +-
 drivers/media/dvb/dvb-core/dmxdev.c         |   17 +--
 drivers/media/dvb/dvb-core/dvb_ca_en50221.c |    8 +-
 drivers/media/dvb/dvb-core/dvb_net.c        |    9 +-
 drivers/media/dvb/dvb-core/dvbdev.c         |   17 +-
 drivers/media/video/dabusb.c                |   18 +--
 drivers/net/appletalk/Kconfig               |    1 +
 drivers/pnp/isapnp/proc.c                   |   15 +-
 drivers/s390/block/dasd.c                   |    6 -
 drivers/s390/block/dasd_ioctl.c             |   17 +--
 drivers/s390/block/dcssblk.c                |    5 -
 drivers/staging/cx25821/Kconfig             |    1 +
 drivers/staging/easycap/Kconfig             |    1 +
 drivers/staging/go7007/Kconfig              |    1 +
 drivers/staging/usbip/Kconfig               |    2 +-
 fs/Kconfig                                  |    1 +
 fs/adfs/Kconfig                             |    1 +
 fs/autofs/Kconfig                           |    1 +
 fs/compat_ioctl.c                           |   70 --------
 fs/hpfs/Kconfig                             |    1 +
 fs/nfs/Kconfig                              |    1 +
 fs/nfsd/Kconfig                             |    1 +
 fs/smbfs/Kconfig                            |    1 +
 fs/udf/Kconfig                              |    1 +
 fs/ufs/Kconfig                              |    1 +
 include/linux/smp_lock.h                    |    7 +-
 init/Kconfig                                |    2 +-
 init/main.c                                 |    2 -
 kernel/rtmutex-tester.c                     |    6 +
 kernel/trace/blktrace.c                     |   14 +--
 lib/Kconfig.debug                           |    9 +
 net/ipx/Kconfig                             |    1 +
 net/sunrpc/cache.c                          |   15 +--
 net/sunrpc/rpc_pipe.c                       |   26 +--
 net/x25/Kconfig                             |    1 +
 55 files changed, 347 insertions(+), 410 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