Revision f7017cafcdd7574680fc7faabcb73f91172a14ab authored by Davide Caratti on 09 May 2018, 16:45:42 UTC, committed by David S. Miller on 10 May 2018, 21:28:02 UTC
- correct a typo in the value of 'matchPattern' of test 282d, potentially
 causing false negative
- allow errors when 'teardown' executes '$TC action flush action bpf' in
 test 282d, to fix false positive when it is run with act_bpf unloaded
- correct the value of 'matchPattern' in test e939, causing false positive
 in case the BPF JIT is enabled

Fixes: 440ea4ae1828 ("tc-testing: add selftests for 'bpf' action")
Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Acked-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 6ad4e91
History
File Mode Size
Makefile -rw-r--r-- 1.6 KB
callback_srm.S -rw-r--r-- 2.9 KB
checksum.c -rw-r--r-- 4.6 KB
clear_page.S -rw-r--r-- 490 bytes
clear_user.S -rw-r--r-- 2.4 KB
copy_page.S -rw-r--r-- 620 bytes
copy_user.S -rw-r--r-- 2.1 KB
csum_ipv6_magic.S -rw-r--r-- 2.9 KB
csum_partial_copy.c -rw-r--r-- 8.9 KB
dbg_current.S -rw-r--r-- 441 bytes
dbg_stackcheck.S -rw-r--r-- 466 bytes
dbg_stackkill.S -rw-r--r-- 614 bytes
dec_and_lock.c -rw-r--r-- 910 bytes
divide.S -rw-r--r-- 4.3 KB
ev6-clear_page.S -rw-r--r-- 691 bytes
ev6-clear_user.S -rw-r--r-- 7.0 KB
ev6-copy_page.S -rw-r--r-- 4.2 KB
ev6-copy_user.S -rw-r--r-- 6.9 KB
ev6-csum_ipv6_magic.S -rw-r--r-- 5.2 KB
ev6-divide.S -rw-r--r-- 6.4 KB
ev6-memchr.S -rw-r--r-- 5.3 KB
ev6-memcpy.S -rw-r--r-- 6.2 KB
ev6-memset.S -rw-r--r-- 16.0 KB
ev6-stxcpy.S -rw-r--r-- 9.4 KB
ev6-stxncpy.S -rw-r--r-- 11.3 KB
ev67-strcat.S -rw-r--r-- 1.6 KB
ev67-strchr.S -rw-r--r-- 2.8 KB
ev67-strlen.S -rw-r--r-- 1.3 KB
ev67-strncat.S -rw-r--r-- 2.4 KB
ev67-strrchr.S -rw-r--r-- 3.3 KB
fls.c -rw-r--r-- 1.1 KB
fpreg.c -rw-r--r-- 6.2 KB
memchr.S -rw-r--r-- 4.9 KB
memcpy.c -rw-r--r-- 4.0 KB
memmove.S -rw-r--r-- 2.7 KB
memset.S -rw-r--r-- 3.1 KB
srm_printk.c -rw-r--r-- 692 bytes
srm_puts.c -rw-r--r-- 406 bytes
stacktrace.c -rw-r--r-- 2.6 KB
strcat.S -rw-r--r-- 1.0 KB
strchr.S -rw-r--r-- 2.0 KB
strcpy.S -rw-r--r-- 492 bytes
strlen.S -rw-r--r-- 1.2 KB
strncat.S -rw-r--r-- 1.9 KB
strncpy.S -rw-r--r-- 1.5 KB
strrchr.S -rw-r--r-- 2.8 KB
stxcpy.S -rw-r--r-- 8.8 KB
stxncpy.S -rw-r--r-- 10.6 KB
udelay.c -rw-r--r-- 1.2 KB

back to top