[GIT PULL] Hyper-V fixes for 5.17-rc5

From: Wei Liu
Date: Tue Feb 15 2022 - 06:37:48 EST


Hi Linus,

The following changes since commit 9ff5549b1d1d3c3a9d71220d44bd246586160f1d:

video: hyperv_fb: Fix validation of screen resolution (2022-01-24 14:01:12 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ffc58bc4af9365d4eea72526bb3cf6a83615c673:

Drivers: hv: utils: Make use of the helper macro LIST_HEAD() (2022-02-09 14:33:21 +0000)

----------------------------------------------------------------
hyperv-fixes for 5.17-rc5
- Rework use of DMA_BIT_MASK in vmbus to work around a clang bug
(Michael Kelley)
- Fix NUMA topology (Long Li)
- Fix a memory leak in vmbus (Miaoqian Lin)
- One minor clean-up patch (Cai Huoqing)
----------------------------------------------------------------
Cai Huoqing (1):
Drivers: hv: utils: Make use of the helper macro LIST_HEAD()

Long Li (1):
PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology

Miaoqian Lin (1):
Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj

Michael Kelley (1):
Drivers: hv: vmbus: Rework use of DMA_BIT_MASK(64)

drivers/hv/hv_utils_transport.c | 2 +-
drivers/hv/vmbus_drv.c | 9 ++++++---
drivers/pci/controller/pci-hyperv.c | 13 +++++++++++--
include/linux/hyperv.h | 1 +
4 files changed, 19 insertions(+), 6 deletions(-)