On Mon, May 26, 2025 at 01:27:51PM +0000, Alessandro Carminati wrote:
A helper function, `__kunit_is_suppressed_warning()`, is used to determine whether suppression applies. It is marked as `noinstr`, since some `WARN*()` sites reside in non-instrumentable sections. As it uses `strcmp`, a `noinstr` version of `strcmp` was introduced.
That just sounds all sorts of wrong.