From: Thomas Graf <tg...@suug.ch> Date: Thu, 27 Oct 2016 11:23:51 +0200
> The verifier currently prints raw function ids when printing CALL > instructions or when complaining: > > 5: (85) call 23 > unknown func 23 > > print a meaningful function name instead: > > 5: (85) call bpf_redirect#23 > unknown func bpf_redirect#23 > > Moves the function documentation to a single comment and renames all > helpers names in the list to conform to the bpf_ prefix notation so > they can be greped in the kernel source. > > Signed-off-by: Thomas Graf <tg...@suug.ch> > Acked-by: Daniel Borkmann <dan...@iogearbox.net> > Acked-by: Alexei Starovoitov <a...@kernel.org> Applied.