mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 10:04:23 -04:00
Introduce a new probe which checks whether kernel has large maximum program size which was increased in the following commit:c04c0d2b96("bpf: increase complexity limit and maximum program size") Based on the similar check in Cilium[0], authored by Daniel Borkmann. [0]657d0f585aCo-authored-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Michal Rostecki <mrostecki@opensuse.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Link: https://lore.kernel.org/bpf/20200108162428.25014-2-mrostecki@opensuse.org