This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from aef25be35d23 hexagon: Disable constant extender optimization for LLVM p [...] new 349f0086ba8b x86/static-call: fix 32-bit build new cb1b78f1c726 tools: hv: Fix a complier warning in the fcopy uio daemon new bcc80dec91ee x86/hyperv: Fix hv tsc page based sched_clock for hibernation new 91ae69c7ed9e tools: hv: change permissions of NetworkManager configurat [...] new 67b5e1042d90 drivers: hv: Convert open-coded timeouts to secs_to_jiffies() new a9640fcdd400 tools/hv: terminate fcopy daemon if read from uio fails new 96e052d14738 Drivers: hv: util: Don't force error code to ENODEV in uti [...] new 07a756a49f4b Drivers: hv: util: Avoid accessing a ringbuffer not initia [...] new 07dfa6e821e1 hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as well new a4d024fe2e77 tools/hv: reduce resouce usage in hv_get_dns_info helper new becc7fe329c0 tools/hv: add a .gitignore file new 175c71c2acee tools/hv: reduce resource usage in hv_kvp_daemon new 37cb0c76ac6c Merge tag 'hyperv-fixes-signed-20241217' of git://git.kern [...] new a6629626c584 tracing: Fix test_event_printk() to process entire print argument new 917110481f6b tracing: Add missing helper functions in event pointer der [...] new 65a25d9f7ac0 tracing: Add "%s" check in test_event_printk() new afd2627f727b tracing: Check "%s" dereference via the field and not the [...] new c061cf420ded Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/sc [...]
The 18 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: arch/x86/kernel/cpu/mshyperv.c | 58 +++++++++ drivers/clocksource/hyperv_timer.c | 14 +- drivers/hv/hv_balloon.c | 9 +- drivers/hv/hv_kvp.c | 10 +- drivers/hv/hv_snapshot.c | 9 +- drivers/hv/hv_util.c | 13 +- drivers/hv/hyperv_vmbus.h | 2 + drivers/hv/vmbus_drv.c | 2 +- include/clocksource/hyperv_timer.h | 2 + include/linux/hyperv.h | 1 + include/linux/static_call.h | 7 +- include/linux/trace_events.h | 6 +- kernel/trace/trace.c | 255 ++++++++----------------------------- kernel/trace/trace.h | 6 +- kernel/trace/trace_events.c | 225 +++++++++++++++++++++++++------- kernel/trace/trace_output.c | 6 +- tools/hv/.gitignore | 3 + tools/hv/hv_fcopy_uio_daemon.c | 12 +- tools/hv/hv_get_dns_info.sh | 4 +- tools/hv/hv_kvp_daemon.c | 9 +- tools/hv/hv_set_ifconfig.sh | 2 +- 21 files changed, 373 insertions(+), 282 deletions(-) create mode 100644 tools/hv/.gitignore