[GIT,PULL] Hyper-V fixes for 6.1-rc7

Message ID Y4DaBH/mNVLQ2XhF@liuwe-devbox-debian-v2
State New
Headers
Series [GIT,PULL] Hyper-V fixes for 6.1-rc7 |

Pull-request

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

Message

Wei Liu Nov. 25, 2022, 3:06 p.m. UTC
  Hi Linus,

The following changes since commit e70af8d040d2b7904dca93d942ba23fb722e21b1:

  PCI: hv: Fix the definition of vector in hv_compose_msi_msg() (2022-11-03 15:50:28 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 25c94b051592c010abe92c85b0485f1faedc83f3:

  Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register() (2022-11-21 10:57:42 +0000)

----------------------------------------------------------------
hyperv-fixes for 6.1-rc7
 - Fix IRTE allocation in Hyper-V PCI controller (Dexuan Cui)
 - Fix handling of SCSI srb_status and capacity change events (Michael
   Kelley)
 - Restore VP assist page after CPU offlining and onlining (Vitaly
   Kuznetsov)
 - Fix some memory leak issues in VMBus (Yang Yingliang)
----------------------------------------------------------------
Dexuan Cui (1):
      PCI: hv: Only reuse existing IRTE allocation for Multi-MSI

Michael Kelley (1):
      scsi: storvsc: Fix handling of srb_status and capacity change events

Vitaly Kuznetsov (1):
      x86/hyperv: Restore VP assist page after cpu offlining/onlining

Yang Yingliang (2):
      Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work()
      Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()

 arch/x86/hyperv/hv_init.c           | 54 +++++++++++-----------
 drivers/hv/channel_mgmt.c           |  6 ++-
 drivers/hv/vmbus_drv.c              |  1 +
 drivers/pci/controller/pci-hyperv.c | 90 ++++++++++++++++++++++++++++++-------
 drivers/scsi/storvsc_drv.c          | 69 ++++++++++++++--------------
 5 files changed, 141 insertions(+), 79 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 25, 2022, 8:48 p.m. UTC | #1
The pull request you sent on Fri, 25 Nov 2022 15:06:44 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/081f359ef5334b0e034979e4e930c2ce80f3001b

Thank you!