[GIT PULL] Hyper-V fixes for v6.10-rc5
From: Wei Liu
Date: Mon Jun 17 2024 - 03:11:31 EST
Hi Linus,
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20240616
for you to fetch changes up to 831bcbcead6668ebf20b64fdb27518f1362ace3a:
Drivers: hv: Cosmetic changes for hv.c and balloon.c (2024-06-06 06:03:29 +0000)
----------------------------------------------------------------
hyperv-fixes for v6.10-rc5
- Some cosmetic changes for hv.c and balloon.c (Aditya Nagesh)
- Two documentation updates (Michael Kelley)
- Suppress the invalid warning for packed member alignment (Saurabh Sengar)
- Two hv_balloon fixes (Michael Kelley)
----------------------------------------------------------------
Aditya Nagesh (1):
Drivers: hv: Cosmetic changes for hv.c and balloon.c
Michael Kelley (4):
hv_balloon: Use kernel macros to simplify open coded sequences
hv_balloon: Enable hot-add for memblock sizes > 128 MiB
Documentation: hyperv: Update spelling and fix typo
Documentation: hyperv: Improve synic and interrupt handling description
Saurabh Sengar (1):
tools: hv: suppress the invalid warning for packed member alignment
Documentation/virt/hyperv/clocks.rst | 21 ++--
Documentation/virt/hyperv/overview.rst | 22 ++--
Documentation/virt/hyperv/vmbus.rst | 143 ++++++++++++++-----------
drivers/hv/hv.c | 37 ++++---
drivers/hv/hv_balloon.c | 190 ++++++++++++++-------------------
tools/hv/Makefile | 1 +
6 files changed, 208 insertions(+), 206 deletions(-)