Re: [PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
From: Andrey Konovalov
Date: Tue Sep 09 2025 - 10:46:49 EST
On Tue, Sep 9, 2025 at 10:54 AM Maciej Wieczor-Retman
<maciej.wieczor-retman@xxxxxxxxx> wrote:
>
> But as Peter Zijlstra noticed, x86 already uses the #UD instruction similarly to
> BRK on arm64. So I think I'll use this one here, and then change INT3 to UD in
> the LLVM patch.
Sound good, thanks!