commit | f55f4c349a03d820c27145bdf457013b42e4b487 | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Tue Sep 15 13:55:19 2020 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Sat Sep 19 01:02:55 2020 +0200 |
tree | 266e28034715da63b6ce6c1b368042c9eea275bf | |
parent | fec47bbc10b243690f5d0ee484a0bbdee273e71b [diff] |
samples/bpf: Fix test_map_in_map on s390 s390 uses socketcall multiplexer instead of individual socket syscalls. Therefore, "kprobe/" SYSCALL(sys_connect) does not trigger and test_map_in_map fails. Fix by using "kprobe/__sys_connect" instead. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20200915115519.3769807-1-iii@linux.ibm.com