]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'bpf-reset-register-id-for-bpf_end-value-tracking'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 10 Mar 2026 18:46:31 +0000 (11:46 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 10 Mar 2026 18:46:41 +0000 (11:46 -0700)
Yazhou Tang says:

====================
bpf: Reset register ID for BPF_END value tracking

This patchset fixes a register's scalar ID issue for BPF_END operations
reported by Guillaume Laporte. Please see commit log of 1/2 for more details.

Changes v1 => v2:

1. Reset register ID inside scalar_byte_swap() conditionally. (Eduard)

v1: https://lore.kernel.org/bpf/20260303093956.395076-1-tangyazhou@zju.edu.cn/
====================

Link: https://patch.msgid.link/20260304083228.142016-1-tangyazhou@zju.edu.cn
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge