]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
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)
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>

Trivial merge