Hi Linus, The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed-20210629 for you to fetch changes up to 7d815f4afa87f2032b650ae1bba7534b550a6b8b: PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv() (2021-06-20 23:08:56 +0000) Note that there may be a merge conflict with x86 tip tree due to a comment movement. The correct resolution patch can be found at: https://lore.kernel.org/linux-next/20210621200125.46d66127@xxxxxxxxxxxxxxxx/ Wei. ---------------------------------------------------------------- hyperv-next for 5.14 - Just a few minor enhancement patches and bug fixes. ---------------------------------------------------------------- Andrea Parri (Microsoft) (1): scsi: storvsc: Use blk_mq_unique_tag() to generate requestIDs Andres Beltran (1): Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer Haiyang Zhang (1): PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv() Jiapeng Chong (2): hv_balloon: Remove redundant assignment to region_start drivers: hv: Fix missing error code in vmbus_connect() Michael Kelley (1): Drivers: hv: Move Hyper-V extended capability check to arch neutral code Praveen Kumar (1): x86/hyperv: fix logical processor creation YueHaibing (1): hv_utils: Fix passing zero to 'PTR_ERR' warning arch/x86/hyperv/hv_init.c | 47 ---------------- arch/x86/kernel/cpu/mshyperv.c | 2 +- drivers/Makefile | 2 +- drivers/hv/Makefile | 3 ++ drivers/hv/channel.c | 23 ++++---- drivers/hv/connection.c | 4 +- drivers/hv/hv_balloon.c | 1 - drivers/hv/hv_common.c | 66 +++++++++++++++++++++++ drivers/hv/hv_fcopy.c | 1 + drivers/hv/hv_kvp.c | 1 + drivers/hv/hv_util.c | 4 +- drivers/hv/hyperv_vmbus.h | 2 +- drivers/hv/ring_buffer.c | 95 ++++++++++++++++++++++++++------ drivers/net/hyperv/hyperv_net.h | 7 +++ drivers/net/hyperv/netvsc.c | 10 ++-- drivers/net/hyperv/rndis_filter.c | 4 ++ drivers/pci/controller/pci-hyperv.c | 3 ++ drivers/scsi/storvsc_drv.c | 104 +++++++++++++++++++++++++----------- include/linux/hyperv.h | 61 +++++++++++++++++---- net/vmw_vsock/hyperv_transport.c | 4 +- 20 files changed, 317 insertions(+), 127 deletions(-) create mode 100644 drivers/hv/hv_common.c