linux/tools/include/linux
Daniel Borkmann 614d0d77b4 bpf: add various verifier test cases
This patch adds various verifier test cases:

1) A test case for the pruning issue when tracking alignment
   is used.
2) Various PTR_TO_MAP_VALUE_OR_NULL tests to make sure pointer
   arithmetic turns such register into UNKNOWN_VALUE type.
3) Test cases for the special treatment of LD_ABS/LD_IND to
   make sure verifier doesn't break calling convention here.
   Latter is needed, since f.e. arm64 JIT uses r1 - r5 for
   storing temporary data, so they really must be marked as
   NOT_INIT.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-05-25 13:44:28 -04:00
..
atomic.h tools include: Introduce atomic_cmpxchg_{relaxed,release}() 2017-03-03 19:07:14 -03:00
bitmap.h radix tree test suite: Remove duplicate bitops code 2017-01-27 21:29:39 -05:00
bitops.h radix tree test suite: Remove duplicate bitops code 2017-01-27 21:29:39 -05:00
bug.h tools include: Introduce linux/bug.h, from the kernel sources 2017-04-19 13:01:42 -03:00
compiler-gcc.h tools include: Adopt __same_type() and __must_be_array() from the kernel 2017-04-19 13:01:42 -03:00
compiler.h tools include: Adopt __same_type() and __must_be_array() from the kernel 2017-04-19 13:01:42 -03:00
coresight-pmu.h
err.h
export.h
filter.h bpf: add various verifier test cases 2017-05-25 13:44:28 -04:00
hash.h
hashtable.h tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h 2017-04-19 13:01:45 -03:00
kernel.h tools include: Move ARRAY_SIZE() to linux/kernel.h 2017-04-19 13:01:43 -03:00
list.h
log2.h tools include: Include missing headers for fls() and types in linux/log2.h 2017-04-19 13:01:49 -03:00
poison.h
rbtree.h
rbtree_augmented.h
refcount.h tools include: Adopt kernel's refcount.h 2017-03-03 19:07:14 -03:00
spinlock.h radix tree test suite: Remove types.h 2017-02-13 16:09:41 -05:00
string.h tools lib string: Adopt prefixcmp() from perf and subcmd 2017-04-26 15:49:21 -03:00
stringify.h
time64.h
types.h tools include uapi: Grab copies of stat.h and fcntl.h 2017-03-31 11:26:03 -03:00