Re: [PATCH 1/2] mm/kasan: remove redundant initialization for kasan_flag_write_only
From: SeongJae Park
Date: Tue Jun 23 2026 - 20:19:33 EST
On Tue, 23 Jun 2026 14:47:42 +0300 Igor Putko <igorpetindev@xxxxxxxxx> wrote:
> The static variable 'kasan_flag_write_only' is implicitly initialized
> to false. Remove the explicit initialization to follow the Linux
> kernel coding style.
>
> Signed-off-by: Igor Putko <igorpetindev@xxxxxxxxx>
Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>
Thanks,
SJ
[...]