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-aarch64-mainline-allnoconfig in repository toolchain/ci/linux.
from 6210469417fd Merge branch 'parisc-5.5-2' of git://git.kernel.org/pub/sc [...] adds cf6b58ab2d55 kbuild: fix 'No such file or directory' warning when cleaning adds eefb8c124fd9 x86/boot: kbuild: allow readelf executable to be specified adds e8193650bf38 mkcompile_h: git rid of UTS_TRUNCATE from LINUX_COMPILE_{BY,HOST} adds c8f3dea90e38 mkcompile_h: use printf for LINUX_COMPILE_BY adds fd2ab2f6610b scripts/kallsyms: fix offset overflow of kallsyms_relative_base adds 272a72103012 kconfig: don't crash on NULL expressions in expr_eq() adds a11391b6f506 scripts: package: mkdebian: add missing rsync dependency adds 8f268881d7d2 kconfig: remove ---help--- from documentation adds 28f94a44298c kbuild: clarify the difference between obj-y and obj-m w.r [...] adds 6c1c79a5f4ee Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/ [...] adds 1e69a0efc0bd perf/x86: Fix potential out-of-bounds access adds ff61541cc6c1 perf/x86/intel/bts: Fix the use of page_private() adds 92ca7da4bdc2 perf/x86/intel: Fix PT PMI handling adds 9f0bff1180ef perf/core: Add SRCU annotation for pmus list walk adds c4ff10efe8e4 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...] adds 3dfbe25c27ea sched/psi: Fix sampling error and rare div0 crashes with c [...] adds c3466952ca15 psi: Fix a division error in psi poll() adds 7ed735c33104 sched/fair: Fix find_idlest_group() to handle CPU affinity adds 6cf82d559e1a sched/cfs: fix spurious active migration adds fd7a6d2b8f1d Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] adds 6feeee8efc53 s390/ftrace: fix endless recursion in function_graph tracer adds cd92ac253063 s390/purgatory: Make sure we fail the build if purgatory h [...] adds c23587c92f6e s390/purgatory: do not build purgatory with kcov, kasan an [...] adds eef06cbf670a s390/unwind: stop gracefully at user mode pt_regs in irq stack adds b4adfe55915d s390/ftrace: save traced function caller adds 60b04df6bfbf Merge tag 's390-5.5-4' of git://git.kernel.org/pub/scm/lin [...] adds c14685547762 tools/testing/nvdimm: Fix mock support for ioremap adds 4746104a6f59 Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/ [...] adds 79e65c27f096 tracing: Avoid memory leak in process_system_preds() adds 106f41f5a302 tracing: Have the histogram compare functions convert to u [...] adds 3a53acf1d9be tracing: Fix lock inversion in trace_event_enable_tgid_record() adds 01f36a554e3e samples/trace_printk: Wait for IRQ work to finish adds fe6e096a5bbf tracing: Fix endianness bug in histogram trigger adds b8e382a185eb Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes: Documentation/kbuild/kconfig-language.rst | 5 +--- Documentation/kbuild/makefiles.rst | 16 ++++++++++--- Makefile | 3 ++- arch/s390/include/asm/timex.h | 4 ++-- arch/s390/kernel/mcount.S | 1 + arch/s390/kernel/unwind_bc.c | 15 ++++++++---- arch/s390/purgatory/.gitignore | 1 + arch/s390/purgatory/Makefile | 19 ++++++++++++---- arch/s390/purgatory/string.c | 3 +++ arch/x86/boot/compressed/Makefile | 2 +- arch/x86/events/core.c | 19 ++++++++++++---- arch/x86/events/intel/bts.c | 16 +++++++++---- kernel/events/core.c | 2 +- kernel/sched/fair.c | 13 ++++++++++- kernel/sched/psi.c | 5 ++-- kernel/trace/trace.c | 8 +++++++ kernel/trace/trace_events.c | 8 +++---- kernel/trace/trace_events_filter.c | 2 +- kernel/trace/trace_events_hist.c | 21 ++++++++++++++++- kernel/trace/tracing_map.c | 4 ++-- samples/trace_printk/trace-printk.c | 1 + scripts/kallsyms.c | 38 +++++++++++++++---------------- scripts/kconfig/expr.c | 7 ++++++ scripts/mkcompile_h | 10 ++++---- scripts/package/mkdebian | 2 +- tools/testing/nvdimm/Kbuild | 1 + tools/testing/nvdimm/test/iomap.c | 6 +++++ usr/include/Makefile | 2 +- 28 files changed, 165 insertions(+), 69 deletions(-) create mode 100644 arch/s390/purgatory/string.c