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-master-aarch64-mainline-defconfig in repository toolchain/ci/linux.
from 344bf332ceb2 arm64: mm: fix incorrect assignment of 'max_mapnr' adds b1ce45e86b81 arm64/mm: fix kernel-doc comments adds 19d6242ece1f arm64: setup min_low_pfn adds 0f1bf7e39822 arm64/vdso: don't leak kernel addresses adds 7048a5973eb1 arm64: mm: Make show_pte() a static function adds 92606ec9285f arm64: cpu_ops: fix a leaked reference by adding missing o [...] adds 70b3d237bd7f arm64: mm: Ensure we ignore the initrd if it is placed out [...] adds 697e96ed1720 arm64: vdso: fix and clean-up Makefile adds f6e564354a01 arm64: Use defines instead of magic numbers adds edf072d36dbf arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE adds e1a7eafb7350 efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE adds e2092740b723 kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE adds 52c6d145da15 arm64: debug: Remove unused return value from do_debug_exc [...] adds 5a9132add862 arm64: debug: Rename addr parameter for non-watchpoint exc [...] adds cb764a69fa41 arm64: debug: Remove meaningless comment adds 26a04d84bc53 arm64: debug: Separate debug hooks based on target excepti [...] adds a22d570aee77 arm64: kprobes: Avoid calling kprobes debug handlers explicitly adds fb610f2a2006 arm64: debug: Remove redundant user_mode(regs) checks from [...] adds 453b7740ebfd arm64: probes: Move magic BRK values into brk-imm.h adds ab6211c90052 arm64: debug: Clean up brk_handler() adds 90292aca9854 arm64: mm: use appropriate ctors for page tables adds 369aaab845a6 arm64: mm: don't call page table ctors for init_mm adds 14b94d075726 KVM: ARM: Remove pgtable page standard functions from stag [...] adds 54c8d9119ec8 arm64: mm: enable per pmd page table lock adds 475ba3fc194b arm64: mm: Consolidate early page table allocation adds 6fda41bf1261 arm64: Clear OSDLR_EL1 on CPU boot adds 827a108e354d arm64: Save and restore OSDLR_EL1 across suspend/resume adds d263119387de arm64: compat: Reduce address limit adds 691efbedc60d arm64: vdso: use $(LD) instead of $(CC) to link VDSO
No new revisions were added by this update.
Summary of changes: arch/arm/include/asm/stage2_pgtable.h | 4 +- arch/arm64/Kconfig | 3 + arch/arm64/include/asm/assembler.h | 4 +- arch/arm64/include/asm/brk-imm.h | 5 ++ arch/arm64/include/asm/debug-monitors.h | 25 ++++--- arch/arm64/include/asm/esr.h | 4 +- arch/arm64/include/asm/kprobes.h | 2 - arch/arm64/include/asm/pgalloc.h | 12 +++- arch/arm64/include/asm/processor.h | 8 +++ arch/arm64/include/asm/stage2_pgtable.h | 4 +- arch/arm64/include/asm/system_misc.h | 1 - arch/arm64/include/asm/tlb.h | 5 +- arch/arm64/kernel/Makefile | 6 +- arch/arm64/kernel/cpu_ops.c | 1 + arch/arm64/kernel/debug-monitors.c | 115 +++++++++++++++++++------------- arch/arm64/kernel/head.S | 10 +-- arch/arm64/kernel/kgdb.c | 30 +++------ arch/arm64/kernel/probes/kprobes.c | 22 +++--- arch/arm64/kernel/probes/uprobes.c | 19 ++---- arch/arm64/kernel/traps.c | 26 +++----- arch/arm64/kernel/vdso.c | 2 - arch/arm64/kernel/vdso/Makefile | 19 ++---- arch/arm64/lib/Makefile | 2 +- arch/arm64/mm/fault.c | 16 ++--- arch/arm64/mm/init.c | 3 +- arch/arm64/mm/mmu.c | 47 +++++++++---- arch/arm64/mm/numa.c | 25 ++++--- arch/arm64/mm/proc.S | 34 +++++----- drivers/firmware/efi/libstub/Makefile | 6 +- mm/kasan/Makefile | 6 +- virt/kvm/arm/mmu.c | 2 +- 31 files changed, 252 insertions(+), 216 deletions(-)