[GIT PULL] Hyper-V fixes for 6.6-rc6

From: Wei Liu
Date: Tue Oct 10 2023 - 01:39:42 EST


Hi Linus,

The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20231009

for you to fetch changes up to 42999c90461293233de9bb6e6c7d8a2db7281c1e:

hv/hv_kvp_daemon:Support for keyfile based connection profile (2023-10-10 03:42:29 +0000)

----------------------------------------------------------------
hyperv-fixes for v6.6-rc6
- A few fixes for Hyper-V VTL code (Saurabh Sengar and Olaf Hering)
- A fix for the hv_kvp_daemon to support keyfile based connection
profile (Shradha Gupta)
----------------------------------------------------------------
Olaf Hering (1):
hyperv: reduce size of ms_hyperv_info

Saurabh Sengar (3):
x86/hyperv: Restrict get_vtl to only VTL platforms
x86/hyperv: Remove hv_vtl_early_init initcall
x86/hyperv: Add common print prefix "Hyper-V" in hv_init

Shradha Gupta (1):
hv/hv_kvp_daemon:Support for keyfile based connection profile

arch/x86/hyperv/hv_init.c | 20 ++--
arch/x86/hyperv/hv_vtl.c | 3 +-
arch/x86/include/asm/mshyperv.h | 2 +
include/asm-generic/mshyperv.h | 2 +-
tools/hv/hv_kvp_daemon.c | 233 ++++++++++++++++++++++++++++++++++------
tools/hv/hv_set_ifconfig.sh | 39 +++++--
6 files changed, 253 insertions(+), 46 deletions(-)