From: Andrey Ignatov <rdna@fb.com>
To: <netdev@vger.kernel.org>
Cc: Andrey Ignatov <rdna@fb.com>, <ast@kernel.org>,
<daniel@iogearbox.net>, <kernel-team@fb.com>
Subject: [PATCH bpf-next 0/2] libbpf: ABI versioning
Date: Wed, 21 Nov 2018 09:40:25 -0800 [thread overview]
Message-ID: <cover.1542821624.git.rdna@fb.com> (raw)
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
next reply other threads:[~2018-11-22 4:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-21 17:40 Andrey Ignatov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1542821624.git.rdna@fb.com \
--to=rdna@fb.com \
--cc=ast@kernel.org \
--cc=daniel@iogearbox.net \
--cc=kernel-team@fb.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.