This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfig in repository toolchain/ci/linux.
from 9cb1fd0efd19 Linux 5.7-rc7 adds 2c962369d72f ARM: 8970/1: decompressor: increase tag size adds 1f13aa4d5194 ARM: 8973/1: Add missing newline terminator to kernel message adds 747ffc2fcf96 ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h adds 8ede890b0bce ARM: uaccess: integrate uaccess_save and uaccess_restore adds 71f8af111010 ARM: uaccess: fix DACR mismatch with nested exceptions adds 513149cba8f2 Merge branch 'uaccess' into fixes adds 3866f217aaa8 ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hook adds 444fc5cde643 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm new a4ae32c71fe9 exec: Always set cap_ambient in cap_bprm_set_creds new 006f38a1c3dc Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/ [...] adds d8ef4b38cb69 Revert "cgroup: Add memory barriers to plug cgroup_rstat_u [...] adds 772b31406692 xattr: fix uninitialized out-param adds eec8fd0277e3 device_cgroup: Cleanup cgroup eBPF device filter code new 3301f6ae2d4c Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/s [...] new f17936993af0 fanotify: turn off support for FAN_DIR_MODIFY new b0c3ba31be3e Merge tag 'fsnotify_for_v5.7-rc8' of git://git.kernel.org/ [...]
The 5 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: arch/arm/boot/compressed/vmlinux.lds.S | 2 +- arch/arm/include/asm/assembler.h | 75 +-------------------- arch/arm/include/asm/uaccess-asm.h | 117 +++++++++++++++++++++++++++++++++ arch/arm/kernel/atags_proc.c | 2 +- arch/arm/kernel/entry-armv.S | 11 +--- arch/arm/kernel/entry-header.S | 9 +-- arch/arm/kernel/ptrace.c | 4 +- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +- fs/notify/fanotify/fanotify.c | 2 +- fs/xattr.c | 6 +- include/linux/device_cgroup.h | 14 ++-- include/linux/fanotify.h | 3 +- kernel/cgroup/rstat.c | 16 +---- security/Makefile | 2 +- security/commoncap.c | 1 + security/device_cgroup.c | 19 +++++- 16 files changed, 159 insertions(+), 126 deletions(-) create mode 100644 arch/arm/include/asm/uaccess-asm.h