Re: [PATCH] kasan: Improve free meta storage in Generic KASAN
From: Juntong Deng
Date: Tue Nov 21 2023 - 11:15:47 EST
On 2023/11/22 0:05, Andrey Konovalov wrote:
On Tue, Nov 21, 2023 at 5:03 PM Juntong Deng <juntong.deng@xxxxxxxxxxx> wrote:
This bug is caused by the fact that after improving the free meta
storage, kasan_metadata_size() continues to calculate the metadata
size according to the previous storage method.
I will fix this in a separate patch.
Hi,
Please send a v2 with the fix folded in instead.
Thanks!
OK, I will send patch V2.