All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next] libbpf: Install btf.h with libbpf
@ 2018-05-25 17:23 Andrey Ignatov
  2018-05-25 17:33 ` Martin KaFai Lau
  2018-05-27 22:35 ` Daniel Borkmann
  0 siblings, 2 replies; 4+ messages in thread
From: Andrey Ignatov @ 2018-05-25 17:23 UTC (permalink / raw)
  To: netdev; +Cc: Andrey Ignatov, kafai, ast, daniel, kernel-team

install_headers target should contain all headers that are part of
libbpf. Add missing btf.h

Signed-off-by: Andrey Ignatov <rdna@fb.com>
---
 tools/lib/bpf/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/lib/bpf/Makefile b/tools/lib/bpf/Makefile
index f3fab4a..5390e77 100644
--- a/tools/lib/bpf/Makefile
+++ b/tools/lib/bpf/Makefile
@@ -189,6 +189,7 @@ install_headers:
 	$(call QUIET_INSTALL, headers) \
 		$(call do_install,bpf.h,$(prefix)/include/bpf,644); \
 		$(call do_install,libbpf.h,$(prefix)/include/bpf,644);
+		$(call do_install,btf.h,$(prefix)/include/bpf,644);
 
 install: install_lib
 
-- 
2.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf-next] libbpf: Install btf.h with libbpf
  2018-05-25 17:23 [PATCH bpf-next] libbpf: Install btf.h with libbpf Andrey Ignatov
@ 2018-05-25 17:33 ` Martin KaFai Lau
  2018-05-25 21:57   ` Song Liu
  2018-05-27 22:35 ` Daniel Borkmann
  1 sibling, 1 reply; 4+ messages in thread
From: Martin KaFai Lau @ 2018-05-25 17:33 UTC (permalink / raw)
  To: Andrey Ignatov; +Cc: netdev, ast, daniel, kernel-team

On Fri, May 25, 2018 at 10:23:13AM -0700, Andrey Ignatov wrote:
> install_headers target should contain all headers that are part of
> libbpf. Add missing btf.h
> 
> Signed-off-by: Andrey Ignatov <rdna@fb.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf-next] libbpf: Install btf.h with libbpf
  2018-05-25 17:33 ` Martin KaFai Lau
@ 2018-05-25 21:57   ` Song Liu
  0 siblings, 0 replies; 4+ messages in thread
From: Song Liu @ 2018-05-25 21:57 UTC (permalink / raw)
  To: Martin KaFai Lau; +Cc: Andrey Ignatov, netdev, ast, daniel, kernel-team

On Fri, May 25, 2018 at 10:33 AM, Martin KaFai Lau <kafai@fb.com> wrote:
> On Fri, May 25, 2018 at 10:23:13AM -0700, Andrey Ignatov wrote:
>> install_headers target should contain all headers that are part of
>> libbpf. Add missing btf.h
>>
>> Signed-off-by: Andrey Ignatov <rdna@fb.com>
> Acked-by: Martin KaFai Lau <kafai@fb.com>

Acked-by: Song Liu <songliubraving@fb.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH bpf-next] libbpf: Install btf.h with libbpf
  2018-05-25 17:23 [PATCH bpf-next] libbpf: Install btf.h with libbpf Andrey Ignatov
  2018-05-25 17:33 ` Martin KaFai Lau
@ 2018-05-27 22:35 ` Daniel Borkmann
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Borkmann @ 2018-05-27 22:35 UTC (permalink / raw)
  To: Andrey Ignatov, netdev; +Cc: kafai, ast, kernel-team

On 05/25/2018 07:23 PM, Andrey Ignatov wrote:
> install_headers target should contain all headers that are part of
> libbpf. Add missing btf.h
> 
> Signed-off-by: Andrey Ignatov <rdna@fb.com>

Applied to bpf-next, thanks Andrey!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-27 22:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25 17:23 [PATCH bpf-next] libbpf: Install btf.h with libbpf Andrey Ignatov
2018-05-25 17:33 ` Martin KaFai Lau
2018-05-25 21:57   ` Song Liu
2018-05-27 22:35 ` Daniel Borkmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.