Re: [PATCH bpf-next 0/3] bpf: Allow narrow loads with offset > 0

2018-11-10 Thread Alexei Starovoitov
On Sat, Nov 10, 2018 at 11:13 AM Alexei Starovoitov wrote: > > On Tue, Nov 06, 2018 at 05:23:25PM -0800, Andrey Ignatov wrote: > > 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

Re: [PATCH bpf-next 0/3] bpf: Allow narrow loads with offset > 0

2018-11-10 Thread Alexei Starovoitov
On Tue, Nov 06, 2018 at 05:23:25PM -0800, Andrey Ignatov wrote: > 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 >

[PATCH bpf-next 0/3] bpf: Allow narrow loads with offset > 0

2018-11-06 Thread Andrey Ignatov
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. Andrey Ignatov (3): bpf: Allow narrow loads with offset > 0