From: Yonghong Song
Date: Tue, 13 Jun 2017 15:52:12 -0700
> 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 te
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.
Yonghong Song (2):
bpf: permits narrow