Re: [PATCH v2 net-next 0/5] bpf: verifier fixes

2017-08-23 Thread David Miller
From: Edward Cree Date: Wed, 23 Aug 2017 15:07:20 +0100 > Fix a couple of bugs introduced in my recent verifier patches. > Patch #2 does slightly increase the insn count on bpf_lxc.o, but only by > about a hundred insns (i.e. 0.2%). > > v2: added test for write-marks bug (patch #1); reworded co

[PATCH v2 net-next 0/5] bpf: verifier fixes

2017-08-23 Thread Edward Cree
Fix a couple of bugs introduced in my recent verifier patches. Patch #2 does slightly increase the insn count on bpf_lxc.o, but only by about a hundred insns (i.e. 0.2%). v2: added test for write-marks bug (patch #1); reworded comment on propagate_liveness() for clarity. Alexei Starovoitov (1):