diff options
| author | Andrey Ignatov <[email protected]> | 2018-11-10 22:15:14 -0800 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2018-11-10 22:29:59 -0800 |
| commit | 6c2afb674dbda9b736b8f09c976516e1e788860a (patch) | |
| tree | 2d03d5868d7f12e7317816e72da7bd4fbdc7370d /tools/perf/scripts/python/syscall-counts.py | |
| parent | 46f53a65d2de3e1591636c22b626b09d8684fd71 (diff) | |
selftests/bpf: Test narrow loads with off > 0 in test_verifier
Test the following narrow loads in test_verifier for context __sk_buff:
* off=1, size=1 - ok;
* off=2, size=1 - ok;
* off=3, size=1 - ok;
* off=0, size=2 - ok;
* off=1, size=2 - fail;
* off=0, size=2 - ok;
* off=3, size=2 - fail.
Signed-off-by: Andrey Ignatov <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions