On Wed, Oct 29, 2025 at 9:10 PM Maciej Wieczor-Retman
[off-list ref] wrote:
From: Maciej Wieczor-Retman <redacted>
To avoid having a copy of a long comment explaining the intricacies of
the inline KASAN recovery system and issues for every architecture that
uses the software tag-based mode, a unified kasan_die_unless_recover()
function was added.
Use kasan_die_unless_recover() in the kasan brk handler to cleanup the
long comment, that's kept in the non-arch KASAN code.
Signed-off-by: Maciej Wieczor-Retman <redacted>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Alexander Potapenko <glider@google.com>