mbox series

[net-next,0/3] BPF range marking improvements for meta data

Message ID cover.1509576758.git.daniel@iogearbox.net
Headers show
Series BPF range marking improvements for meta data | expand

Message

Daniel Borkmann Nov. 1, 2017, 10:58 p.m. UTC
The set contains improvements for direct packet access range
markings related to data_meta pointer and test cases for all
such access patterns that the verifier matches on.

Thanks!

Daniel Borkmann (3):
  bpf: minor cleanups after merge
  bpf: also improve pattern matches for meta access
  bpf: add test cases to bpf selftests to cover all meta tests

 kernel/bpf/verifier.c                       | 167 +++++----
 tools/testing/selftests/bpf/test_verifier.c | 552 +++++++++++++++++++++++++---
 2 files changed, 594 insertions(+), 125 deletions(-)

Comments

David Miller Nov. 2, 2017, 8:02 a.m. UTC | #1
From: Daniel Borkmann <daniel@iogearbox.net>
Date: Wed,  1 Nov 2017 23:58:08 +0100

> The set contains improvements for direct packet access range
> markings related to data_meta pointer and test cases for all
> such access patterns that the verifier matches on.

Series applied.

Thanks, in particular, for following up with the merge
cleanups.