The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-misc for you to fetch changes up to 93c73ab1776fc06f3bee91e249026aad2975e8bf: gpib: use file_inode() (2025-07-10 01:43:55 -0400) ---------------------------------------------------------------- VFS-related cleanups in various places (mostly of the "that really can't happen" or "there's a better way to do it" variety) ---------------------------------------------------------------- Al Viro (5): landlock: opened file never has a negative dentry apparmor: file never has NULL f_path.mnt secretmem: move setting O_LARGEFILE and bumping users' count to the place where we create the file binder_ioctl_write_read(): simplify control flow a bit gpib: use file_inode() drivers/android/binder.c | 20 ++++++-------------- drivers/staging/gpib/common/gpib_os.c | 2 +- mm/secretmem.c | 7 +++---- security/apparmor/file.c | 2 +- security/landlock/syscalls.c | 1 - 5 files changed, 11 insertions(+), 21 deletions(-)