]> 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)
commit3382cff3dee988fb94ee998bc8697ddc4fafbb78
treed6536ec187e003bb6a7c87cc8acdef20e16bf6c2
parent3df2e922d46e0c4bba07c3dbc497cdcca6051243
parentdafacbbc07f9fe9782ea6db9481465231ecb8439
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>