Skip to content

[PW_SID:1053571] [v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU#1470

Closed
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1053571
Closed

[PW_SID:1053571] [v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU#1470
linux-riscv-bot wants to merge 1 commit intoworkflow__riscv__fixesfrom
pw1053571

Conversation

@linux-riscv-bot
Copy link

PR for series 1053571 applied to workflow__riscv__fixes

Name: [v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1053571
Version: 1

…IOMMU

This patch adds support for CONFIG_IRQ_MSI_IOMMU in the RISC-V IMSIC
driver by calling iommu_dma_prepare_msi(), which allocates an IOVA
and maps the physical IMSIC MSI address into the device domain. The
MSI message address is then written to use the IOVA, ensuring IOMMU
translation succeeds on MSI writes.

With this change, PCIe or platform devices using IMSIC-based MSI can
operate correctly under IOMMU isolation.

Signed-off-by: Yaxing Guo <guoyaxing@bosc.ac.cn>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 114.66 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1309.98 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1771.52 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.35 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.05 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 80.74 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
kdoc
Desc: Detects for kdoc errors
Duration: 1.01 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v1] riscv/imsic: add support for IRQ_MSI_IOMMU and map MSI pages through IOMMU"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.29 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1053571 branch February 20, 2026 01:21
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