Hi Linus, The following changes since commit 247f34f7b80357943234f93f247a1ae6b6c3a740: Linux 6.1-rc2 (2022-10-23 15:27:33 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20221110 for you to fetch changes up to e70af8d040d2b7904dca93d942ba23fb722e21b1: PCI: hv: Fix the definition of vector in hv_compose_msi_msg() (2022-11-03 15:50:28 +0000) ---------------------------------------------------------------- hyperv-fixes for v6.1-rc5 - Fix TSC MSR write for root partition (Anirudh Rayabharam) - Fix definition of vector in pci-hyperv driver (Dexuan Cui) - A few other misc patches ---------------------------------------------------------------- Anirudh Rayabharam (2): clocksource/drivers/hyperv: add data structure for reference TSC MSR x86/hyperv: fix invalid writes to MSRs during root partition kexec Dexuan Cui (1): PCI: hv: Fix the definition of vector in hv_compose_msi_msg() Jilin Yuan (1): Drivers: hv: fix repeated words in comments Stephen Hemminger (1): MAINTAINERS: remove sthemmin Zhao Liu (1): x86/hyperv: Remove BUG_ON() for kmap_local_page() MAINTAINERS | 1 - arch/x86/hyperv/hv_init.c | 19 ++++++++++--------- drivers/clocksource/hyperv_timer.c | 29 +++++++++++++++-------------- drivers/hv/hv_balloon.c | 2 +- drivers/pci/controller/pci-hyperv.c | 22 ++++++++++++++++------ include/asm-generic/hyperv-tlfs.h | 9 +++++++++ 6 files changed, 51 insertions(+), 31 deletions(-)