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:   Fri, 4 Nov 2016 10:30:50 +0100
From:   Miklos Szeredi <miklos@...redi.hu>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
        linux-unionfs@...r.kernel.org
Subject: [GIT PULL] overlayfs fixes for 4.9-rc3

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus

Fix two more POSIX ACL bugs introduced in 4.8 and add a missing fsync during
copy up to prevent possible data loss.

Also introduce the concept of feature flags to allow backward incompatible
changes to the overlay format.  This should have been there from day one; the
best we can do now is backport to stable kernels.  Add the check for features
without adding any actual features yet.

Thanks,
Miklos

---
Miklos Szeredi (4):
      ovl: update S_ISGID when setting posix ACLs
      ovl: fix get_acl() on tmpfs
      ovl: fsync after copy-up
      ovl: check fs features

---
 Documentation/filesystems/overlayfs.txt | 12 +++++++
 fs/overlayfs/copy_up.c                  |  2 ++
 fs/overlayfs/inode.c                    |  3 --
 fs/overlayfs/overlayfs.h                |  1 +
 fs/overlayfs/super.c                    | 56 +++++++++++++++++++++++++++++++++
 5 files changed, 71 insertions(+), 3 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ