Hi Linus,

The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

  Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

  ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git 
tags/hyperv-fixes-signed-20250311

for you to fetch changes up to 73fe9073c0cc28056cb9de0c8a516dac070f1d1f:

  Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio() 
(2025-03-10 16:54:06 +0000)

----------------------------------------------------------------
hyperv-fixes for v6.14-rc7
  - Patches to fix Hyper-v framebuffer code. (Michael Kelley and Saurabh
    Sengar)
  - Fix for Hyper-V output argument to hypercall that changes page
    visibility. (Michael Kelley)
  - Fix for Hyper-V VTL mode. (Naman Jain)
----------------------------------------------------------------
Michael Kelley (5):
      fbdev: hyperv_fb: iounmap() the correct memory when removing a device
      drm/hyperv: Fix address space leak when Hyper-V DRM device is removed
      fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs
      x86/hyperv: Fix output argument to hypercall that changes page visibility
      Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio()

Naman Jain (1):
      x86/hyperv/vtl: Stop kernel from probing VTL0 low memory

Saurabh Sengar (2):
      fbdev: hyperv_fb: Simplify hvfb_putmem
      fbdev: hyperv_fb: Allow graceful removal of framebuffer

 arch/x86/hyperv/hv_vtl.c                |  1 +
 arch/x86/hyperv/ivm.c                   |  3 +-
 drivers/gpu/drm/hyperv/hyperv_drm_drv.c |  2 ++
 drivers/hv/vmbus_drv.c                  | 13 +++++++++
 drivers/video/fbdev/hyperv_fb.c         | 52 +++++++++++++++++++++------------
 5 files changed, 51 insertions(+), 20 deletions(-)

Reply via email to