Re: [PATCH 09/10] docs: sphinxify kmemcheck.txt and move to dev-tools

From: Vegard Nossum
Date: Tue Aug 09 2016 - 03:05:04 EST


Hi,

On 9 August 2016 at 01:35, Jonathan Corbet <corbet@xxxxxxx> 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