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-arm-mainline-allnoconfig in repository toolchain/ci/linux.
from c5f86891185c Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.or [...] adds fda31c50292a signal: avoid double atomic counter increments for user ac [...] adds cfe2ce49b9da Revert "KVM: x86: enable -Werror" adds 68ca0fd272da selftest/lkdtm: Don't pollute 'git status' adds b9167c8078c3 selftests: Install settings files to fix TIMEOUT failures adds ef89d0545132 selftests/rseq: Fix out-of-tree compilation adds 2fcc74178f6d Merge tag 'linux-kselftest-5.6-rc4' of git://git.kernel.or [...] adds e20d8e81a0e0 Documentation: kunit: fixed sphinx error in code block adds dde54b9492a8 kunit: test: Improve error messages for kunit_tool when ku [...] adds be886ba90cce kunit: run kunit_tool from any directory adds b98cce1ef5c5 Merge tag 'linux-kselftest-kunit-5.6-rc4' of git://git.ker [...] adds 279eef053192 tracing: Make sure synth_event_trace() example always uses u64 adds 1d9d4c90194a tracing: Make synth_event trace functions endian-correct adds 3843083772dc tracing: Check that number of vals matches number of synth [...] adds 784bd0847eda tracing: Fix number printing bug in print_synth_event() adds 3c18a9be7c9d tracing: Have synthetic event test use raw_smp_processor_id() adds 78041c0c9e93 tracing: Disable trace_printk() on post poned tests adds 08d9e686426f bootconfig: Mark boot_config_checksum() static adds 7ab215f22d04 tracing: Clear trace_state when starting trace adds d8a953ddde5e bootconfig: Set CONFIG_BOOT_CONFIG=n by default adds 85c46b78da58 bootconfig: Add bootconfig magic word for indicating bootc [...] adds 15e95037b45f tools/bootconfig: Remove unneeded error message silencer adds a24d286f3610 bootconfig: Reject subkey and value on same parent key adds 88b913718db9 bootconfig: Print array as multiple commands for legacy co [...] adds 4e4694d8729f bootconfig: Prohibit re-defining value on same key adds 5f811c57c992 bootconfig: Add append value operator support adds 2910b5aa6f54 bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue adds 91ad64a84e9e Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm [...] adds 0cbb4f9c6982 platform/chrome: wilco_ec: Include asm/unaligned instead o [...] new bfdc6d91a25f Merge tag 'tag-chrome-platform-fixes-for-v5.6-rc4' of git: [...]
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: .gitignore | 4 + Documentation/admin-guide/bootconfig.rst | 34 +++++++- Documentation/dev-tools/kunit/usage.rst | 1 + arch/x86/kvm/Makefile | 1 - drivers/platform/chrome/wilco_ec/properties.c | 2 +- include/linux/bootconfig.h | 3 + init/Kconfig | 5 +- init/main.c | 38 +++++---- kernel/signal.c | 23 +++--- kernel/trace/Kconfig | 4 +- kernel/trace/synth_event_gen_test.c | 44 +++++----- kernel/trace/trace.c | 2 + kernel/trace/trace_events_hist.c | 112 +++++++++++++++++++++++--- lib/bootconfig.c | 36 ++++++--- tools/bootconfig/include/linux/printk.h | 5 +- tools/bootconfig/main.c | 51 +++++++----- tools/bootconfig/samples/bad-mixed-kv1.bconf | 3 + tools/bootconfig/samples/bad-mixed-kv2.bconf | 3 + tools/bootconfig/samples/bad-samekey.bconf | 6 ++ tools/bootconfig/test-bootconfig.sh | 18 ++++- tools/testing/kunit/kunit.py | 12 +++ tools/testing/kunit/kunit_kernel.py | 28 ++++--- tools/testing/selftests/ftrace/Makefile | 2 +- tools/testing/selftests/livepatch/Makefile | 2 + tools/testing/selftests/net/mptcp/Makefile | 2 + tools/testing/selftests/rseq/Makefile | 4 +- tools/testing/selftests/rtc/Makefile | 2 + 27 files changed, 330 insertions(+), 117 deletions(-) create mode 100644 tools/bootconfig/samples/bad-mixed-kv1.bconf create mode 100644 tools/bootconfig/samples/bad-mixed-kv2.bconf create mode 100644 tools/bootconfig/samples/bad-samekey.bconf