Re: [PATCH v6 15/18] x86/kasan: Handle UD1 for inline KASAN reports

From: Alexander Potapenko

Date: Tue Nov 11 2025 - 05:31:22 EST


> +++ b/arch/x86/mm/kasan_inline.c

The name kasan_inline.c is confusing: a reader may imply that this
file is used for CONFIG_KASAN_INLINE, or that it contains inline
functions, while neither is true.
I suggest renaming it into something like kasan_sw_tags.c