Revision ba1a68bf1308a71a07d2462f4c38c242e08f92ba authored by Alexei Starovoitov on 23 January 2015, 01:11:09 UTC, committed by David S. Miller on 27 January 2015, 01:20:40 UTC
hash map is unordered, so get_next_key() iterator shouldn't
rely on particular order of elements. So relax this test.

Fixes: ffb65f27a155 ("bpf: add a testsuite for eBPF maps")
Reported-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Acked-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 8ebe667
History
File Mode Size
Makefile -rw-r--r-- 9.6 KB
android.txt -rw-r--r-- 3.0 KB
asciidoc.conf -rw-r--r-- 2.2 KB
examples.txt -rw-r--r-- 8.1 KB
jit-interface.txt -rw-r--r-- 447 bytes
manpage-1.72.xsl -rw-r--r-- 510 bytes
manpage-base.xsl -rw-r--r-- 1.2 KB
manpage-bold-literal.xsl -rw-r--r-- 578 bytes
manpage-normal.xsl -rw-r--r-- 475 bytes
manpage-suppress-sp.xsl -rw-r--r-- 737 bytes
perf-annotate.txt -rw-r--r-- 2.3 KB
perf-archive.txt -rw-r--r-- 475 bytes
perf-bench.txt -rw-r--r-- 4.3 KB
perf-buildid-cache.txt -rw-r--r-- 1.7 KB
perf-buildid-list.txt -rw-r--r-- 831 bytes
perf-diff.txt -rw-r--r-- 5.7 KB
perf-evlist.txt -rw-r--r-- 589 bytes
perf-help.txt -rw-r--r-- 928 bytes
perf-inject.txt -rw-r--r-- 1.2 KB
perf-kmem.txt -rw-r--r-- 793 bytes
perf-kvm.txt -rw-r--r-- 5.3 KB
perf-list.txt -rw-r--r-- 4.3 KB
perf-lock.txt -rw-r--r-- 1.2 KB
perf-mem.txt -rw-r--r-- 1.3 KB
perf-probe.txt -rw-r--r-- 7.4 KB
perf-record.txt -rw-r--r-- 6.9 KB
perf-report.txt -rw-r--r-- 10.5 KB
perf-sched.txt -rw-r--r-- 1.5 KB
perf-script-perl.txt -rw-r--r-- 7.2 KB
perf-script-python.txt -rw-r--r-- 22.7 KB
perf-script.txt -rw-r--r-- 7.4 KB
perf-stat.txt -rw-r--r-- 4.9 KB
perf-test.txt -rw-r--r-- 702 bytes
perf-timechart.txt -rw-r--r-- 3.4 KB
perf-top.txt -rw-r--r-- 5.7 KB
perf-trace.txt -rw-r--r-- 4.3 KB
perf.txt -rw-r--r-- 872 bytes
perfconfig.example -rw-r--r-- 459 bytes

back to top