On Fri, Jan 30, 2026 at 09:37:36AM -0800, Kees Cook wrote: > On Fri, Jan 30, 2026 at 10:50:10AM +0800, 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. > > I'm happy with the Kunit elements here, so unless Andy has other > feedback, please feel free to take this via the riscv tree. (Or if riscv > maintainers would prefer, I can take it via string.)
I have an impression that I already gave some tag. Why aren't not here? -- With Best Regards, Andy Shevchenko
