This is a note to let you know that I've just added the patch titled genirq/irqdomain: Add DOMAIN_BUS_DEVICE_MSI to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: genirq-irqdomain-add-domain_bus_device_msi.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit d143460613d4f5c352e9fd397f083421e249ffe6 Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Date: Sat Jan 27 21:47:32 2024 +0530 genirq/irqdomain: Add DOMAIN_BUS_DEVICE_MSI [ Upstream commit 6516d5a295356f8fd5827a1c0954d7ed5b2324dd ] Add a new domain bus token to prepare for device MSI which aims to replace the existing platform MSI maze. Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Anup Patel <apatel@xxxxxxxxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20240127161753.114685-5-apatel@xxxxxxxxxxxxxxxx Stable-dep-of: 64506b3d23a3 ("scsi: ufs: qcom: Only free platform MSIs when ESI is enabled") Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/include/linux/irqdomain_defs.h b/include/linux/irqdomain_defs.h index c29921fd8cd15..a7dea0c8c5e0c 100644 --- a/include/linux/irqdomain_defs.h +++ b/include/linux/irqdomain_defs.h @@ -26,6 +26,7 @@ enum irq_domain_bus_token { DOMAIN_BUS_DMAR, DOMAIN_BUS_AMDVI, DOMAIN_BUS_PCI_DEVICE_IMS, + DOMAIN_BUS_DEVICE_MSI, }; #endif /* _LINUX_IRQDOMAIN_DEFS_H */