Hi Linus The following changes since commit 7d2a07b769330c34b4deabeed939325c77a7ec2f: Linux 5.14 (2021-08-29 15:04:50 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20210915 for you to fetch changes up to dfb5c1e12c28e35e4d4e5bc8022b0e9d585b89a7: x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutself (2021-09-11 15:41:00 +0000) ---------------------------------------------------------------- hyperv-fixes for 5.15-rc2 - Fix kernel crash caused by uio driver (Vitaly Kuznetsov) - Remove on-stack cpumask from HV APIC code (Wei Liu) ---------------------------------------------------------------- Vitaly Kuznetsov (1): Drivers: hv: vmbus: Fix kernel crash upon unbinding a device from uio_hv_generic driver Wei Liu (2): asm-generic/hyperv: provide cpumask_to_vpset_noself x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutself arch/x86/hyperv/hv_apic.c | 43 +++++++++++++++++++++++++----------------- drivers/hv/ring_buffer.c | 1 + include/asm-generic/mshyperv.h | 21 +++++++++++++++++++-- 3 files changed, 46 insertions(+), 19 deletions(-)