]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs master
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Aug 2025 17:12:10 +0000 (10:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 19 Aug 2025 17:12:10 +0000 (10:12 -0700)
commitb19a97d57c15643494ac8bfaaa35e3ee472d41da
tree72cc9ea10b8c8488edd55b9b243ac880df3d746f
parent7cca555b94a2191d012837a37c891eca4e876c6b
parentfb924b7b8669503582e003dd7b7340ee49029801
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull mount fixes from Al Viro:
 "Fixes for several recent mount-related regressions"

* tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  change_mnt_propagation(): calculate propagation source only if we'll need it
  use uniform permission checks for all mount propagation changes
  propagate_umount(): only surviving overmounts should be reparented
  fix the softlockups in attach_recursive_mnt()
fs/namespace.c