Hi Linus, The following changes since commit 2585cf9dfaaddf00b069673f27bb3f8530e2039c: Linux 5.16-rc5 (2021-12-12 14:53:01 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed-20220114 for you to fetch changes up to 4eea5332d67d8ae6ba5717ec0f4e671fdbd222e7: scsi: storvsc: Fix storvsc_queuecommand() memory leak (2022-01-10 12:33:47 +0000) If you see a conflict with net-next, here is a resolution: https://lore.kernel.org/linux-next/20211220185139.034d8e15@xxxxxxxxxxxxxxxx/ Thanks, Wei. ---------------------------------------------------------------- hyperv-next for 5.17 - More patches for Hyper-V isolation VM support (Tianyu Lan) - Bug fixes and clean-up patches from various people ---------------------------------------------------------------- Juan Vazquez (2): Drivers: hv: vmbus: Initialize request offers message for Isolation VM scsi: storvsc: Fix storvsc_queuecommand() memory leak Michael Kelley (2): Drivers: hv: Fix definition of hypercall input & output arg variables x86/hyperv: Fix definition of hv_ghcb_pg variable Tianyu Lan (5): swiotlb: Add swiotlb bounce buffer remap function for HV IVM x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has() hyper-v: Enable swiotlb bounce buffer for Isolation VM scsi: storvsc: Add Isolation VM support for storvsc driver net: netvsc: Add Isolation VM support for netvsc driver Vitaly Kuznetsov (1): x86/hyperv: Properly deal with empty cpumasks in hyperv_flush_tlb_multi() Wei Liu (1): swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap() YueHaibing (1): scsi: storvsc: Fix unsigned comparison to zero arch/x86/hyperv/hv_init.c | 14 +++- arch/x86/hyperv/ivm.c | 28 ++++++++ arch/x86/hyperv/mmu.c | 19 +++--- arch/x86/include/asm/mshyperv.h | 2 +- arch/x86/kernel/cc_platform.c | 8 +++ arch/x86/kernel/cpu/mshyperv.c | 15 ++++- drivers/hv/channel_mgmt.c | 2 +- drivers/hv/hv_common.c | 15 ++++- drivers/hv/vmbus_drv.c | 4 ++ drivers/net/hyperv/hyperv_net.h | 5 ++ drivers/net/hyperv/netvsc.c | 136 +++++++++++++++++++++++++++++++++++++- drivers/net/hyperv/netvsc_drv.c | 1 + drivers/net/hyperv/rndis_filter.c | 2 + drivers/scsi/storvsc_drv.c | 54 +++++++++------ include/asm-generic/mshyperv.h | 6 +- include/linux/hyperv.h | 6 ++ include/linux/swiotlb.h | 6 ++ kernel/dma/swiotlb.c | 50 +++++++++++++- 18 files changed, 328 insertions(+), 45 deletions(-)