Hi Linus, The following changes since commit 6995e2de6891c724bfeb2db33d7b87775f913ad1: Linux 6.4 (2023-06-25 16:29:58 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20230804 for you to fetch changes up to 6ad0f2f91ad14ba0a3c2990c054fd6fbe8100429: Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer() (2023-08-02 23:29:08 +0000) ---------------------------------------------------------------- hyperv-fixes for 6.5-rc5 - Fixing a bug in a python script for Hyper-V (Ani Sinha) - Workaround a bug in Hyper-V when IBT is enabled (Michael Kelley) - Fix an issue for parsing MP table when Linux runs in VTL2 (Saurabh Sengar) - Several cleanup patches (Nischala Yelchuri, Kameron Carr, YueHaibing, ZhiHu) ---------------------------------------------------------------- Ani Sinha (1): vmbus_testing: fix wrong python syntax for integer value comparison Kameron Carr (1): Drivers: hv: Change hv_free_hyperv_page() to take void * argument Michael Kelley (1): x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction Nischala Yelchuri (1): x86/hyperv: Improve code for referencing hyperv_pcpu_input_arg Saurabh Sengar (1): x86/hyperv: add noop functions to x86_init mpparse functions YueHaibing (1): Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer() ZhiHu (1): x86/hyperv: fix a warning in mshyperv.h arch/x86/hyperv/hv_apic.c | 4 +--- arch/x86/hyperv/hv_init.c | 21 +++++++++++++++++++++ arch/x86/hyperv/hv_vtl.c | 4 ++++ arch/x86/hyperv/ivm.c | 7 +++---- arch/x86/hyperv/mmu.c | 12 ++---------- arch/x86/hyperv/nested.c | 11 ++--------- arch/x86/include/asm/mshyperv.h | 2 +- drivers/hv/connection.c | 13 ++++++------- drivers/hv/hv_balloon.c | 2 +- drivers/hv/hv_common.c | 10 +++++----- include/asm-generic/mshyperv.h | 2 +- include/linux/hyperv.h | 3 --- tools/hv/vmbus_testing | 4 ++-- 13 files changed, 49 insertions(+), 46 deletions(-)