On Tue, Sep 15, 2020 at 5:42 PM Ilya Leoshkevich <iii@xxxxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxxxx> > --- > LGTM. Acked-by: Andrii Nakryiko <andriin@xxxxxx> > Previous discussion: > https://lore.kernel.org/bpf/20200728120059.132256-3-iii@xxxxxxxxxxxxx > > samples/bpf/test_map_in_map_kern.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > [...]