Skip to content

[PW_SID:1097370] iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described#1973

Closed
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1097370
Closed

[PW_SID:1097370] iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described#1973
linux-riscv-bot wants to merge 2 commits into
workflow__riscv__fixesfrom
pw1097370

Conversation

@linux-riscv-bot
Copy link
Copy Markdown

PR for series 1097370 applied to workflow__riscv__fixes

Name: iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1097370
Version: 1

Linux RISC-V bot and others added 2 commits May 14, 2026 08:49
The RISC-V IOMMU spec defines IGS=BOTH as supporting both MSI and
WSI, with software selecting the path. The DT path already behaves
as expected by selecting WSI when wired IRQ resources are described.
The ACPI path, however, currently falls back to MSI even when
firmware describes wired IRQ resources.

Use firmware-described wired IRQ resources as the trigger to select
WSI for IGS=BOTH:
  - DT: "interrupts" present, no "msi-parent"
  - ACPI: DSDT _CRS Interrupt() descriptors
    (mainline does not yet parse the RIMT Interrupt Wire Array)

When triggered, rewrite igs to IGS_WSI and reuse the existing WSI
handling. Keep the existing behaviour otherwise.

Fixes: d5f88ac ("iommu/riscv: Add support for platform msi")
Signed-off-by: Fangyu Yu <fangyu.yu@linux.alibaba.com>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 139.54 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1134.20 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1681.15 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 25.59 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.87 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.82 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 87.19 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
kdoc
Desc: Detects for kdoc errors
Duration: 0.92 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
module-param
Desc: Detect module_param changes
Duration: 0.26 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot
Copy link
Copy Markdown
Author

Patch 1: "iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.32 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot force-pushed the workflow__riscv__fixes branch 2 times, most recently from a1231b7 to c03cdce Compare May 23, 2026 03:29
@linux-riscv-bot linux-riscv-bot deleted the pw1097370 branch May 27, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants