On Tue, Nov 10, 2020 at 11:12 PM Andrey Konovalov <andreyk...@google.com> wrote: > > Add documentation for hardware tag-based KASAN mode and also add some > clarifications for software tag-based mode. > > Signed-off-by: Andrey Konovalov <andreyk...@google.com> > Signed-off-by: Vincenzo Frascino <vincenzo.frasc...@arm.com> > Reviewed-by: Marco Elver <el...@google.com> > --- > Change-Id: Ib46cb444cfdee44054628940a82f5139e10d0258
> + > +Software tag-based KASAN currently only supports tagging of slab memory. I think the reader may confuse "slab memory" here with "memory returned by SLAB" (as opposed to SLUB). Maybe "heap memory" is less ambiguous?