Bixuan Cui
93937596e0
bpf: Add oversize check before call kvcalloc()
...
[ Upstream commit 0e6491b559704da720f6da09dd0a52c4df44c514 ]
Commit 7661809d493b ("mm: don't allow oversized kvmalloc() calls") add the
oversize check. When the allocation is larger than what kmalloc() supports,
the following warning triggered:
WARNING: CPU: 0 PID: 8408 at mm/util.c:597 kvmalloc_node+0x108/0x110 mm/util.c:597
Modules linked in:
CPU: 0 PID: 8408 Comm: syz-executor221 Not tainted 5.14.0-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
RIP: 0010:kvmalloc_node+0x108/0x110 mm/util.c:597
Call Trace:
kvmalloc include/linux/mm.h:806 [inline]
kvmalloc_array include/linux/mm.h:824 [inline]
kvcalloc include/linux/mm.h:829 [inline]
check_btf_line kernel/bpf/verifier.c:9925 [inline]
check_btf_info kernel/bpf/verifier.c:10049 [inline]
bpf_check+0xd634/0x150d0 kernel/bpf/verifier.c:13759
bpf_prog_load kernel/bpf/syscall.c:2301 [inline]
__sys_bpf+0x11181/0x126e0 kernel/bpf/syscall.c:4587
__do_sys_bpf kernel/bpf/syscall.c:4691 [inline]
__se_sys_bpf kernel/bpf/syscall.c:4689 [inline]
__x64_sys_bpf+0x78/0x90 kernel/bpf/syscall.c:4689
do_syscall_x64 arch/x86/entry/common.c:50 [inline]
do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80
entry_SYSCALL_64_after_hwframe+0x44/0xae
Reported-by: syzbot+f3e749d4c662818ae439@syzkaller.appspotmail.com
Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20210911005557.45518-1-cuibixuan@huawei.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-09-30 10:09:25 +02:00
..
2019-06-17 20:20:36 -07:00
2021-03-04 10:26:16 +01:00
2019-05-30 11:29:53 -07:00
2020-04-02 15:11:01 +02:00
2021-02-10 09:25:27 +01:00
2021-09-15 09:47:38 +02:00
2020-05-02 08:48:51 +02:00
2020-06-30 15:36:56 -04:00
2021-09-15 09:47:38 +02:00
2019-06-05 17:36:38 +02:00
2020-11-18 19:20:26 +01:00
2021-01-23 15:57:56 +01:00
2020-10-01 13:18:19 +02:00
2019-05-31 16:52:56 -07:00
2019-06-22 08:59:24 -04:00
2020-11-18 19:20:26 +01:00
2019-05-30 11:29:53 -07:00
2019-05-30 11:29:53 -07:00
2020-02-28 17:22:27 +01:00
2019-05-30 11:29:53 -07:00
2019-05-30 11:29:53 -07:00
2019-05-31 16:52:56 -07:00
2019-05-31 16:52:56 -07:00
2021-02-17 10:35:16 +01:00
2020-08-07 09:34:02 +02:00
2020-10-14 10:32:58 +02:00
2020-01-23 08:22:44 +01:00
2021-09-30 10:09:25 +02:00
2019-09-25 22:14:16 +02:00