[PATCH v1 0/2] riscv: hwprobe: add Zicbop support

Yao Zihong posted 2 patches 3 weeks ago
arch/riscv/include/uapi/asm/hwprobe.h | 2 ++
arch/riscv/kernel/sys_hwprobe.c       | 6 ++++++
2 files changed, 8 insertions(+)
[PATCH v1 0/2] riscv: hwprobe: add Zicbop support
Posted by Yao Zihong 3 weeks ago
Add UAPI and kernel plumbing to expose the Zicbop extension presence
and its block size through sys_hwprobe(). The interface mirrors
Zicbom/Zicboz. This allows userspace to safely discover and optimize
for Zicbop when available.

Yao Zihong (2):
  uapi: riscv: hwprobe: add Zicbop extension bit and block-size key
  riscv: hwprobe: report Zicbop presence and block size

 arch/riscv/include/uapi/asm/hwprobe.h | 2 ++
 arch/riscv/kernel/sys_hwprobe.c       | 6 ++++++
 2 files changed, 8 insertions(+)

-- 
2.47.2
Re: [PATCH v1 0/2] riscv: hwprobe: add Zicbop support
Posted by Yao Zihong 1 week, 3 days ago
Hi all,

It’s been about two weeks since I posted this patch.
Could someone take a look when convenient and let me know if there are
any concerns or improvements needed?

Patch links:
https://lore.kernel.org/linux-riscv/20250911121219.20243-1-zihong.plct@isrc.iscas.ac.cn/
https://lore.kernel.org/linux-riscv/20250911121219.20243-2-zihong.plct@isrc.iscas.ac.cn/
https://lore.kernel.org/linux-riscv/20250911121219.20243-3-zihong.plct@isrc.iscas.ac.cn/

If useful, I can resend with updates if needed.
Thanks for your attention.

Zihong