On 8/30/19 1:51 PM, Yauheni Kaliuta wrote:
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 like x86, see commit 7c2e988f400e ("bpf: fix x64 JIT code generation for jmp to 1st insn"). That fixes test_btf. Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@xxxxxxxxxx>
Applied, thanks! Few notes: please carry on Acked-by/Tested-by from prior version since there haven't been fundamental changes. I've done that manually now. Also, the reference above to x86 is somewhat misleading since both JITs fill the addr array in a different manner and the commit you've referenced is a bug fix (which would be good if someone double checks on s390x). Thanks, Daniel