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>,
haiyangz@microsoft.com, decui@microsoft.com,
longli@microsoft.com, kys@microsoft.com
Subject: [GIT PULL] Hyper-V next for v7.3
Date: Wed, 26 Aug 2026 14:21:06 -0700 [thread overview]
Message-ID: <20260826212106.GA693916@liuwe-devbox-debian-v2.local> (raw)
Hi Linus,
The following changes since commit 8d3ae59288f1e7d58d76558a6ee96d533bc5019f:
Linux 7.2 (2026-08-16 14:32:26 -0700)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-next-signed-20260826
for you to fetch changes up to be0cfab740e58b70047ef6e7e3d578f00ed5d258:
clocksource: hyper-v: Remove support for stimer interrupts in message mode (2026-08-24 00:36:14 +0000)
----------------------------------------------------------------
hyperv-next for v7.3-rc1
- Decrypt netvsc buffer on contiguous direct-map addresses (Kameron
Carr)
- Drop WS2012/2012R2 & Win8/8.1 Hyper-V support (Michael Kelley)
- Use more meaningful errnos for hypercall status code (Hardik Garg)
- Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI (Naman
Jain)
- Reserve more MSHV vectors for Linux root partition (Wei Liu)
----------------------------------------------------------------
Hardik Garg (1):
Drivers: hv: Use meaningful errnos for hypercall status codes
Kameron Carr (3):
Drivers: hv: vmbus: add vmbus_establish_gpadl_caller_decrypted()
Drivers: hv: vmbus: Add vmbus_alloc_buffer()/vmbus_free_buffer() for CoCo VMs
hv_netvsc: Allocate send/receive buffers using vmbus_alloc_buffer()
Michael Kelley (6):
Drivers: hv: vmbus: Skip VMBus module cleanup for non-nested root partition
Drivers: hv: Remove support for WS2012/2012R2 & Win8/8.1 version of Hyper-V
hv_sock: Remove check for old Hyper-V hosts
hv_netvsc: Remove GPADL teardown special case for old Hyper-V hosts
scsi: storvsc: Remove support for storvsc protocol of old Hyper-V hosts
clocksource: hyper-v: Remove support for stimer interrupts in message mode
Naman Jain (1):
PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip
Wei Liu (1):
x86/hyperv: reserve more vectors
arch/x86/hyperv/hv_init.c | 23 ++---
arch/x86/kernel/cpu/mshyperv.c | 25 +++--
drivers/clocksource/hyperv_timer.c | 150 ++++-------------------------
drivers/hv/channel.c | 182 +++++++++++++++++++++++++++++++++++-
drivers/hv/channel_mgmt.c | 8 +-
drivers/hv/connection.c | 11 ++-
drivers/hv/hv.c | 4 -
drivers/hv/hv_balloon.c | 36 +++----
drivers/hv/hv_common.c | 12 +--
drivers/hv/hv_snapshot.c | 5 -
drivers/hv/vmbus_drv.c | 25 +++--
drivers/net/hyperv/hyperv_net.h | 8 +-
drivers/net/hyperv/netvsc.c | 123 ++++++++++++++----------
drivers/net/hyperv/netvsc_drv.c | 6 ++
drivers/pci/controller/pci-hyperv.c | 1 +
drivers/scsi/storvsc_drv.c | 53 ++---------
include/clocksource/hyperv_timer.h | 6 --
include/linux/hyperv.h | 20 +++-
net/vmw_vsock/hyperv_transport.c | 3 -
19 files changed, 391 insertions(+), 310 deletions(-)
next reply other threads:[~2026-08-26 21:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-26 21:21 Wei Liu [this message]
2026-08-27 17:09 ` [GIT PULL] Hyper-V next for v7.3 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=20260826212106.GA693916@liuwe-devbox-debian-v2.local \
--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=longli@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