Re: [PATCH bpf-next] selftests/bpf: precision tracking tests

2019-09-05 Thread Daniel Borkmann
On 9/4/19 12:51 AM, Alexei Starovoitov wrote: Add two tests to check that stack slot marking during backtracking doesn't trigger 'spi > allocated_stack' warning. One test is using BPF_ST insn. Another is using BPF_STX. Signed-off-by: Alexei Starovoitov Applied, thanks!

[PATCH bpf-next] selftests/bpf: precision tracking tests

2019-09-03 Thread Alexei Starovoitov
Add two tests to check that stack slot marking during backtracking doesn't trigger 'spi > allocated_stack' warning. One test is using BPF_ST insn. Another is using BPF_STX. Signed-off-by: Alexei Starovoitov --- these tests depend on the fix https://patchwork.ozlabs.org/patch/1157368/ --- .../tes