]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-jit-fixes'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 15 Dec 2017 17:19:36 +0000 (09:19 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 15 Dec 2017 17:19:37 +0000 (09:19 -0800)
commitd776c1aa4fa43d4ebc272e2e951ef0e6f9c0f846
treed6536ec187e003bb6a7c87cc8acdef20e16bf6c2
parent28b273df402f3edb65ff602aaa37f73ccd5873b3
parent32417d60b03d116f742dbc4b392d5c4df83d0eca
Merge branch 'bpf-jit-fixes'

Daniel Borkmann says:

====================
Two fixes that deal with buggy usage of bpf_helper_changes_pkt_data()
in the sense that they also reload cached skb data when there's no
skb context but xdp one, for example. A fix where skb meta data is
reloaded out of the wrong register on helper call, rest is test cases
and making sure on verifier side that there's always the guarantee
that ctx sits in r1. Thanks!
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>