Linux-HyperV List
 help / color / mirror / Atom feed
From: Wei Liu <wei.liu@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Wei Liu <wei.liu@kernel.org>,
	Linux on Hyper-V List <linux-hyperv@vger.kernel.org>,
	Linux Kernel List <linux-kernel@vger.kernel.org>,
	kys@microsoft.com, haiyangz@microsoft.com, decui@microsoft.com,
	Michael Kelley <mikelley@microsoft.com>
Subject: [GIT PULL] Hyper-V fixes for 6.1-rc7
Date: Fri, 25 Nov 2022 15:06:44 +0000	[thread overview]
Message-ID: <Y4DaBH/mNVLQ2XhF@liuwe-devbox-debian-v2> (raw)

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

             reply	other threads:[~2022-11-25 15:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 15:06 Wei Liu [this message]
2022-11-25 20:48 ` [GIT PULL] Hyper-V fixes for 6.1-rc7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y4DaBH/mNVLQ2XhF@liuwe-devbox-debian-v2 \
    --to=wei.liu@kernel.org \
    --cc=decui@microsoft.com \
    --cc=haiyangz@microsoft.com \
    --cc=kys@microsoft.com \
    --cc=linux-hyperv@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mikelley@microsoft.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox