]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'bpf-follow-up-fixes-for-stack-argument-support'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 17 May 2026 00:46:17 +0000 (17:46 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 17 May 2026 01:00:13 +0000 (18:00 -0700)
Yonghong Song says:

====================
bpf: Follow-up fixes for stack argument support

Commit cd59fa185a03 ("bpf: Support stack arguments for BPF functions and kfuncs")
added stack argument support for bpf functions and kfuncs. This patch set
is to fix various issues related to stack arguments, mainly include:
  - Validate outgoing stack args when btf_prepare_func_args fails
  - Fix arg_track_join log to use sa prefix for stack arg slots
  - Clean up redundant stack arg checks for non-JITed programs

Changelog:
  v2 -> v3:
    - v2: https://lore.kernel.org/bpf/20260515014958.1186132-1-yonghong.song@linux.dev/
    - Add additional fix (fix arg_track_join log, fix exception with outgoing stack
      arguments, some cleanup, etc.).
  v1 -> v2:
    - v1: https://lore.kernel.org/bpf/20260514184827.1619863-1-yonghong.song@linux.dev/
    - Remove 'Reported-by: Sashiko <sashiko-bot@kernel.org>'.
    - Add proper fix tag.
====================

Link: https://patch.msgid.link/20260515225035.821178-1-yonghong.song@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge