[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211007103253.t5w5pgpmzvkffvwp@liuwe-devbox-debian-v2>
Date: Thu, 7 Oct 2021 10:32:53 +0000
From: Wei Liu <wei.liu@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Wei Liu <wei.liu@...nel.org>,
Linux on Hyper-V List <linux-hyperv@...r.kernel.org>,
Linux Kernel List <linux-kernel@...r.kernel.org>,
Michael Kelley <mikelley@...rosoft.com>, kys@...rosoft.com,
haiyangz@...rosoft.com, decui@...rosoft.com, sthemmin@...rosoft.com
Subject: [GIT PULL] Hyper-V fixes for 5.15-rc8
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@...olite.kernel.org/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(-)
Powered by blists - more mailing lists