Merge branch 'bpf-verifier-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 24 Aug 2017 05:38:08 +0000 (22:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Aug 2017 05:38:08 +0000 (22:38 -0700)
commit81152518e985e2db22f22ca89b12169851644af6
tree180afe2c34f0bd7901b27138d06c6ede1d1456c5
parent60890e046081aef61980dbc812ac5100ad078a87
parent8e9cd9ce90d48369b2c5ddd79fe3d4a4cb1ccb56
Merge branch 'bpf-verifier-fixes'

Edward Cree says:

====================
bpf: verifier fixes

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>