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.4-rc8
Date: Mon, 19 Jun 2023 23:19:32 +0000	[thread overview]
Message-ID: <ZJDihKX5BT38Rkab@liuwe-devbox-debian-v2> (raw)

Hi Linus,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 067d6ec7ed5b49380688e06c1e5f883a71bef4fe:

  PCI: hv: Add a per-bus mutex state_lock (2023-06-18 03:05:40 +0000)

----------------------------------------------------------------
hyperv-fixes for 6.4-rc8
  - Fix races in Hyper-V PCI controller (Dexuan Cui)
  - Fix handling of hyperv_pcpu_input_arg (Michael Kelley)
  - Fix vmbus_wait_for_unload to scan present CPUs (Michael Kelley)
  - Call hv_synic_free in the failure path of hv_synic_alloc (Dexuan
    Cui)
  - Add noop for real mode handlers for virtual trust level code
    (Saurabh Sengar)
----------------------------------------------------------------
Dexuan Cui (6):
      Drivers: hv: vmbus: Call hv_synic_free() if hv_synic_alloc() fails
      PCI: hv: Fix a race condition bug in hv_pci_query_relations()
      PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panic
      PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_dev
      Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"
      PCI: hv: Add a per-bus mutex state_lock

Michael Kelley (3):
      Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUs
      x86/hyperv: Fix hyperv_pcpu_input_arg handling when CPUs go online/offline
      arm64/hyperv: Use CPUHP_AP_HYPERV_ONLINE state to fix CPU online sequencing

Saurabh Sengar (1):
      x86/hyperv/vtl: Add noop for realmode pointers

 arch/arm64/hyperv/mshyperv.c        |   2 +-
 arch/x86/hyperv/hv_init.c           |   2 +-
 arch/x86/hyperv/hv_vtl.c            |   2 +
 drivers/hv/channel_mgmt.c           |  18 ++++-
 drivers/hv/hv_common.c              |  48 ++++++-------
 drivers/hv/vmbus_drv.c              |   5 +-
 drivers/pci/controller/pci-hyperv.c | 139 +++++++++++++++++++++---------------
 include/linux/cpuhotplug.h          |   1 +
 8 files changed, 129 insertions(+), 88 deletions(-)

             reply	other threads:[~2023-06-19 23:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-19 23:19 Wei Liu [this message]
2023-06-20  0:14 ` [GIT PULL] Hyper-V fixes for 6.4-rc8 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=ZJDihKX5BT38Rkab@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