Andrey Ignatov 8ff80e96e3 selftests/bpf: Test variable offset stack access
Test different scenarios of indirect variable-offset stack access: out of
bound access (>0), min_off below initialized part of the stack,
max_off+size above initialized part of the stack, initialized stack.

Example of output:
  ...
  #856/p indirect variable-offset stack access, out of bound OK
  #857/p indirect variable-offset stack access, max_off+size > max_initialized OK
  #858/p indirect variable-offset stack access, min_off < min_initialized OK
  #859/p indirect variable-offset stack access, ok OK
  ...

Signed-off-by: Andrey Ignatov <rdna@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2019-03-29 12:05:35 -07:00
..
2018-09-07 16:36:01 -06:00
2019-03-09 14:45:54 -08:00
2019-03-04 11:35:51 -08:00
2018-01-28 22:17:24 -05:00
2019-02-12 10:58:51 -08:00
2019-02-08 23:13:02 +02:00
2018-05-23 15:24:22 -04:00
2019-03-16 13:47:14 -07:00