[GIT PULL] Hyper-V commits for 5.9

From: Wei Liu
Date: Tue Aug 04 2020 - 06:15:29 EST


Hi Linus

Please pull the following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed

for you to fetch changes up to 7deff7b5b4395784b194bae3631b8333d3423938:

hyperv: hyperv.h: drop a duplicated word (2020-07-23 17:55:20 +0000)

----------------------------------------------------------------
hyperv-next for 5.9
- A patch series from Andrea to improve vmbus code.
- Two clean-up patches from Alexander and Randy.

----------------------------------------------------------------
Alexander A. Klimov (1):
tools: hv: change http to https in hv_kvp_daemon.c

Andrea Parri (Microsoft) (8):
Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel struct
Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel struct
Drivers: hv: vmbus: Replace cpumask_test_cpu(, cpu_online_mask) with cpu_online()
Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_list readers)
Drivers: hv: vmbus: Use channel_mutex in channel_vp_mapping_show()
Drivers: hv: vmbus: Remove unnecessary channel->lock critical sections (sc_list updaters)
scsi: storvsc: Introduce the per-storvsc_device spinlock
Drivers: hv: vmbus: Remove the lock field from the vmbus_channel struct

Randy Dunlap (1):
hyperv: hyperv.h: drop a duplicated word

drivers/hv/channel.c | 9 +++------
drivers/hv/channel_mgmt.c | 31 ++++++-------------------------
drivers/hv/hv.c | 3 ---
drivers/hv/vmbus_drv.c | 17 +++++------------
drivers/scsi/storvsc_drv.c | 16 +++++++++++-----
include/linux/hyperv.h | 22 +++++++---------------
include/uapi/linux/hyperv.h | 2 +-
tools/hv/hv_kvp_daemon.c | 2 +-
8 files changed, 34 insertions(+), 68 deletions(-)