Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 May 2025 22:04:11 +0000 (15:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 May 2025 22:04:11 +0000 (15:04 -0700)
commita82ba839915926f8713183fd023c6d9357bae26c
treeb6ee365718ecaf5e56d8fef9fd0b641d1a3b4ad1
parent724b03ee96b8d45310d89c9c3b0aa5ee0dbb72f7
parent3b5260d12b1fe76b566fe182de8abc586b827ed0
Merge tag 'pull-fixes' of git://git./linux/kernel/git/viro/vfs

Pull mount propagation fix from Al Viro:
 "6.15 allowed mount propagation to destinations in detached trees;
  unfortunately, that breaks existing userland, so the old behaviour
  needs to be restored.

  It's not exactly a revert - the original behaviour had a bug, where
  existence of detached tree might disrupt propagation between locations
  not in detached trees. Thankfully, userland did not depend upon that
  bug, so we want to keep the fix"

* tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  Don't propagate mounts into detached trees
fs/namespace.c