Re: [PATCH 2/2] kasan: improve error reports

From: Andrey Ryabinin
Date: Wed Nov 09 2016 - 14:08:53 EST


On 11/08/2016 10:37 PM, Andrey Konovalov wrote:
> 1. Change header format.
> 2. Unify header format between different kinds of bad accesses.
> 3. Add empty lines between parts of the report to improve readability.
> 4. Improve slab object description.
> 5. Improve mm/kasan/report.c readability.
>

Can you please do not dump everything in one patch? It only makes review process much more complicated.
Please break it up into 'one patch per logical change'.

> Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
> ---