From: Alexei Starovoitov Date: Wed, 14 Jan 2026 03:35:14 +0000 (-0800) Subject: Merge branch 'properly-load-insn-array-values-with-offsets' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c76760febfb14618d88f6a01fca2d93d003082;p=thirdparty%2Flinux.git 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 --- 46c76760febfb14618d88f6a01fca2d93d003082