commit | 53092f7e074936df43aa4dbf4b6c3df812f3dab9 | [log] [tgz] |
---|---|---|
author | Yauheni Kaliuta <yauheni.kaliuta@redhat.com> | Fri Aug 30 14:51:09 2019 +0300 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Sep 03 15:32:56 2019 +0200 |
tree | dc1d88c972ba893966871bab0118bab16d901e35 | |
parent | ac915762ea3977af49383bd914d506da0905c72e [diff] |
bpf: s390: add JIT support for bpf line info This adds support for generating bpf line info for JITed programs like commit 6f20c71d8505 ("bpf: powerpc64: add JIT support for bpf line info") does for powerpc, but it should pass the array starting from 1. This fixes test_btf. Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com> Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Tested-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>