[GIT,PULL] Hyper-V fixes for 6.7-rc3

Message ID ZV2NvuIAgdrc1d1P@liuwe-devbox-debian-v2
State New
Headers
Series [GIT,PULL] Hyper-V fixes for 6.7-rc3 |

Pull-request

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

Message

Wei Liu Nov. 22, 2023, 5:12 a.m. UTC
  Hi Linus,

The following changes since commit ffc253263a1375a65fa6c9f62a893e9767fbebfa:

  Linux 6.6 (2023-10-29 16:31:08 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 18286883e779fb79b413a7462968ee3f6768f19c:

  x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown() (2023-11-22 03:47:44 +0000)

----------------------------------------------------------------
hyperv-fixes for 6.7-rc3
 - One fix for the KVP daemon (Ani Sinha)
 - Fix for the detection of E820_TYPE_PRAM in a Gen2 VM (Saurabh Sengar)
 - Micro-optimization for hv_nmi_unknown() (Uros Bizjak)
----------------------------------------------------------------
Ani Sinha (1):
      hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles

Saurabh Sengar (1):
      x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VM

Uros Bizjak (1):
      x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()

 arch/x86/hyperv/hv_init.c      | 25 +++++++++++++++++++++----
 arch/x86/kernel/cpu/mshyperv.c |  5 ++++-
 tools/hv/hv_kvp_daemon.c       | 20 ++++++++++++--------
 tools/hv/hv_set_ifconfig.sh    |  4 ++--
 4 files changed, 39 insertions(+), 15 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 22, 2023, 7:17 p.m. UTC | #1
The pull request you sent on Wed, 22 Nov 2023 05:12:30 +0000:

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

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

Thank you!