From: Alexei Starovoitov Date: Sun, 17 May 2026 00:46:17 +0000 (-0700) Subject: Merge branch 'bpf-follow-up-fixes-for-stack-argument-support' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d00ea66086a90cbd18c1d06959f489d87b47e3;p=thirdparty%2Flinux.git Merge branch 'bpf-follow-up-fixes-for-stack-argument-support' 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 '. - Add proper fix tag. ==================== Link: https://patch.msgid.link/20260515225035.821178-1-yonghong.song@linux.dev Signed-off-by: Alexei Starovoitov --- 50d00ea66086a90cbd18c1d06959f489d87b47e3