]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Merge branch 'bpf-stack-depth-tracking-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 27 Dec 2017 17:36:23 +0000 (18:36 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 27 Dec 2017 17:36:24 +0000 (18:36 +0100)
commit624588d9d6cc0a1a270a65fb4d5220f1ceddcf38
tree6b20b371d1cb00f74dc0a298bc882d1c9acbd3f1
parent6b80ad299208b44ba33cb6df80bdaa3f63cf03e2
parentaada9ce644e53410954daa6beb1f7c4ca158abd7
Merge branch 'bpf-stack-depth-tracking-fixes'

Alexei Starovoitov says:

====================
Jann reported an issue with stack depth tracking. Fix it and add tests.
Also fix off-by-one error in MAX_CALL_FRAMES check. This set is on top
of Jann's "selftest for late caller stack size increase" test.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>