This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig 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 new 444fc5cde643 Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
The 1 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 +- 7 files changed, 127 insertions(+), 93 deletions(-) create mode 100644 arch/arm/include/asm/uaccess-asm.h