Re: [PATCH net 0/2] Two BPF fixes for s390

2017-08-04 Thread David Miller
From: Daniel Borkmann Date: Fri, 4 Aug 2017 14:20:53 +0200 > Found while testing some other work touching JITs. Series applied and patch #1 queued up for -stable, thanks!

[PATCH net 0/2] Two BPF fixes for s390

2017-08-04 Thread Daniel Borkmann
Found while testing some other work touching JITs. Thanks! Daniel Borkmann (2): bpf, s390: fix jit branch offset related to ldimm64 bpf, s390: fix build for libbpf and selftest suite arch/s390/net/bpf_jit_comp.c | 3 ++- tools/build/feature/test-bpf.c | 2 ++ tools/lib/bpf/bpf.c

Re: [PATCH net 0/2] Two BPF fixes

2017-04-17 Thread David Miller
From: Daniel Borkmann Date: Mon, 17 Apr 2017 03:12:05 +0200 > The set fixes cb_access and xdp_adjust_head bits in struct bpf_prog, > that are used for requirement checks on the program rather than f.e. > heuristics. Thus, for tail calls, we cannot make any assumptions and > are forced to set them

[PATCH net 0/2] Two BPF fixes

2017-04-16 Thread Daniel Borkmann
The set fixes cb_access and xdp_adjust_head bits in struct bpf_prog, that are used for requirement checks on the program rather than f.e. heuristics. Thus, for tail calls, we cannot make any assumptions and are forced to set them. Thanks! Daniel Borkmann (2): bpf: fix cb access in socket filter

[PATCH net 0/2] Two BPF fixes

2016-12-16 Thread Daniel Borkmann
This set contains two BPF fixes for net, one that addresses the complaint from Geert wrt static allocations, and the other is a fix wrt mem accounting that I found recently during testing. Thanks! Daniel Borkmann (2): bpf: dynamically allocate digest scratch buffer bpf: fix overflow in prog a