This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c5f86891185c Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.or [...] new fda31c50292a signal: avoid double atomic counter increments for user ac [...] new cfe2ce49b9da Revert "KVM: x86: enable -Werror" new 68ca0fd272da selftest/lkdtm: Don't pollute 'git status' new b9167c8078c3 selftests: Install settings files to fix TIMEOUT failures new ef89d0545132 selftests/rseq: Fix out-of-tree compilation new 2fcc74178f6d Merge tag 'linux-kselftest-5.6-rc4' of git://git.kernel.or [...] new e20d8e81a0e0 Documentation: kunit: fixed sphinx error in code block new dde54b9492a8 kunit: test: Improve error messages for kunit_tool when ku [...] new be886ba90cce kunit: run kunit_tool from any directory new b98cce1ef5c5 Merge tag 'linux-kselftest-kunit-5.6-rc4' of git://git.ker [...] new 279eef053192 tracing: Make sure synth_event_trace() example always uses u64 new 1d9d4c90194a tracing: Make synth_event trace functions endian-correct new 3843083772dc tracing: Check that number of vals matches number of synth [...] new 784bd0847eda tracing: Fix number printing bug in print_synth_event() new 3c18a9be7c9d tracing: Have synthetic event test use raw_smp_processor_id() new 78041c0c9e93 tracing: Disable trace_printk() on post poned tests new 08d9e686426f bootconfig: Mark boot_config_checksum() static new 7ab215f22d04 tracing: Clear trace_state when starting trace new d8a953ddde5e bootconfig: Set CONFIG_BOOT_CONFIG=n by default new 85c46b78da58 bootconfig: Add bootconfig magic word for indicating bootc [...] new 15e95037b45f tools/bootconfig: Remove unneeded error message silencer new a24d286f3610 bootconfig: Reject subkey and value on same parent key new 88b913718db9 bootconfig: Print array as multiple commands for legacy co [...] new 4e4694d8729f bootconfig: Prohibit re-defining value on same key new 5f811c57c992 bootconfig: Add append value operator support new 2910b5aa6f54 bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue new 91ad64a84e9e Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm [...]
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: .gitignore | 4 + Documentation/admin-guide/bootconfig.rst | 34 +++++++- Documentation/dev-tools/kunit/usage.rst | 1 + arch/x86/kvm/Makefile | 1 - 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 + 26 files changed, 329 insertions(+), 116 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