[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160803163029.GD25404@veci.piliscsaba.szeredi.hu>
Date: Wed, 3 Aug 2016 18:30:29 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
linux-unionfs@...r.kernel.org
Subject: [GIT PULL] fix overlayfs deadlock in file_remove_privs()
Hi Al,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git for-viro
This fixes the deadlock introduced by making the suid removal actually work on
overlayfs.
Responsible commit 07a2daab49c5 ("ovl: Copy up underlying inode's ->i_mode to
overlay inode") unfortunately slipped through my testing and 4.7 was released
with this bug.
Two more patches are cleaning away unneeded exports of related helpers.
Thanks,
Miklos
---
Miklos Szeredi (3):
vfs: fix deadlock in file_remove_privs() on overlayfs
vfs: remove file_needs_remove_privs()
vfs: make dentry_needs_remove_privs() internal
---
fs/inode.c | 7 +++----
fs/internal.h | 1 +
include/linux/fs.h | 5 -----
3 files changed, 4 insertions(+), 9 deletions(-)
Powered by blists - more mailing lists