Re: [PATCH 0/5] net: use vmalloc_array() to simplify code
From: Qianfeng Rong
Date: Tue Aug 12 2025 - 21:54:19 EST
在 2025/8/13 4:48, Jakub Kicinski 写道:
On Tue, 12 Aug 2025 21:32:13 +0800 Qianfeng Rong wrote:
Remove array_size() calls and replace vmalloc() with vmalloc_array() to
simplify the code and maintain consistency with existing kmalloc_array()
usage.
You need to submit the first 3 as a separate series.
They get applied to a different tree than wireless patches.
Ok, Will do in the next version.