commit | f55f4c349a03d820c27145bdf457013b42e4b487 | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <[email protected]> | Tue Sep 15 13:55:19 2020 +0200 |
committer | Daniel Borkmann <[email protected]> | 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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]