]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Jan 2021 20:16:47 +0000 (12:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 17 Jan 2021 20:16:47 +0000 (12:16 -0800)
commit0a3bfca6b1076e22682bc703a967dc5dd16ff089
treea2a0368ddb9dd05a570549ce58e9b5c57f1e50c7
parentdc6d4b71e2bd537ddb773f22dfebe5a536af4bab
parent2511bb9de7858a30232818f3ffcb83f010ed15ae
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull misc vfs fixes from Al Viro:
 "Several assorted fixes.

  I still think that audit ->d_name race is better fixed this way for
  the benefit of backports, with any possibly fancier variants done on
  top of it"

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  dump_common_audit_data(): fix racy accesses to ->d_name
  iov_iter: fix the uaccess area in copy_compat_iovec_from_user
  umount(2): move the flag validity checks first