]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
commit34ea973dd4577bbf480e5cbaa8dd2668182a389c
tree8f98547a18329a867594ac0654dd03cfe5bdb59e
parent1846dd8e3a3e28f58e72cadbf4d81f374e63a085
parent75137d9ebe9e75358e859fda37fa1ca9f05c1a59
Merge branch 'bpf-verifier-improve-precision-of-bpf_mul'

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>