Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Jul 2025 17:32:20 +0000 (10:32 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Jul 2025 17:32:20 +0000 (10:32 -0700)
commit2d9c1336edc7d8f8e058822e02c0ce4d126a298e
treed72656ae8855473338573202f0107bc583824e03
parent8297b790c65d17544d8298cb81a46f67348c6267
parent93c73ab1776fc06f3bee91e249026aad2975e8bf
Merge tag 'pull-misc' of git://git./linux/kernel/git/viro/vfs

Pull misc VFS updates from Al Viro:
 "VFS-related cleanups in various places (mostly of the "that really
  can't happen" or "there's a better way to do it" variety)"

* tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  gpib: use file_inode()
  binder_ioctl_write_read(): simplify control flow a bit
  secretmem: move setting O_LARGEFILE and bumping users' count to the place where we create the file
  apparmor: file never has NULL f_path.mnt
  landlock: opened file never has a negative dentry
drivers/android/binder.c
mm/secretmem.c