Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
authorJens Axboe <axboe@kernel.dk>
Mon, 20 Jan 2020 02:47:04 +0000 (19:47 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 20 Jan 2020 02:47:04 +0000 (19:47 -0700)
commitfa7773deb344fbfe0405d1720d4a0cdd5970369e
tree4564a1ab03d88a2ca6ed0798886922a25b775a4d
parentdef9d2780727cec3313ed3522d0123158d87224d
parentb55eef872a96738ea9cb35774db5ce9a7d3a648f
Merge branch 'work.openat2' of git://git./linux/kernel/git/viro/vfs into for-5.6/io_uring-vfs

Pull in Al's openat2 branch, since we'll need that for the openat2
support.

* 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  Documentation: path-lookup: include new LOOKUP flags
  selftests: add openat2(2) selftests
  open: introduce openat2(2) syscall
  namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
  namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
  namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
  namei: LOOKUP_NO_XDEV: block mountpoint crossing
  namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
  namei: LOOKUP_NO_SYMLINKS: block symlink resolution
  namei: allow set_root() to produce errors
  namei: allow nd_jump_link() to produce errors
  nsfs: clean-up ns_get_path() signature to return int
  namei: only return -ECHILD from follow_dotdot_rcu()
MAINTAINERS
arch/arm64/include/asm/unistd.h
fs/namei.c
fs/nsfs.c
include/linux/namei.h
include/linux/syscalls.h
kernel/events/core.c
security/apparmor/apparmorfs.c