]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-range-marking-fixes'
authorDavid S. Miller <davem@davemloft.net>
Sat, 21 Oct 2017 23:56:10 +0000 (00:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Oct 2017 23:56:10 +0000 (00:56 +0100)
commit2d288f4076a641acd7550f55d06a3e2c25e788e6
tree094fc50d34225194618797023ee25e65413a5e0d
parent7cbb3d604765863a5daef2e5769328407ed040c6
parente85e05b654dcfa075a82c6909a7e83344af8ef29
Merge branch 'bpf-range-marking-fixes'

Daniel Borkmann says:

====================
Two BPF fixes for range marking

The set contains two fixes for direct packet access range
markings and test cases for all direct packet access patterns
that the verifier matches on.

They are targeted for net tree, note that once net gets merged
into net-next, there will be a minor merge conflict due to
signature change of the function find_good_pkt_pointers() as
well as data_meta patterns present in net-next tree. You can
just add bool false to the data_meta patterns and I will
follow-up with properly converting the patterns for data_meta
in a similar way.
====================

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