Hi Linus, The following changes since commit dfb5c1e12c28e35e4d4e5bc8022b0e9d585b89a7: x86/hyperv: remove on-stack cpumask from hv_send_ipi_mask_allbutself (2021-09-11 15:41:00 +0000) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20211007 for you to fetch changes up to f5c20e4a5f18677e22d8dd2846066251b006a62d: x86/hyperv: Avoid erroneously sending IPI to 'self' (2021-10-06 15:56:45 +0000) ---------------------------------------------------------------- hyperv-fixes for 5.15 - Replace uuid.h with types.h in a header (Andy Shevchenko) - Avoid sleeping in atomic context in PCI driver (Long Li) - Avoid sending IPI to self when it shouldn't (Vitaly Kuznetsov) ---------------------------------------------------------------- Andy Shevchenko (1): hyper-v: Replace uuid.h with types.h Long Li (1): PCI: hv: Fix sleep while in non-sleep context when removing child devices from the bus Vitaly Kuznetsov (1): x86/hyperv: Avoid erroneously sending IPI to 'self' arch/x86/hyperv/hv_apic.c | 20 +++++++++++++++----- drivers/pci/controller/pci-hyperv.c | 13 ++++++++++--- include/uapi/linux/hyperv.h | 2 +- 3 files changed, 26 insertions(+), 9 deletions(-)