Re: Re: [PATCH v3 0/2] iommu/riscv: Support Svpbmt memory types in generic_pt

From: fangyu . yu

Date: Tue May 12 2026 - 03:56:31 EST


>> Fangyu Yu (2):
>> iommu/riscv: Advertise Svpbmt support to generic page table
>> iommupt: Encode IOMMU_MMIO/IOMMU_CACHE via RISC-V Svpbmt bits
>>
>> drivers/iommu/generic_pt/fmt/riscv.h | 11 ++++++++++-
>> drivers/iommu/riscv/iommu.c | 2 ++
>> include/linux/generic_pt/common.h | 4 ++++
>> 3 files changed, 16 insertions(+), 1 deletion(-)
>
>Applied this one instead of v2.

Thanks for the review and for applying this version. I’ve sent a v4
update to fix the 32-bit build warning, so please use the v4 series
going forward.

v4: https://lore.kernel.org/linux-riscv/20260512074142.16356-1-fangyu.yu@xxxxxxxxxxxxxxxxx

Reported-by: kernel test robot <lkp@xxxxxxxxx> in [1].
[1] https://lore.kernel.org/oe-kbuild-all/202605121350.wZxB51k0-lkp@xxxxxxxxx/

Thanks,
Fangyu