]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 7 Apr 2026 01:38:33 +0000 (18:38 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 7 Apr 2026 01:38:33 +0000 (18:38 -0700)
commit8b648a517522e308e4378f012c4d352271e0cecf
treeea18b9b17eefc24e23249a3061e1e2f36a3d7169
parent18474aed5d0d382f8057ceed7811a735134d28b9
parent1c2e217ad349d2af5c09f8e6e1c0561ad912477d
Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'

Anton Protopopov says:

====================
Properly load values from insn_arays with non-zero offsets

The PTR_TO_INSN is always loaded via BPF_LDX_MEM instruction.
However, the verifier doesn't properly verify such loads when the
offset is not zero. Fix this and extend selftests with more scenarios.

v2 -> v3:
  * Add a C-level selftest which triggers a load with nonzero offset (Alexei)
  * Rephrase commit messages a bit

v2: https://lore.kernel.org/bpf/20260402184647.988132-1-a.s.protopopov@gmail.com/

v1: https://lore.kernel.org/bpf/20260401161529.681755-1-a.s.protopopov@gmail.com
====================

Link: https://patch.msgid.link/20260406160141.36943-1-a.s.protopopov@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>