This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits c8ac6956e882 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...] omits bba0b23805fb Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 6513e09781ce Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new aef25be35d23 hexagon: Disable constant extender optimization for LLVM p [...] new 349f0086ba8b x86/static-call: fix 32-bit build adds cb1b78f1c726 tools: hv: Fix a complier warning in the fcopy uio daemon adds bcc80dec91ee x86/hyperv: Fix hv tsc page based sched_clock for hibernation adds 91ae69c7ed9e tools: hv: change permissions of NetworkManager configurat [...] adds 67b5e1042d90 drivers: hv: Convert open-coded timeouts to secs_to_jiffies() adds a9640fcdd400 tools/hv: terminate fcopy daemon if read from uio fails adds 96e052d14738 Drivers: hv: util: Don't force error code to ENODEV in uti [...] adds 07a756a49f4b Drivers: hv: util: Avoid accessing a ringbuffer not initia [...] adds 07dfa6e821e1 hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as well adds a4d024fe2e77 tools/hv: reduce resouce usage in hv_get_dns_info helper adds becc7fe329c0 tools/hv: add a .gitignore file adds 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 [...] adds 900f83cf376b selinux: ignore unknown extended permissions new 397d1d88af26 Merge tag 'selinux-pr-20241217' of git://git.kernel.org/pu [...] adds da4d8c833581 cxl/pci: Fix potential bogus return value upon successful probing adds 09ceba3a9345 cxl/pci: Check dport->regs.rcd_pcie_cap availability befor [...] adds 76467a94810c cxl/region: Fix region creation for greater than x2 switches new b69810f38cb0 Merge tag 'cxl-fixes-6.13-rc4' of git://git.kernel.org/pub [...] new d75d72a858f0 btrfs: fix improper generation check in snapshot delete new 6c3864e05548 btrfs: use bio_is_zone_append() in the completion handler new be691b5e593f btrfs: split bios to the fs sector size boundary new dfb92681a19e btrfs: tree-checker: reject inline extent items with 0 ref count new eabcdba3ad40 Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/s [...] new 85ff5caaafe7 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 203cfddc60ef Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 68a56c879e17 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (c8ac6956e882) \ N -- N -- N refs/heads/fs-current (68a56c879e17)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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/hexagon/Makefile | 6 + arch/x86/kernel/cpu/mshyperv.c | 58 +++++++++ drivers/clocksource/hyperv_timer.c | 14 +- drivers/cxl/core/region.c | 25 +++- drivers/cxl/pci.c | 6 +- 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 +- security/selinux/ss/services.c | 8 +- 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 +- 25 files changed, 407 insertions(+), 293 deletions(-) create mode 100644 tools/hv/.gitignore