Re: [PATCH v7 3/4] mm/kasan: Introduce helpers for lazy MMU mode sanitizer
Alexander Gordeev <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 12:11:34AM +0200, Andrey Konovalov wrote: ... > Hi Alexander, > > Should all this be limited to only s390? The idea is to allow any architecture to opt-in. Once [1] is accepted this may look redundant, but I still see the benefit in having it. I only did not manage to circumvent the ugly __no_sanitize_address for ptep_get_lockless() to make it avoid "bogus" kasan complains when gup_fast walks a page table that entered the lazy mmu mode. 1. https://lore.kernel.org/linux-mm/[email protected]/ > Thanks!