This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 68f090f09b72 Merge tag 'ktest-v6.15' of git://git.kernel.org/pub/scm/li [...] new 4a3134b1146e selftests/tracing: Test only toplevel README file not the [...] new a58cc70af2d5 selftests/ftrace: Clean up triggers after setting them new e35896f236f2 selftests/tracing: Allow some more tests to run in instances new e402c70856a3 selftests/user_events: Fix failures caused by test code new dc4b165855f2 selftests/ftrace: Use readelf to find entry point in uprobe test new 82ef781f24ac selftests/ftrace: add 'poll' binary to gitignore new 8e324a5c9849 Merge tag 'linux_kselftest-next-6.15-rc1' of git://git.ker [...] new 08fafac4c9f2 kunit: tool: Use qboot on QEMU x86_64 new e275f44e0a18 kunit: qemu_configs: sparc: use Zilog console new 43ebec94e1e8 kunit: tool: Build GDB scripts new 0619a4868fc1 kunit: Clarify kunit_skip() argument name new c104c16073b7 Kunit to check the longest symbol length new 1d4c06d51963 kunit: tool: Fix bug in parsing test plan new 2e0cf2b32f72 kunit: tool: add test to check parsing late test plan new a10c7949adf9 Merge tag 'linux_kselftest-kunit-6.15-rc1' of git://git.ke [...] new 2f1f7787b6b8 printk: Add an option to allow ttynull to be a default con [...] new c1aa3daa5172 printk/panic: Add option to allow non-panic CPUs to write [...] new e9cec4487cb7 printk: Rename suspend_console to console_suspend_all new 63830aef7418 printk: Rename resume_console to console_resume_all new 242fafe3faa7 printk: Rename console_stop to console_suspend new 5395e09c803e printk: Rename console_start to console_resume new 72c96a2dacc0 printk: Check CON_SUSPEND when unblanking a console new f49040c7aaa5 Merge branch 'for-6.15-console-suspend-api-cleanup' into f [...] new 96050814a3f6 Merge tag 'printk-for-6.15' of git://git.kernel.org/pub/sc [...] new 376c879e04fc livepatch: Add comment to clarify klp_add_nops() new 4deb3b259fd3 docs: livepatch: move text out of code block new 59481b8bd0f0 selftest/livepatch: Only run test-kprobe with CONFIG_KPROB [...] new 2ca7cd80207e selftests: livepatch: add new ftrace helpers functions new 474eecc882ae selftests: livepatch: test if ftrace can trace a livepatch [...] new d11f0d172a3c Merge branch 'for-6.15/ftrace-test' into for-linus new dcf9f31c62b3 Merge tag 'livepatching-for-6.15' of git://git.kernel.org/ [...]
The 31 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: Documentation/admin-guide/kernel-parameters.txt | 8 +++ Documentation/admin-guide/serial-console.rst | 4 +- Documentation/livepatch/module-elf-format.rst | 13 ++-- arch/x86/tools/insn_decoder_test.c | 3 +- drivers/gpu/drm/clients/drm_log.c | 4 +- drivers/tty/Kconfig | 19 ++++- drivers/tty/serial/serial_core.c | 6 +- include/kunit/test.h | 20 +++--- include/linux/console.h | 8 +-- kernel/kexec_core.c | 4 +- kernel/livepatch/core.c | 9 ++- kernel/power/hibernate.c | 16 ++--- kernel/power/suspend.c | 8 +-- kernel/printk/internal.h | 1 + kernel/printk/printk.c | 55 ++++++++++++--- kernel/printk/printk_ringbuffer.c | 13 ++-- lib/Kconfig.debug | 9 +++ lib/tests/Makefile | 4 ++ lib/tests/longest_symbol_kunit.c | 82 ++++++++++++++++++++++ .../pm-graph/config/custom-timeline-functions.cfg | 4 +- tools/power/pm-graph/sleepgraph.py | 6 +- tools/testing/kunit/kunit_kernel.py | 4 +- tools/testing/kunit/kunit_parser.py | 9 ++- tools/testing/kunit/kunit_tool_test.py | 11 +++ tools/testing/kunit/qemu_configs/sparc.py | 5 +- tools/testing/kunit/qemu_configs/x86_64.py | 4 +- tools/testing/selftests/ftrace/.gitignore | 1 + .../ftrace/test.d/dynevent/add_remove_uprobe.tc | 10 ++- tools/testing/selftests/ftrace/test.d/functions | 8 ++- .../inter-event/trigger-action-hist-xfail.tc | 1 + .../inter-event/trigger-onchange-action-hist.tc | 3 + .../inter-event/trigger-snapshot-action-hist.tc | 3 + .../test.d/trigger/trigger-hist-expressions.tc | 1 + tools/testing/selftests/livepatch/functions.sh | 49 +++++++++++++ tools/testing/selftests/livepatch/test-ftrace.sh | 34 +++++++++ tools/testing/selftests/livepatch/test-kprobe.sh | 2 + tools/testing/selftests/user_events/dyn_test.c | 2 + 37 files changed, 364 insertions(+), 79 deletions(-) create mode 100644 lib/tests/longest_symbol_kunit.c