The following changes since commit d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af: Linux 6.16-rc4 (2025-06-29 13:09:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes for you to fetch changes up to b969f9614885c20f903e1d1f9445611daf161d6d: fix proc_sys_compare() handling of in-lookup dentries (2025-07-03 20:59:09 -0400) ---------------------------------------------------------------- fix for the breakage spotted by Neil in the interplay between /proc/sys ->d_compare() weirdness and parallel lookups Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- Al Viro (1): fix proc_sys_compare() handling of in-lookup dentries fs/proc/inode.c | 2 +- fs/proc/proc_sysctl.c | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-)