]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'narrow-loads'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 11 Nov 2018 06:29:59 +0000 (22:29 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 11 Nov 2018 06:30:00 +0000 (22:30 -0800)
commita48df8ae31a1e9e2443df20edc137f622e9e7de2
tree909ae9f0eb94d01c31e640c7a4a95f7ff400d959
parent028c3348f7b030544ea095afcb7fb4970f801904
parent4016168825954461af18c62bf572289e2d864685
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>