mbox series

[git,pull] do_move_mount() fix

Message ID 20190704205740.GJ17978@ZenIV.linux.org.uk (mailing list archive)
State New, archived
Headers show
Series [git,pull] do_move_mount() fix | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

Message

Al Viro July 4, 2019, 8:57 p.m. UTC
Regression fix...

The following changes since commit d728cf79164bb38e9628d15276e636539f857ef1:

  fs/namespace: fix unprivileged mount propagation (2019-06-17 17:36:09 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

for you to fetch changes up to 570d7a98e7d6d5d8706d94ffd2d40adeaa318332:

  vfs: move_mount: reject moving kernel internal mounts (2019-07-01 10:46:36 -0400)

----------------------------------------------------------------
Eric Biggers (1):
      vfs: move_mount: reject moving kernel internal mounts

 fs/namespace.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org July 5, 2019, 2:55 a.m. UTC | #1
The pull request you sent on Thu, 4 Jul 2019 21:57:41 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2cd7cdc7e420a343743db781484e801fd784a1f1

Thank you!