On Mon, Aug 25, 2025 at 10:24:39PM +0200, Maciej Wieczor-Retman wrote: > 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_inline_recover() > function was added. > > Use kasan_inline_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 <maciej.wieczor-retman@xxxxxxxxx> Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>