[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Yx+vEggYHHyBdb5r@liuwe-devbox-debian-v2>
Date: Mon, 12 Sep 2022 22:13:38 +0000
From: Wei Liu <wei.liu@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Wei Liu <wei.liu@...nel.org>,
Linux Kernel List <linux-kernel@...r.kernel.org>,
Linux on Hyper-V List <linux-hyperv@...r.kernel.org>,
Michael Kelley <mikelley@...rosoft.com>, kys@...rosoft.com,
haiyangz@...rosoft.com, decui@...rosoft.com, sthemmin@...rosoft.com
Subject: [GIT PULL] Hyper-V fixes for 6.0-rc6
Hi Linus,
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
are available in the Git repository at:
ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20220912
for you to fetch changes up to f0880e2cb7e1f8039a048fdd01ce45ab77247221:
Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region (2022-09-05 17:02:15 +0000)
----------------------------------------------------------------
hyperv-fixes for v6.0-rc6
- Fix an error handling issue in DRM driver (Christophe JAILLET)
- Fix some issues in framebuffer driver (Vitaly Kuznetsov)
- Two typo fixes (Jason Wang, Shaomin Deng)
- Drop unnecessary casting in kvp tool (Zhou Jie)
----------------------------------------------------------------
Christophe JAILLET (1):
drm/hyperv: Fix an error handling path in hyperv_vmbus_probe()
Jason Wang (1):
tools: hv: Remove an extraneous "the"
Shaomin Deng (1):
Drivers: hv: remove duplicate word in a comment
Vitaly Kuznetsov (3):
PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.h
Drivers: hv: Always reserve framebuffer region for Gen1 VMs
Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
Zhou jie (1):
tools: hv: kvp: remove unnecessary (void*) conversions
drivers/gpu/drm/hyperv/hyperv_drm_drv.c | 10 ++---
drivers/hv/hv_fcopy.c | 2 +-
drivers/hv/vmbus_drv.c | 56 ++++++++++++++++++-------
drivers/net/ethernet/microsoft/mana/gdma_main.c | 4 --
drivers/video/fbdev/hyperv_fb.c | 4 --
include/linux/pci_ids.h | 3 ++
tools/hv/hv_kvp_daemon.c | 6 +--
7 files changed, 52 insertions(+), 33 deletions(-)
Powered by blists - more mailing lists