]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
Merge branch 'bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func'
authorAlexei Starovoitov <ast@kernel.org>
Sat, 6 Nov 2021 19:54:13 +0000 (12:54 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 6 Nov 2021 20:22:15 +0000 (13:22 -0700)
Martin KaFai says:

====================

This set fixes an out-of-bound access issue when jit-ing the
bpf_pseudo_func insn (i.e. ld_imm64 with src_reg == BPF_PSEUDO_FUNC)
====================

Reported-by: Yonatan Komornik <yoniko@gmail.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge