This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 99ec1ed7c2ed Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.o [...] new a7299a18a179 btrfs: fix u32 overflows when left shifting stripe_nr new 4b0c7a1ba093 Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/sc [...] new aafbb1eeabdc tracing/rv/rtla: Update MAINTAINERS file to point to prope [...] new ba470eebc2f6 tracing/user_events: Prevent same name but different args event new cfac4ed7279d tracing/user_events: Handle matching arguments that is nul [...] new e70bb54d7a51 tracing: Modify print_fields() for fields output order new 6f05dcabe5c2 tracing/user_events: Fix the incorrect trace record for em [...] new 3e7269dd5fd5 selftests/user_events: Add ftrace self-test for empty argu [...] new 4b56c21b11dc selftests/user_events: Clear the events after perf self-test new 42187bdc3ca4 selftests/user_events: Add perf self-test for empty argume [...] new ed0e0ae0c932 tracing/user_events: Remove user_ns walk for groups new b08d72580584 tracing/user_events: Store register flags on events new f0dbf6fd0bdd tracing/user_events: Track refcount consistently via put/get new a65442edb47a tracing/user_events: Add auto cleanup and future persist flag new 216a137e3ead selftests/user_events: Ensure auto cleanup works as expected new 61701242e86f selftests/user_events: Adapt dyn_test to non-persist events new 0113d4615dbf tracing/user_events: Document auto-cleanup and remove dyn_ [...] new 2e30b9734398 Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm [...] new 0bb619f9227a thermal/intel/intel_soc_dts_iosf: Fix reporting wrong temp [...] new c74e2ac2383f Merge tag 'thermal-6.4-rc8' of git://git.kernel.org/pub/sc [...] new 22db06337f59 ACPI: sleep: Avoid breaking S3 wakeup due to might_sleep() new e660abd551f1 Merge tag 'acpi-6.4-rc8' of git://git.kernel.org/pub/scm/l [...]
The 22 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/trace/user_events.rst | 7 +- MAINTAINERS | 4 +- drivers/acpi/acpica/achware.h | 2 - drivers/acpi/sleep.c | 16 +- drivers/thermal/intel/intel_soc_dts_iosf.c | 2 +- fs/btrfs/volumes.c | 12 +- include/acpi/acpixf.h | 1 + kernel/trace/trace_events_user.c | 290 +++++++++++++++------- kernel/trace/trace_output.c | 2 +- tools/testing/selftests/user_events/dyn_test.c | 177 ++++++++++--- tools/testing/selftests/user_events/ftrace_test.c | 88 ++++++- tools/testing/selftests/user_events/perf_test.c | 82 ++++++ 12 files changed, 529 insertions(+), 154 deletions(-)