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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 3 Jul 2016 10:32:08 +0200 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.7-rc5 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus This contains fixes for a dentry leak, a regression in 4.6 noticed by Docker users and missing write access checking in truncate. Thanks, Miklos --- Miklos Szeredi (2): ovl: fix dentry leak for default_permissions ovl: get_write_access() in truncate Vivek Goyal (1): ovl: warn instead of error if d_type is not supported --- fs/overlayfs/inode.c | 29 ++++++++++++++++++++++++++--- fs/overlayfs/super.c | 12 +++++++----- 2 files changed, 33 insertions(+), 8 deletions(-)
Powered by blists - more mailing lists