Hi Linus, The following changes since commit 521a547ced6477c54b4b0cc206000406c221b4d6: Linux 6.0-rc6 (2022-09-18 13:44:14 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed-20221009 for you to fetch changes up to 154fb14df7a3c81dea82eca7c0c46590f5ffc3d2: x86/hyperv: Replace kmap() with kmap_local_page() (2022-10-03 08:49:48 +0000) ---------------------------------------------------------------- hyperv-next for 6.1 - Remove unnecessary delay while probing for VMBus (Stanislav Kinsburskiy) - Optimize vmbus_on_event (Saurabh Sengar) - Fix a race in Hyper-V DRM driver (Saurabh Sengar) - Miscellaneous clean-up patches from various people ---------------------------------------------------------------- Easwar Hariharan (1): Drivers: hv: vmbus: Use PCI_VENDOR_ID_MICROSOFT for better discoverability Jiapeng Chong (1): Drivers: hv: vmbus: Fix kernel-doc Kees Cook (1): Drivers: hv: vmbus: Split memcpy of flex-array Li kunyu (1): hyperv: simplify and rename generate_guest_id Saurabh Sengar (3): Drivers: hv: vmbus: Optimize vmbus_on_event drm/hyperv: Don't overwrite dirt_needed value set by host drm/hyperv: Add ratelimit on error message Stanislav Kinsburskiy (1): Drivers: hv: vmbus: Don't wait for the ACPI device upon initialization Zhao Liu (1): x86/hyperv: Replace kmap() with kmap_local_page() wangjianli (1): scsi: storvsc: remove an extraneous "to" in a comment arch/arm64/hyperv/mshyperv.c | 2 +- arch/x86/hyperv/hv_init.c | 6 +++--- drivers/gpu/drm/hyperv/hyperv_drm_drv.c | 2 -- drivers/gpu/drm/hyperv/hyperv_drm_proto.c | 2 +- drivers/hv/connection.c | 33 +++++++++++++------------------ drivers/hv/vmbus_drv.c | 20 ++++++++----------- drivers/scsi/storvsc_drv.c | 11 ++++++++++- include/asm-generic/mshyperv.h | 9 +++------ 8 files changed, 40 insertions(+), 45 deletions(-)