]> git.ipfire.org Git - people/ms/linux.git/commit - fs/cifs/smb2pdu.c
Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Sep 2022 22:33:55 +0000 (18:33 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Sep 2022 22:33:55 +0000 (18:33 -0400)
commite839a756012b6cad7a4eeb67b0598ac3f349f863
tree72bd64e8a43abdbf25fb7b43216e0a4fe2289fc2
parent6504d82f4440755d6fc1385532f84d0344243d61
parentf0880e2cb7e1f8039a048fdd01ce45ab77247221
Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux

Pull hyperv fixes from Wei Liu:

 - 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)

* tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux:
  Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
  Drivers: hv: Always reserve framebuffer region for Gen1 VMs
  PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.h
  tools: hv: kvp: remove unnecessary (void*) conversions
  Drivers: hv: remove duplicate word in a comment
  tools: hv: Remove an extraneous "the"
  drm/hyperv: Fix an error handling path in hyperv_vmbus_probe()