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

Message ID ZSTjl1BsWyyh9COJ@liuwe-devbox-debian-v2
State New
Headers
Series [GIT,PULL] Hyper-V fixes for 6.6-rc6 |

Pull-request

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

Message

Wei Liu Oct. 10, 2023, 5:39 a.m. UTC
  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@gitolite.kernel.org/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(-)
  

Comments

pr-tracker-bot@kernel.org Oct. 10, 2023, 6:54 p.m. UTC | #1
The pull request you sent on Tue, 10 Oct 2023 05:39:35 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b711538a40b794ccc83838fb66990a091c56c101

Thank you!