Merge branch 'bpf-ctx-narrow'
authorDavid S. Miller <davem@davemloft.net>
Wed, 14 Jun 2017 18:56:26 +0000 (14:56 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Jun 2017 18:56:26 +0000 (14:56 -0400)
Yonghong Song says:

====================
bpf: permit bpf program narrower loads for ctx fields

Today, if users try to access a ctx field through a narrower load, e.g.,
__be16 prot = __sk_buff->protocol, verifier will fail.
This set contains the verifier change to permit such loads for
certain ctx fields as well as the new test cases in selftests/bpf.
====================

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

Trivial merge