Re: [PATCH 2/3] kasan: move kasan_report() into report.c

From: Leon Romanovsky
Date: Tue May 12 2020 - 12:42:23 EST


On Tue, May 12, 2020 at 05:33:20PM +0200, Andrey Konovalov wrote:
> The kasan_report() functions belongs to report.c, as it's a common
> functions that does error reporting.
>
> Reported-by: Leon Romanovsky <leon@xxxxxxxxxx>
> Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
> ---
> mm/kasan/common.c | 19 -------------------
> mm/kasan/report.c | 22 ++++++++++++++++++++--
> 2 files changed, 20 insertions(+), 21 deletions(-)
>

Thanks,
Tested-by: Leon Romanovsky <leon@xxxxxxxxxx>