Re: [PATCH v3] wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
From: 于佼良
Date: Fri Aug 23 2024 - 03:57:09 EST
在 2024/8/22 14:59, Kalle Valo 写道:
> [Some people who received this message don't often get email from kvalo@xxxxxxxxxx. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> Yu Jiaoliang <yujiaoliang@xxxxxxxx> writes:
>
>> Let the kememdup_array() take care about multiplication and possible
>> overflows.
>>
>> ---
>> v2:
>> -Change sizeof(limits[0]) to sizeof(*limits)
>> -Fix title prefix
>>
>> v3:
>> -Fix R-b tag
>> -Leave --- above this information
>>
>> Signed-off-by: Yu Jiaoliang <yujiaoliang@xxxxxxxx>
>> Reviewed-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> Now Signed-off-by and Reviewed-by are in the wrong location. Please
> carefully read the wiki page below how to submit patches.
>
> --
> https://patchwork.kernel.org/project/linux-wireless/list/
>
> https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Hi Kalle,
I have updated the position of the changelog and submitted patch v4.
Thank you.
Best Regards,
Yu