Hi, On 9 August 2016 at 01:35, Jonathan Corbet <cor...@lwn.net> wrote: > +The shadow bytemap dump legend is as follows: > + > +- i: initialized > +- u: uninitialized > +- a: unallocated (memory has been allocated by the slab layer, but has not > + yet been handed off to anybody) > +- f: freed (memory has been allocated by the slab layer, but has been freed > + by the previous owner)
Maybe you want ``i``, ``u``, etc. here? The rest looks good to me. Thanks! Although I'm not sure how relevant kmemcheck is anymore with KASAN being able to do almost all (if not all) that kmemcheck does, and better. Oh well, I thought the doc wasn't bad in any case ;-) Vegard