[GIT PULL] Hyper-V fixes for 5.11-rc4

From: Wei Liu
Date: Mon Jan 11 2021 - 06:43:11 EST


Hi Linus,

The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ad0a6bad44758afa3b440c254a24999a0c7e35d5:

x86/hyperv: check cpu mask after interrupt has been disabled (2021-01-06 11:03:16 +0000)

----------------------------------------------------------------
hyperv-fixes for 5.11-rc4
- One patch from Dexuan Cui to fix kexec panic/hang
- One patch from Wei Liu to fix occasional crashes when flushing TLB
----------------------------------------------------------------
Dexuan Cui (1):
x86/hyperv: Fix kexec panic/hang issues

Wei Liu (1):
x86/hyperv: check cpu mask after interrupt has been disabled

arch/x86/hyperv/hv_init.c | 4 ++++
arch/x86/hyperv/mmu.c | 12 +++++++++---
arch/x86/include/asm/mshyperv.h | 2 ++
arch/x86/kernel/cpu/mshyperv.c | 18 ++++++++++++++++++
drivers/hv/vmbus_drv.c | 2 --
5 files changed, 33 insertions(+), 5 deletions(-)