On Fri, Jun 19, 2026, at 05:55, Kees Cook wrote:
> On Thu, Jun 18, 2026 at 04:29:43PM +0200, Arnd Bergmann wrote:
>> Fixes: ff901d80fff6 ("x86: kmsan: use __msan_ string functions where
>> possible.")
>> Fixes: 78a498c3a227 ("x86: fortify: kmsan: fix KMSAN fortify builds")
>> Signed-off-by: Arnd Bergmann <[email protected]>
>> ---
>> The patch passes randconfig builds on x86/arm/arm64/s390 for me,
>> but please double-check all the corner cases, as it's still
>> possible that the #ifndef is required to work around a runtime
>> issue that I did not test.
>
> How about I drop this into -next right after -rc2 and we can see what
> falls out of it?
Sounds good, thanks!
Arnd