]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'properly-load-insn-array-values-with-offsets'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 14 Jan 2026 03:35:14 +0000 (19:35 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 14 Jan 2026 03:37:10 +0000 (19:37 -0800)
commit46c76760febfb14618d88f6a01fca2d93d003082
tree190beda62990f3fe6f593ff1143f43e015d16792
parentbbdbed193bcf57f1e9c0d9d58c3ad3350bfd0bd1
parentc656807675e09604af09a4b9f3ea466af91b7b7a
Merge branch 'properly-load-insn-array-values-with-offsets'

Anton Protopopov says:

====================
properly load insn array values with offsets

As was reported by the BPF CI bot in [1] the direct address
of an instruction array returned by map_direct_value_addr()
is incorrect if the offset is non-zero. Fix this bug and
add selftests.

Also (commit 2), return EACCES instead of EINVAL when offsets
aren't correct.

  [1] https://lore.kernel.org/bpf/0447c47ac58306546a5dbdbad2601f3e77fa8eb24f3a4254dda3a39f6133e68f@mail.kernel.org/
====================

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