]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-ctx-info-out-of-verifier'
authorDavid S. Miller <davem@davemloft.net>
Wed, 18 Oct 2017 13:17:11 +0000 (14:17 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Oct 2017 13:17:11 +0000 (14:17 +0100)
commitef96f0789e3af9c6ac2fe5af4f913e2dfa752232
tree7e497a6e77e7b929801554eedfc4ea1b431d1e22
parentdfb8b54b8021f78f6cce7b3579763b0ee60f5bd3
parent1d9f5414b4fba039169d6dc6af641d64cffedf93
Merge branch 'bpf-ctx-info-out-of-verifier'

Jakub Kicinski says:

====================
bpf: move context info out of the verifier

Daniel pointed out during the review of my previous patchset that
the knowledge about context doesn't really belong directly in the
verifier.  This patch set takes a bit of a drastic approach to
move the info out of there.  I want to be able to use different
set of verifier_ops for program analysis.  To do that, I have
to first move the test_run callback to a separate structure.  Then
verifier ops can be declared in the verifier directly and
different sets can be picked for verification vs analysis.
====================

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