]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2092ac9e68ab1da5731a39cd2438ee4bf47dee9
tree4564a1ab03d88a2ca6ed0798886922a25b775a4d
parentf85da7ea4f5a17b2c83170feeeeddd6691503a52
parente7d8bc50395634338f8cb705feaffb8a93225fbe
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/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