Re: [PATCH v2 bpf-next 0/3] bpf: two stack check fixes

2017-12-27 Thread Daniel Borkmann
On 12/25/2017 10:15 PM, Alexei Starovoitov wrote: > 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. > > Alexei Starovoitov (3): > b

[PATCH v2 bpf-next 0/3] bpf: two stack check fixes

2017-12-25 Thread Alexei Starovoitov
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. Alexei Starovoitov (3): bpf: fix maximum stack depth tracking logic selftests/bpf: addi