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

From: Wei Liu
Date: Wed Nov 22 2023 - 00:12:53 EST



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@xxxxxxxxxxxxxxxxxxx/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(-)