]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'bpf-maximum-combined-stack-depth'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 14 May 2026 01:38:31 +0000 (18:38 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 14 May 2026 01:38:31 +0000 (18:38 -0700)
commite651f3ce1364d06d97bb7cc4aa5b23146420a67d
tree46d5982b8e4ff5d99e4a5e96e200def9aa00dbb6
parent74a9bb761a434ea3be1e0c59cd67b37217eb042c
parentf0015ffbf40c7c6db148163bd6f8c53f14933b53
Merge branch 'bpf-maximum-combined-stack-depth'

Paul Chaignon says:

====================
bpf: Maximum combined stack depth

This patchset dumps the maximum combined stack depth in verifier logs
and parses it in veristat.

Changes in v3:
  - Increment spec_cnt field in veristat for new MAX_STACK id (AI bot).
Changes in v2:
  - Remove unnecessary max_stack_depth assignment (Eduard).
  - Fix and test incorrect handling of private stacks.
  - Add veristat metric (Eduard).
====================

Link: https://patch.msgid.link/cover.1778700777.git.paul.chaignon@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>