]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-use-vmalloc_array-to-simplify-code'
authorJakub Kicinski <kuba@kernel.org>
Tue, 19 Aug 2025 00:49:54 +0000 (17:49 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 19 Aug 2025 00:49:54 +0000 (17:49 -0700)
commit8e33dc6f787a6193a8b0164876fdcf0617a58616
treeb56349d1b2490d0ac9e28815b138930fbcd8841f
parentab4ee77ed9bddfc1c3461b42ef4875068928d2e6
parentdad3280591abde4c100e8185e3e47bfe72ae53c5
Merge branch 'net-use-vmalloc_array-to-simplify-code'

Qianfeng Rong says:

====================
net: use vmalloc_array() to simplify code

Remove array_size() calls and replace vmalloc() with vmalloc_array() to
simplify the code and maintain consistency with existing kmalloc_array()
usage.

vmalloc_array() is also optimized better, resulting in less instructions
being used [1].

[1]: https://lore.kernel.org/lkml/abc66ec5-85a4-47e1-9759-2f60ab111971@vivo.com/
====================

Link: https://patch.msgid.link/20250816090659.117699-1-rongqianfeng@vivo.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>