This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from da3ea35007d0 Linux 6.11-rc7 new 90ac806c3295 Drivers: hv: Remove deprecated hv_fcopy declarations new 7f828d5fff7d clocksource: hyper-v: Use lapic timer in a TDX VM without [...] new 3b85a2eacd3d Documentation: hyperv: Add overview of Confidential Comput [...] new 8fcc514809de x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V pr [...] new c6e2b45a544b tools: hv: lsvmbus: change shebang to use python3 new 4430556935db Drivers: hv: vmbus: Fix the misplaced function description new b9af6418279c x86/hyperv: fix kexec crash due to VP assist page corruption new 5e5cc1eb6525 tools: hv: rm .*.cmd when make clean new 895384881ec9 hv: vmbus: Constify struct kobj_type and struct attribute_group new fb92a1ffc121 Merge tag 'hyperv-fixes-signed-20240908' of git://git.kern [...] new 5a6e43af1e53 bcachefs: Fix ca->io_ref usage new ec36573dcd7b bcachefs: Add a cond_resched() to __journal_keys_sort() new df88febc2065 bcachefs: Simplify bch2_bkey_drop_ptrs() new 52df04f03994 bcachefs: More BCH_SB_MEMBER_INVALID support new 2c377d8a71db bcachefs: fix btree_key_cache sysfs knob new 16005147cca4 bcachefs: Don't delete open files in online fsck new bc83b4d1f086 Merge tag 'bcachefs-2024-09-09' of git://evilpiepirate.org [...]
The 17 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/virt/hyperv/coco.rst | 260 ++++++++++++++++++++++++++++++++++++ Documentation/virt/hyperv/index.rst | 1 + arch/x86/hyperv/hv_init.c | 5 +- arch/x86/include/asm/mshyperv.h | 1 - arch/x86/kernel/cpu/mshyperv.c | 21 ++- drivers/clocksource/hyperv_timer.c | 16 ++- drivers/hv/hv.c | 6 +- drivers/hv/hyperv_vmbus.h | 6 - drivers/hv/vmbus_drv.c | 4 +- fs/bcachefs/alloc_background.c | 24 ++-- fs/bcachefs/btree_journal_iter.c | 2 + fs/bcachefs/buckets.c | 15 ++- fs/bcachefs/ec.h | 4 +- fs/bcachefs/extents.c | 26 ++-- fs/bcachefs/extents.h | 23 ++-- fs/bcachefs/fs.c | 8 ++ fs/bcachefs/fs.h | 7 + fs/bcachefs/fsck.c | 18 +++ fs/bcachefs/replicas.c | 2 +- fs/bcachefs/sysfs.c | 2 +- tools/hv/Makefile | 2 +- tools/hv/lsvmbus | 2 +- 22 files changed, 381 insertions(+), 74 deletions(-) create mode 100644 Documentation/virt/hyperv/coco.rst mode change 100644 => 100755 tools/hv/lsvmbus