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)
commit47b3708c6088a60e7dc3b809dbb0d4c46590b32f
tree54810b9f3412a1609a829507bf943ae58e88b243
parent70bf363d7adb3a428773bc905011d0ff923ba747
parentd99341b373215cf32bfb7f341fb3e720e0e791ef
Merge branch 'bpf: Fix out-of-bound issue when jit-ing bpf_pseudo_func'

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>