From: Linus Torvalds Date: Sun, 8 Jun 2025 18:02:53 +0000 (-0700) Subject: Merge tag 'irq-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v6.16-rc1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70b7d651ca6e0d37cbfd60929b7fdb55ce66d41f;p=thirdparty%2Fkernel%2Flinux.git Merge tag 'irq-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull irq fix from Thomas Gleixner: "A single fix for the PCI/MSI code: The conversion to per device MSI domains created a MSI domain with size 1 instead of sizing it to the maximum possible number of MSI interrupts for the device. This "worked" as the subsequent allocations resized the domain, but the recent change to move the prepare() call into the domain creation path broke this works by chance mechanism. Size the domain properly at creation time" * tag 'irq-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: PCI/MSI: Size device MSI domain with the maximum number of vectors --- 70b7d651ca6e0d37cbfd60929b7fdb55ce66d41f