On 7/23/2025 6:37 PM, Yunshui Jiang wrote: > Use kmalloc_array() instead of kmalloc() with multiplication. > kmalloc_array() is a safer way because of its multiply overflow check. > > Signed-off-by: Yunshui Jiang <jiangyunshui@xxxxxxxxxx> > --- 1) When you post a new version, you should add a revision history "after the cut" so that folks know what changed 2) The new version should be sent as a separate thread; don't make the new version In-Reply-To the previous version