From: David S. Miller Date: Wed, 14 Jun 2017 18:56:26 +0000 (-0400) Subject: Merge branch 'bpf-ctx-narrow' X-Git-Tag: v4.13-rc1~157^2~195 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2fae5d0e647c6470d206e72b5fc24972bb900f70;p=linux.git Merge branch 'bpf-ctx-narrow' 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 --- 2fae5d0e647c6470d206e72b5fc24972bb900f70