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>] [day] [month] [year] [list]
Date:	Sat, 9 May 2009 16:22:25 +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 for -rc6

Assorted patches, including reiserfs stuff that had been caught by WARN_ON in
-rc3, a bunch of race fixes all over the place, etc.  Please, pull from

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

Shortlog:
Al Viro (11):
      Always lookup priv_root on reiserfs mount and keep it
      New helper: deactivate_locked_super()
      Convert obvious places to deactivate_locked_super()
      Fix a leak in failure exit in 9p ->get_sb()
      Fix deadlock in ipathfs ->get_sb()
      Reduce path_lookup() abuses
      Make open_exec() and sys_uselib() use may_open(), instead of duplicating its parts
      Switch open_exec() and sys_uselib() to do_open_filp()
      switch ufs directories to ufs_sync_file()
      Fix races around the access to ->s_options
      Fix the race between capifs remount and node creation

Alessio Igor Bogani (1):
      vfs: umount_begin BKL pushdown

Christoph Hellwig (1):
      romfs: cleanup romfs_fs.h

H Hartley Sweeten (1):
      NULL noise in fs/super.c:kill_bdev_super()

Jeff Mahoney (4):
      reiserfs: Expand i_mutex to enclose lookup_one_len
      reiserfs: fixup xattr_root caching
      reiserfs: dont associate security.* with xattr files
      reiserfs: remove privroot hiding in lookup

Joel Becker (1):
      ocfs2: Use nd_set_link().

Manish Katiyar (1):
      Make checkpatch.pl shut up on fs/inode.c

Roel Kluin (1):
      ROMFS: romfs_dev_read() error ignored

npiggin@...e.de (1):
      fs: dcache fix LRU ordering

Diffstat:
 drivers/infiniband/hw/ipath/ipath_fs.c |    2 +-
 drivers/isdn/capi/capifs.c             |   11 ++-
 drivers/mtd/mtdsuper.c                 |    3 +-
 drivers/scsi/osd/osd_uld.c             |   20 ++--
 fs/9p/vfs_super.c                      |   12 ++-
 fs/affs/super.c                        |    3 +-
 fs/afs/super.c                         |    7 +-
 fs/btrfs/super.c                       |   12 +--
 fs/cifs/cifsfs.c                       |    6 +-
 fs/dcache.c                            |    2 +-
 fs/devpts/inode.c                      |    5 +-
 fs/ecryptfs/main.c                     |    5 +-
 fs/exec.c                              |   79 +++++----------
 fs/fuse/inode.c                        |    3 +
 fs/gfs2/ops_fstype.c                   |    8 +-
 fs/hpfs/super.c                        |    3 +-
 fs/inode.c                             |   81 ++++++--------
 fs/libfs.c                             |    3 +-
 fs/namei.c                             |   13 ++-
 fs/namespace.c                         |   23 +++-
 fs/nfs/super.c                         |   22 ++--
 fs/ocfs2/symlink.c                     |   77 +++++++-------
 fs/open.c                              |    2 +-
 fs/proc/root.c                         |    3 +-
 fs/reiserfs/dir.c                      |   24 +++--
 fs/reiserfs/namei.c                    |   17 +---
 fs/reiserfs/super.c                    |    9 +-
 fs/reiserfs/xattr.c                    |  181 ++++++++++++++++----------------
 fs/reiserfs/xattr_security.c           |   12 ++-
 fs/romfs/super.c                       |    3 +-
 fs/super.c                             |   48 ++++++---
 fs/ubifs/super.c                       |    3 +-
 fs/ufs/dir.c                           |    2 +-
 fs/ufs/file.c                          |    2 +-
 fs/ufs/ufs.h                           |    2 +-
 include/linux/Kbuild                   |    2 +-
 include/linux/fs.h                     |    4 +-
 include/linux/namei.h                  |    1 -
 include/linux/reiserfs_fs_sb.h         |    3 +-
 include/linux/reiserfs_xattr.h         |    3 +-
 include/linux/romfs_fs.h               |    5 -
 kernel/cgroup.c                        |    3 +-
 security/tomoyo/common.c               |    6 +-
 security/tomoyo/realpath.c             |   16 ++--
 44 files changed, 369 insertions(+), 382 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