On Thu, Nov 01, 2018 at 12:00:55AM -0700, Song Liu wrote: > This set improves bpf program address showed in /proc/kallsyms and in > bpf_prog_info. First, real program address is showed instead of page > address. Second, when there is no subprogram, bpf_prog_info->jited_ksyms > returns the main prog address.
For the set: Acked-by: Alexei Starovoitov <a...@kernel.org> I think we have to make the whole thing consistent like this set does and send it to stable. The only other alternative is to invent new cmd and prog_info fields to return proper jited_ksyms and keep this one buggy forever. My preference is to fix it.