[GIT PULL] Hyper-V next for 5.18

From: Wei Liu
Date: Tue Mar 22 2022 - 16:54:51 EST


Hi Linus,

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

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

for you to fetch changes up to eeda29db98f429a3b6473117e6ce1c213ab614f2:

x86/hyperv: Output host build info as normal Windows version number (2022-03-08 20:44:50 +0000)

----------------------------------------------------------------
hyperv-next for 5.18
- Minor patches from various people
----------------------------------------------------------------
Anssi Hannula (1):
hv_balloon: rate-limit "Unhandled message" warning

Gustavo A. R. Silva (1):
Drivers: hv: vmbus: Use struct_size() helper in kmalloc()

Michael Kelley (2):
hv_utils: Add comment about max VMbus packet size in VSS driver
x86/hyperv: Output host build info as normal Windows version number

Stephen Brennan (1):
drivers: hv: log when enabling crash_kexec_post_notifiers

Vitaly Kuznetsov (2):
Drivers: hv: Rename 'alloced' to 'allocated'
Drivers: hv: Compare cpumasks and not their weights in init_vp_index()

arch/x86/kernel/cpu/mshyperv.c | 8 ++++----
drivers/hv/channel_mgmt.c | 19 +++++++++----------
drivers/hv/hv_balloon.c | 2 +-
drivers/hv/hv_common.c | 4 +++-
drivers/hv/hv_snapshot.c | 7 +++++--
drivers/hv/hyperv_vmbus.h | 14 +++++++-------
drivers/hv/vmbus_drv.c | 4 ++--
include/uapi/linux/hyperv.h | 11 +++++++++++
8 files changed, 42 insertions(+), 27 deletions(-)