]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'bpf-verifier-improve-precision-of-bpf_mul'
authorAlexei Starovoitov <ast@kernel.org>
Mon, 30 Dec 2024 22:49:42 +0000 (14:49 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 30 Dec 2024 22:49:54 +0000 (14:49 -0800)
Matan Shachnai says:

====================
This patch-set aims to improve precision of BPF_MUL and add testcases
to illustrate precision gains using signed and unsigned bounds.

Changes from v1:
 - Fixed typo made in patch.

Changes from v2:
 - Added signed multiplication to BPF_MUL.
 - Added test cases to exercise BPF_MUL.
 - Reordered patches in the series.

Changes from v3:
 - Coding style fixes.
====================

Link: https://patch.msgid.link/20241218032337.12214-1-m.shachnai@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge