Re: [PATCH net 0/3] BPF fixes on map_value_adj reg types

2017-04-01 Thread David Miller
From: Daniel Borkmann 
Date: Fri, 31 Mar 2017 02:24:01 +0200

> This set adds two fixes for map_value_adj register type in the
> verifier and user space tests along with them for the BPF self
> test suite. For details, please see individual patches.

Series applied and queued up for -stable, thanks Daniel.


[PATCH net 0/3] BPF fixes on map_value_adj reg types

2017-03-30 Thread Daniel Borkmann
This set adds two fixes for map_value_adj register type in the
verifier and user space tests along with them for the BPF self
test suite. For details, please see individual patches.

Thanks!

Daniel Borkmann (3):
  bpf, verifier: fix alu ops against map_value{,_adj} register types
  bpf, verifier: fix rejection of unaligned access checks for map_value_adj
  bpf: add various verifier test cases for self-tests

 kernel/bpf/verifier.c   |  59 +++---
 tools/include/linux/filter.h|  10 ++
 tools/testing/selftests/bpf/Makefile|   9 +-
 tools/testing/selftests/bpf/test_verifier.c | 270 +++-
 4 files changed, 322 insertions(+), 26 deletions(-)

-- 
1.9.3