This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b6f96e75ae12 Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm [...] new e5ceb9a02402 x86/boot/64: Initialize 5-level paging variables earlier new 103a4908ad4d x86/head/64: Disable stack protection for head$(BITS).o new b17a45b6e53f x86/boot/64: Explicitly map boot_params and command line new c51ae1247262 Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.ker [...] new 764388ce598f KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix [...] new a3ff25fc3c52 KVM: vmx: rename pi_init to avoid conflict with paride new 77377064c3a9 KVM: ioapic: break infinite recursion on lazy EOI new 9bf8d8bcf3ce Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 0eb3b4ab762d ARM/sa1111: add a missing include of dma-map-ops.h new 695cebe58dcf dma-mapping: move more functions to dma-map-ops.h new 6857a5ebaabc dma-mapping: document dma_{alloc,free}_pages new 1b307ac87075 Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/ [...] new dab741e0e02b Add a "nosymfollow" mount option. new 8ec90bfd1aeb selftests: mount: add nosymfollow tests new aabf59432c51 fs: Remove duplicated flag O_NDELAY occurring twice in VAL [...] new 6d1349c769ea [PATCH] reduce boilerplate in fsid handling new a7c9df0446d2 fs: omfs: use kmemdup() rather than kmalloc+memcpy new da9aa5d96bfe fs: remove vfs_statx_fd new 0b2c6693b422 fs: implement vfs_stat and vfs_lstat in terms of vfs_fstatat new 09f1bde4017e fs: move vfs_fstatat out of line new b3f0515004a5 fs: remove vfs_stat_set_lookup_flags new f2d077ff1b5c fs: remove KSTAT_QUERY_FLAGS new 0eac1102e948 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
The 23 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/core-api/dma-api.rst | 49 ++++- arch/arm/common/sa1111.c | 2 +- arch/x86/boot/compressed/head_64.S | 3 + arch/x86/boot/compressed/ident_map_64.c | 27 ++- arch/x86/boot/compressed/kaslr.c | 8 - arch/x86/boot/compressed/pgtable_64.c | 16 ++ arch/x86/kernel/Makefile | 2 + arch/x86/kvm/ioapic.c | 5 +- arch/x86/kvm/mmu/tdp_mmu.c | 2 +- arch/x86/kvm/vmx/posted_intr.c | 2 +- arch/x86/kvm/vmx/posted_intr.h | 4 +- arch/x86/kvm/vmx/vmx.c | 2 +- fs/9p/vfs_super.c | 3 +- fs/adfs/super.c | 3 +- fs/affs/super.c | 3 +- fs/befs/linuxvfs.c | 3 +- fs/bfs/inode.c | 3 +- fs/ceph/super.c | 3 +- fs/cramfs/inode.c | 3 +- fs/efs/super.c | 3 +- fs/erofs/super.c | 3 +- fs/exfat/super.c | 3 +- fs/ext2/super.c | 3 +- fs/ext4/super.c | 3 +- fs/f2fs/super.c | 3 +- fs/fat/inode.c | 3 +- fs/hfs/super.c | 3 +- fs/hfsplus/super.c | 3 +- fs/hpfs/super.c | 3 +- fs/isofs/inode.c | 3 +- fs/minix/inode.c | 3 +- fs/namei.c | 3 +- fs/namespace.c | 2 + fs/nilfs2/super.c | 3 +- fs/ntfs/super.c | 3 +- fs/omfs/inode.c | 6 +- fs/proc_namespace.c | 1 + fs/qnx4/inode.c | 3 +- fs/qnx6/inode.c | 3 +- fs/romfs/super.c | 3 +- fs/squashfs/super.c | 3 +- fs/stat.c | 70 +++---- fs/statfs.c | 2 + fs/sysv/inode.c | 3 +- fs/udf/super.c | 3 +- fs/ufs/super.c | 3 +- fs/xfs/xfs_super.c | 3 +- fs/zonefs/super.c | 3 +- include/linux/dma-map-ops.h | 23 +++ include/linux/dma-mapping.h | 24 --- include/linux/fcntl.h | 2 +- include/linux/fs.h | 22 +-- include/linux/mount.h | 3 +- include/linux/stat.h | 2 - include/linux/statfs.h | 6 + include/uapi/linux/mount.h | 1 + kernel/dma/remap.c | 2 +- tools/testing/selftests/mount/.gitignore | 1 + tools/testing/selftests/mount/Makefile | 4 +- tools/testing/selftests/mount/nosymfollow-test.c | 218 +++++++++++++++++++++ .../rxtimestamp.sh => mount/run_nosymfollow.sh} | 2 +- .../{run_tests.sh => run_unprivileged_remount.sh} | 0 62 files changed, 419 insertions(+), 187 deletions(-) create mode 100644 tools/testing/selftests/mount/nosymfollow-test.c copy tools/testing/selftests/{net/rxtimestamp.sh => mount/run_nosymfollow.sh} (60%) rename tools/testing/selftests/mount/{run_tests.sh => run_unprivileged_remount.sh} (100%)