good morning, On Sat, 24 May 2025 at 01:22, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > Said that, could somebody (original reporter) confirm that the variant > in git.kernel.org:/pub/scm/linux/kernel/git/viro/vfs.git #fixes (head at > 63e90fcc1807) is OK with them? I've tested the commit (and its parent) against my original usecase that found the bug, along with the latest kernel in Fedora rawhide. Here's the results: broken: Linux fedora 6.15.0-0.rc7.58.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 20 14:10:49 UTC 2025 x86_64 GNU/Linux (current kernel in rawhide) broken: d1ddc6f1d9f0 ("fix IS_MNT_PROPAGATING uses") Linux fedora 6.15.0-rc5+ #8 SMP PREEMPT_DYNAMIC Mon May 26 09:14:09 CEST 2025 x86_64 GNU/Linux (parent commit of the fix) working: 63e90fcc1807 ("Don't propagate mounts into detached trees") Linux fedora 6.15.0-rc5+ #7 SMP PREEMPT_DYNAMIC Mon May 26 09:12:43 CEST 2025 x86_64 GNU/Linux tl;dr: Seems that the fix works as expected. Thanks! lis