commit | 407be8d03e20d70d15cd8c21591202a591e3c2b2 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@kernel.org> | Sat Nov 10 22:29:59 2018 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Nov 10 22:30:00 2018 -0800 |
tree | 909ae9f0eb94d01c31e640c7a4a95f7ff400d959 | |
parent | f2cbf95826fb9c0ccdcb5dfec1a7de8203fd7269 [diff] | |
parent | e7605475f5f1af58668701b5ffe7763bdeb28527 [diff] |
Merge branch 'narrow-loads' Andrey Ignatov says: ==================== This patch set adds support for narrow loads with offset > 0 to BPF verifier. Patch 1 provides more details and is the main patch in the set. Patches 2 and 3 add new test cases to test_verifier and test_sock_addr selftests. v1->v2: - fix -Wdeclaration-after-statement warning. ==================== Signed-off-by: Alexei Starovoitov <ast@kernel.org>