netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bpf, libbpf: Add .so files to gitignore
@ 2019-04-30 16:25 mrostecki
  2019-04-30 17:27 ` Michal Rostecki
  0 siblings, 1 reply; 4+ messages in thread
From: mrostecki @ 2019-04-30 16:25 UTC (permalink / raw)
  Cc: Michal Rostecki, Alexei Starovoitov, Daniel Borkmann,
	Martin KaFai Lau, Song Liu, Yonghong Song, netdev, bpf,
	linux-kernel

From: Michal Rostecki <mrostecki@opensuse.org>

This change adds libbpf shared libraries to .gitignore which were
previously not included there.

Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
---
 tools/lib/bpf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/lib/bpf/.gitignore b/tools/lib/bpf/.gitignore
index 7d9e182a1f51..0b181b23f97d 100644
--- a/tools/lib/bpf/.gitignore
+++ b/tools/lib/bpf/.gitignore
@@ -1,4 +1,5 @@
 libbpf_version.h
 libbpf.pc
+libbpf.so.0*
 FEATURE-DUMP.libbpf
 test_libbpf
-- 
2.21.0


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

* Re: [PATCH] bpf, libbpf: Add .so files to gitignore
  2019-04-30 16:25 [PATCH] bpf, libbpf: Add .so files to gitignore mrostecki
@ 2019-04-30 17:27 ` Michal Rostecki
  2019-04-30 21:08   ` Y Song
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Rostecki @ 2019-04-30 17:27 UTC (permalink / raw)
  To: mrostecki
  Cc: Alexei Starovoitov, Daniel Borkmann, Martin KaFai Lau, Song Liu,
	Yonghong Song, netdev, bpf, linux-kernel

I forgot to add "bpf-next" to the subject prefix, sorry!

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

* Re: [PATCH] bpf, libbpf: Add .so files to gitignore
  2019-04-30 17:27 ` Michal Rostecki
@ 2019-04-30 21:08   ` Y Song
  2019-05-02  8:12     ` Michal Rostecki
  0 siblings, 1 reply; 4+ messages in thread
From: Y Song @ 2019-04-30 21:08 UTC (permalink / raw)
  To: Michal Rostecki
  Cc: Alexei Starovoitov, Daniel Borkmann, Martin KaFai Lau, Song Liu,
	Yonghong Song, netdev, bpf, LKML

On Tue, Apr 30, 2019 at 10:28 AM Michal Rostecki <mrostecki@opensuse.org> wrote:
>
> I forgot to add "bpf-next" to the subject prefix, sorry!

Maybe you can submit a v2 of this patch with my ack below so the patch
can be easily applied without tweaking?
Acked-by: Yonghong Song <yhs@fb.com>

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

* Re: [PATCH] bpf, libbpf: Add .so files to gitignore
  2019-04-30 21:08   ` Y Song
@ 2019-05-02  8:12     ` Michal Rostecki
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Rostecki @ 2019-05-02  8:12 UTC (permalink / raw)
  To: Y Song
  Cc: Michal Rostecki, Alexei Starovoitov, Daniel Borkmann,
	Martin KaFai Lau, Song Liu, Yonghong Song, netdev, bpf, LKML

On Tue, Apr 30, 2019 at 02:08:35PM -0700, Y Song wrote:
> On Tue, Apr 30, 2019 at 10:28 AM Michal Rostecki <mrostecki@opensuse.org> wrote:
> >
> > I forgot to add "bpf-next" to the subject prefix, sorry!
> 
> Maybe you can submit a v2 of this patch with my ack below so the patch
> can be easily applied without tweaking?
> Acked-by: Yonghong Song <yhs@fb.com>

Sure, I will do it now.

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

end of thread, other threads:[~2019-05-02  8:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-30 16:25 [PATCH] bpf, libbpf: Add .so files to gitignore mrostecki
2019-04-30 17:27 ` Michal Rostecki
2019-04-30 21:08   ` Y Song
2019-05-02  8:12     ` Michal Rostecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).