From: Taeung Song <hidden> Date: 2018-08-21 16:13:13
After the commit eac7d84519a3 ("tools: libbpf: don't return '.text'
as a program for multi-function programs"), bpf_program__next()
in bpf_object__for_each_program skips the function storage such as .text,
so eliminate the duplicate checking.
Cc: Jakub Kicinski <redacted>
Signed-off-by: Taeung Song <redacted>
---
tools/lib/bpf/libbpf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Jakub Kicinski <hidden> Date: 2018-08-21 16:46:59
On Tue, Aug 21, 2018 at 6:12 PM, Taeung Song [off-list ref] wrote:
After the commit eac7d84519a3 ("tools: libbpf: don't return '.text'
as a program for multi-function programs"), bpf_program__next()
in bpf_object__for_each_program skips the function storage such as .text,
so eliminate the duplicate checking.
Cc: Jakub Kicinski <redacted>
Signed-off-by: Taeung Song <redacted>
From: Daniel Borkmann <daniel@iogearbox.net> Date: 2018-08-21 20:11:21
On 08/21/2018 06:46 PM, Jakub Kicinski wrote:
On Tue, Aug 21, 2018 at 6:12 PM, Taeung Song [off-list ref] wrote:
quoted
After the commit eac7d84519a3 ("tools: libbpf: don't return '.text'
as a program for multi-function programs"), bpf_program__next()
in bpf_object__for_each_program skips the function storage such as .text,
so eliminate the duplicate checking.
Cc: Jakub Kicinski <redacted>
Signed-off-by: Taeung Song <redacted>
From: Taeung Song <hidden> Date: 2018-08-22 02:54:39
On 08/22/2018 05:11 AM, Daniel Borkmann wrote:
On 08/21/2018 06:46 PM, Jakub Kicinski wrote:
quoted
On Tue, Aug 21, 2018 at 6:12 PM, Taeung Song [off-list ref] wrote:
quoted
After the commit eac7d84519a3 ("tools: libbpf: don't return '.text'
as a program for multi-function programs"), bpf_program__next()
in bpf_object__for_each_program skips the function storage such as .text,
so eliminate the duplicate checking.
Cc: Jakub Kicinski <redacted>
Signed-off-by: Taeung Song <redacted>