Hi Linus The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20220617 for you to fetch changes up to 49d6a3c062a1026a5ba957c46f3603c372288ab6: x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM (2022-06-15 18:27:40 +0000) ---------------------------------------------------------------- hyperv-fixes for 5.19-rc3 - Fix hv_init_clocksource annotation (Masahiro Yamada) - Two bug fixes for vmbus driver (Saurabh Sengar) - Fix SEV negotiation (Tianyu Lan) - Fix comments in code (Xiang Wang) - One minor fix to HID driver (Michael Kelley) ---------------------------------------------------------------- Masahiro Yamada (1): clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() Michael Kelley (1): HID: hyperv: Correctly access fields declared as __le16 Saurabh Sengar (2): Drivers: hv: vmbus: Don't assign VMbus channel interrupts to isolated CPUs Drivers: hv: vmbus: Release cpu lock in error case Tianyu Lan (1): x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM Xiang wangx (1): Drivers: hv: Fix syntax errors in comments arch/x86/hyperv/hv_init.c | 6 +++ arch/x86/hyperv/ivm.c | 84 +++++++++++++++++++++++++++++++++++--- arch/x86/include/asm/mshyperv.h | 4 ++ drivers/clocksource/hyperv_timer.c | 1 - drivers/hid/hid-hyperv.c | 5 ++- drivers/hv/channel_mgmt.c | 18 +++++--- drivers/hv/hv_kvp.c | 2 +- drivers/hv/vmbus_drv.c | 4 ++ 8 files changed, 109 insertions(+), 15 deletions(-)