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>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 1 Aug 2008 16:36:56 +0100
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [git pull] vfs patches

Assorted fixes, better dup2() atomicity, more nameidata eviction, Alexey's
sanitizing of procfs inumbers and of IDR use in fs/*/* in general.  Please,
pull from

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:
Al Viro (7):
      ipv4_static_sysctl_init() should be under CONFIG_SYSCTL
      merge locate_fd() and get_unused_fd()
      clean dup2() up a bit
      fix races and leaks in vfs_quota_on() users
      fix bdev leak in block_dev.c do_open()
      switch mtd and dm-table to lookup_bdev()
      pass struct path * to do_add_mount()

Alexey Dobriyan (3):
      proc: fix inode number bogorithmetic
      proc: switch inode number allocation to IDA
      devpts: switch to IDA

Miklos Szeredi (1):
      [patch 3/4] vfs: remove unused nameidata argument of may_create()

Stephen Smalley (1):
      Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: Tree

Diffstat:
 drivers/md/dm-table.c    |   29 ++--------
 drivers/mtd/mtdsuper.c   |   33 ++++-------
 fs/afs/mntpt.c           |    2 +-
 fs/block_dev.c           |    5 +-
 fs/cifs/cifs_dfs_ref.c   |    2 +-
 fs/devpts/inode.c        |   16 +++---
 fs/dquot.c               |   33 +++++++----
 fs/ext3/super.c          |    3 +-
 fs/ext4/super.c          |    3 +-
 fs/fcntl.c               |  140 +++++++++++++--------------------------------
 fs/file.c                |   61 ++++++++++++++++++++
 fs/namei.c               |   17 +++---
 fs/namespace.c           |   16 +++---
 fs/nfs/namespace.c       |    2 +-
 fs/open.c                |   56 ------------------
 fs/proc/generic.c        |   27 ++++-----
 fs/reiserfs/super.c      |   16 +++--
 include/linux/file.h     |    3 +-
 include/linux/mount.h    |    3 +-
 include/linux/quotaops.h |    2 +
 net/ipv4/route.c         |    2 +
 21 files changed, 203 insertions(+), 268 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