]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
authorAlexei Starovoitov <ast@kernel.org>
Mon, 1 Nov 2021 22:21:52 +0000 (15:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Nov 2021 10:04:19 +0000 (11:04 +0100)
commit8426a23213dc6519282372eba0cc1b3099b1b03d
tree0be97b9ce558579f665a63e25db754b0ea9d5d4c
parent32df0ac1c97b4d025c1212337f26e364074bf00d
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.

[ Upstream commit 388e2c0b978339dee9b0a81a2e546f8979e021e2 ]

Similar to unsigned bounds propagation fix signed bounds.
The 'Fixes' tag is a hint. There is no security bug here.
The verifier was too conservative.

Fixes: 3f50f132d840 ("bpf: Verifier, do explicit ALU32 bounds tracking")
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20211101222153.78759-2-alexei.starovoitov@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/bpf/verifier.c