All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH bpf-next 0/2] libbpf: ABI versioning
@ 2018-11-21 17:40 Andrey Ignatov
  2018-11-21 17:40 ` [PATCH bpf-next 1/2] libbpf: Add version script for DSO Andrey Ignatov
  2018-11-21 17:40 ` [PATCH bpf-next 2/2] libbpf: Verify versioned symbols Andrey Ignatov
  0 siblings, 2 replies; 9+ messages in thread
From: Andrey Ignatov @ 2018-11-21 17:40 UTC (permalink / raw)
  To: netdev; +Cc: Andrey Ignatov, ast, daniel, kernel-team

This patch set adds ABI versioning to libbpf.

Patch 1 adds version script and has more details on why it's needed.
Patch 2 adds simple check that all global symbols are versioned.


Andrey Ignatov (2):
  libbpf: Add version script for DSO
  libbpf: Verify versioned symbols

 tools/lib/bpf/Makefile   |  23 +++++++-
 tools/lib/bpf/libbpf.map | 120 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 141 insertions(+), 2 deletions(-)
 create mode 100644 tools/lib/bpf/libbpf.map

-- 
2.17.1

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

end of thread, other threads:[~2018-11-24 11:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-21 17:40 [PATCH bpf-next 0/2] libbpf: ABI versioning Andrey Ignatov
2018-11-21 17:40 ` [PATCH bpf-next 1/2] libbpf: Add version script for DSO Andrey Ignatov
2018-11-21 20:18   ` Yonghong Song
2018-11-21 22:22     ` Alexei Starovoitov
2018-11-22 10:27       ` Daniel Borkmann
2018-11-24  0:35         ` Andrey Ignatov
2018-11-23 18:44       ` Martin Lau
2018-11-23 20:36         ` Andrey Ignatov
2018-11-21 17:40 ` [PATCH bpf-next 2/2] libbpf: Verify versioned symbols Andrey Ignatov

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.