This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from 6e2c0490769e Merge tag 'drm-fixes-2022-07-29' of git://anongit.freedesk [...] adds be640317a1d0 powerpc/64s: Disable stack variable initialisation for prom_init adds 3c69a99b62fd Merge tag 'v5.19-rc7' into fixes adds c653c591789b drm/amdgpu: Re-enable DCN for 64-bit powerpc new 9d928d9b78be Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm [...] new d8e7f201a4cf LoongArch: Use ABI names of registers where appropriate new 07b480695d24 LoongArch: Use the "jr" pseudo-instruction where applicable new 57ce5d3eefac LoongArch: Use the "move" pseudo-instruction where applicable new d47b2dc87c58 LoongArch: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZ new d1bc75d7595b LoongArch: Simplify "BLT foo, zero" with BLTZ new 1fdb9a92495a LoongArch: Simplify "BGT foo, zero" with BGTZ new f5c3c22f21b6 LoongArch: Re-tab the assembly files new ab6e57a69df5 LoongArch: Remove several syntactic sugar macros for branches new f62b7626cb79 LoongArch: Remove useless header compiler.h new 71610ab1d017 LoongArch: Remove clock setting during cpu hotplug stage new 3a3a4f7a65e3 LoongArch: Remove unused variables new 317980e6b4d0 LoongArch: Disable executable stack by default new 1aea29d7c356 LoongArch: Fix shared cache size calculation new b0f3bdc00240 LoongArch: Fix missing fcsr in ptrace's fpr_set new 45b53c905177 LoongArch: Fix wrong "ROM Size" of boardinfo new a95eb1d086dc Merge tag 'loongarch-fixes-5.19-5' of git://git.kernel.org [...] adds 88bd24d73d5b riscv: compat: vdso: Fix vdso_install target new e4d8b09d671f Merge tag 'riscv-for-linus-5.19-rc9' of git://git.kernel.o [...] adds d295ad34f236 intel_idle: Fix false positive RCU splats due to incorrect [...] new 506e6dfb0f11 Merge tag 'pm-5.19-rc9' of git://git.kernel.org/pub/scm/li [...] new 46a4d679ef88 workqueue: Avoid a false warning in unbind_workers() new 4b20426d0441 Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/ [...] new 553de6e1157d tools headers cpufeatures: Sync with the kernel sources new b226521923ae perf scripts python: Let script to be python2 compliant new 2d86612aacb7 perf symbol: Correct address for bss symbols new 882528d2e776 perf symbol: Skip symbols if SHF_ALLOC flag is not set new 9a241805673e perf bpf: Remove undefined behavior from bpf_perf_object__next() new bb83c99d3d0a Merge tag 'perf-tools-fixes-for-v5.19-2022-07-29' of git:/ [...]
The 27 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/loongarch/Kconfig | 1 - arch/loongarch/include/asm/asmmacro.h | 12 -- arch/loongarch/include/asm/atomic.h | 37 +++-- arch/loongarch/include/asm/barrier.h | 4 +- arch/loongarch/include/asm/cmpxchg.h | 4 +- arch/loongarch/include/asm/compiler.h | 15 -- arch/loongarch/include/asm/elf.h | 2 - arch/loongarch/include/asm/futex.h | 11 +- arch/loongarch/include/asm/irqflags.h | 1 - arch/loongarch/include/asm/local.h | 1 - arch/loongarch/include/asm/loongson.h | 16 +-- arch/loongarch/include/asm/stacktrace.h | 12 +- arch/loongarch/include/asm/thread_info.h | 4 +- arch/loongarch/include/asm/uaccess.h | 2 +- arch/loongarch/kernel/cacheinfo.c | 11 +- arch/loongarch/kernel/entry.S | 4 +- arch/loongarch/kernel/env.c | 20 --- arch/loongarch/kernel/fpu.S | 174 +++++++++++------------ arch/loongarch/kernel/genex.S | 12 +- arch/loongarch/kernel/head.S | 8 +- arch/loongarch/kernel/ptrace.c | 12 +- arch/loongarch/kernel/reset.c | 1 - arch/loongarch/kernel/setup.c | 2 +- arch/loongarch/kernel/smp.c | 113 ++------------- arch/loongarch/kernel/switch.S | 4 +- arch/loongarch/lib/clear_user.S | 2 +- arch/loongarch/lib/copy_user.S | 2 +- arch/loongarch/lib/delay.c | 1 - arch/loongarch/mm/page.S | 118 +++++++-------- arch/loongarch/mm/tlbex.S | 98 ++++++------- arch/powerpc/Kconfig | 4 + arch/powerpc/kernel/Makefile | 1 + arch/riscv/Makefile | 2 +- drivers/gpu/drm/amd/display/Kconfig | 2 +- drivers/idle/intel_idle.c | 8 +- include/linux/cpuhotplug.h | 1 - kernel/workqueue.c | 5 +- tools/arch/x86/include/asm/cpufeatures.h | 1 + tools/perf/scripts/python/arm-cs-trace-disasm.py | 34 ++--- tools/perf/util/bpf-loader.c | 18 +-- tools/perf/util/symbol-elf.c | 56 +++++++- 41 files changed, 373 insertions(+), 463 deletions(-) delete mode 100644 arch/loongarch/include/asm/compiler.h