[PATCH v7 0/8] riscv: optimize string functions and add kunit tests
Feng Jiang
jiangfeng at kylinos.cn
Wed Feb 25 18:33:39 PST 2026
On 2026/1/30 10:50, Feng Jiang wrote:
> This series provides optimized implementations of strnlen(), strchr(),
> and strrchr() for the RISC-V architecture. The strnlen() implementation
> is derived from the existing optimized strlen(). For strchr() and
> strrchr(), the current versions use simple byte-by-byte assembly logic,
> which will serve as a baseline for future Zbb-based optimizations.
Hi Palmer,
Just a gentle ping on this v7 series.
Kees is happy for this to go through the riscv tree. I've also followed up
with Andy regarding the tags for v7 on the mailing list.
Is there anything else needed for this series to be picked up?
--
With Best Regards,
Feng Jiang
More information about the linux-riscv
mailing list