diff options
author | 2024-02-24 09:06:30 +0000 | |
---|---|---|
committer | 2024-02-27 08:31:28 -0800 | |
commit | f8cbf6bde4c8d5d32330bcceafa7b139fec89f97 (patch) | |
tree | 81dbdbfeae33ceb76d38efbd09cf9f097258e071 /net/ipv6/raw.c | |
parent | bnxt_en: fix accessing vnic_info before allocating it (diff) | |
download | linux-rng-f8cbf6bde4c8d5d32330bcceafa7b139fec89f97.tar.xz linux-rng-f8cbf6bde4c8d5d32330bcceafa7b139fec89f97.zip |
netlink: use kvmalloc() in netlink_alloc_large_skb()
This is a followup of commit 234ec0b6034b ("netlink: fix potential
sleeping issue in mqueue_flush_file"), because vfree_atomic()
overhead is unfortunate for medium sized allocations.
1) If the allocation is smaller than PAGE_SIZE, do not bother
with vmalloc() at all. Some arches have 64KB PAGE_SIZE,
while NLMSG_GOODSIZE is smaller than 8KB.
2) Use kvmalloc(), which might allocate one high order page
instead of vmalloc if memory is not too fragmented.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Zhengchao Shao <shaozhengchao@huawei.com>
Link: https://lore.kernel.org/r/20240224090630.605917-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv6/raw.c')
0 files changed, 0 insertions, 0 deletions