Hi Linus, The following changes since commit 831bcbcead6668ebf20b64fdb27518f1362ace3a: Drivers: hv: Cosmetic changes for hv.c and balloon.c (2024-06-06 06:03:29 +0000) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20240908 for you to fetch changes up to 895384881ec960aa4c602397a69f0a44a8169405: hv: vmbus: Constify struct kobj_type and struct attribute_group (2024-09-05 15:04:49 +0000) ---------------------------------------------------------------- hyperv-fixes for 6.11-rc8 - Add an overview of Confidential Computing VM support (Michael Kelley) - Use lapic timer in a TDX VM without paravisor (Dexuan Cui) - Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency (Michael Kelley) - Fix a kexec crash due to VP assist page corruption (Anirudh Rayabharam) - Python3 compatibility fix for lsvmbus (Anthony Nandaa) - Misc fixes (Rachel Menge, Roman Kisel, zhang jiao, Hongbo Li) ---------------------------------------------------------------- Anirudh Rayabharam (Microsoft) (1): x86/hyperv: fix kexec crash due to VP assist page corruption Anthony Nandaa (1): tools: hv: lsvmbus: change shebang to use python3 Dexuan Cui (1): clocksource: hyper-v: Use lapic timer in a TDX VM without paravisor Hongbo Li (1): hv: vmbus: Constify struct kobj_type and struct attribute_group Michael Kelley (2): Documentation: hyperv: Add overview of Confidential Computing VM support x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequency Rachel Menge (1): Drivers: hv: Remove deprecated hv_fcopy declarations Roman Kisel (1): Drivers: hv: vmbus: Fix the misplaced function description zhang jiao (1): tools: hv: rm .*.cmd when make clean 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 +- tools/hv/Makefile | 2 +- tools/hv/lsvmbus | 2 +- 11 files changed, 302 insertions(+), 22 deletions(-) create mode 100644 Documentation/virt/hyperv/coco.rst mode change 100644 => 100755 tools/hv/lsvmbus