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:	Thu, 16 Jun 2011 18:10:44 +0100
From:	Al Viro <viro@...IV.linux.org.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: [git pull] vfs patches for -rc4

Assorted fixes, including an automount race that had been around since late
January - dhowells had finally narrowed it down to vfsmount refcounting
problem around lock_mount().  Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus

Shortlog:
Al Viro (6):
      fix leak in proc_set_super()
      ubifs: split allocation of ubifs_info into a separate function
      ubifs: fix sget races
      afs: fix sget() races, close leak on umount
      Delay struct net freeing while there's a sysfs instance refering to it
      VFS: Fix vfsmount overput on simultaneous automount

Anton Blanchard (1):
      afs: afs_fill_page reads too much, or wrong data

David Howells (2):
      AFS: Set s_id in the superblock to the volume name
      AFS: Use i_generation not i_version for the vnode uniquifier

Jan Kara (1):
      vfs: Fix data corruption after failed write in __block_write_begin()

Török Edwin (1):
      fix wrong iput on d_inode introduced by e6bc45d65d

Diffstat:
 fs/afs/dir.c                |    8 +-
 fs/afs/fsclient.c           |    3 +-
 fs/afs/inode.c              |   10 ++--
 fs/afs/super.c              |   74 ++++++++++-------------
 fs/afs/write.c              |   21 +++----
 fs/buffer.c                 |    4 +-
 fs/namei.c                  |   28 ++++++---
 fs/proc/root.c              |   11 ++--
 fs/sysfs/mount.c            |   37 ++++--------
 fs/sysfs/sysfs.h            |    2 +-
 fs/ubifs/super.c            |  137 ++++++++++++++++++++++++-------------------
 include/linux/kobject_ns.h  |   10 ++-
 include/linux/sysfs.h       |    7 --
 include/net/net_namespace.h |   10 +++-
 lib/kobject.c               |   26 +++-----
 net/core/net-sysfs.c        |   23 +++-----
 net/core/net_namespace.c    |   12 +++-
 17 files changed, 210 insertions(+), 213 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