]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Apr 2022 02:57:03 +0000 (19:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Apr 2022 02:57:03 +0000 (19:57 -0700)
commit249734bcf9a7d5c00514139633bb53b58a97bc3d
treed12cebdbb22ba1deff3d664543e87b45d821646e
parent6bbe9a89ddd88a4a71ae7c6a0740e731294e86c1
parent7e95840f49cffc0ee6ac65d5d573d8bf5544ecb1
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs updates from Al Viro:
 "Assorted bits and pieces"

* 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  aio: drop needless assignment in aio_read()
  clean overflow checks in count_mounts() a bit
  seq_file: fix NULL pointer arithmetic warning
  uml/x86: use x86 load_unaligned_zeropad()
  asm/user.h: killed unused macros
  constify struct path argument of finish_automount()/do_add_mount()
  fs: Remove FIXME comment in generic_write_checks()
arch/um/include/asm/Kbuild
arch/x86/um/Kconfig
fs/aio.c
fs/internal.h
fs/kernfs/file.c
fs/namespace.c
fs/read_write.c