[GIT,PULL] irq/urgent for v6.8-rc6

Message ID 20240225104638.GAZdsajv3v8YcNNqJt@fat_crate.local
State New
Headers
Series [GIT,PULL] irq/urgent for v6.8-rc6 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/irq_urgent_for_v6.8_rc6

Message

Borislav Petkov Feb. 25, 2024, 10:46 a.m. UTC
  Hi Linus,

please pull a couple of urgent IRQ fixes for v6.8-rc6.

Thx.

---

The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:

  Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/irq_urgent_for_v6.8_rc6

for you to fetch changes up to ec4308ecfc887128a468f03fb66b767559c57c23:

  irqchip/gic-v3-its: Do not assume vPE tables are preallocated (2024-02-21 21:11:20 +0100)

----------------------------------------------------------------
- Make sure GICv4 always gets initialized to prevent a kexec-ed kernel
  from silently failing to set it up

- Do not call bus_get_dev_root() for the mbigen irqchip as it always
  returns NULL - use NULL directly

- Fix hardware interrupt number truncation when assigning MSI interrupts

- Correct sending end-of-interrupt messages to disabled interrupts lines on
  RISC-V PLIC

----------------------------------------------------------------
Chen Jun (1):
      irqchip/mbigen: Don't use bus_get_dev_root() to find the parent

Nam Cao (1):
      irqchip/sifive-plic: Enable interrupt if needed before EOI

Oliver Upton (1):
      irqchip/gic-v3-its: Do not assume vPE tables are preallocated

Vidya Sagar (1):
      PCI/MSI: Prevent MSI hardware interrupt number truncation

 drivers/irqchip/irq-gic-v3-its.c  | 2 +-
 drivers/irqchip/irq-mbigen.c      | 8 +-------
 drivers/irqchip/irq-sifive-plic.c | 8 +++++++-
 drivers/pci/msi/irqdomain.c       | 2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Feb. 25, 2024, 6:46 p.m. UTC | #1
The pull request you sent on Sun, 25 Feb 2024 11:46:38 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/irq_urgent_for_v6.8_rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8c46ed3740e27aeba30866ea3da4bc41b08f98a4

Thank you!