-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libbpf: Add namespace for errstr making it libbpf_errstr #8701
Conversation
Upstream branch: e16e64f |
Upstream branch: e16e64f |
d3e35bf
to
1468823
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=946009 expired. Closing PR. |
Upstream branch: e16e64f |
1468823
to
ba31b24
Compare
e34fe93
to
8c0b07b
Compare
Upstream branch: 51d6504 |
When statically linking symbols can be replaced with those from other statically linked libraries depending on the link order and the hoped for "multiple definition" error may not appear. To avoid conflicts it is good practice to namespace symbols, this change renames errstr to libbpf_errstr. To avoid churn a #define is used to turn use of errstr(err) to libbpf_errstr(err). Fixes: 1633a83 ("libbpf: Introduce errstr() for stringifying errno") Signed-off-by: Ian Rogers <[email protected]>
ba31b24
to
cfd1734
Compare
8c0b07b
to
c55d243
Compare
At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=946069 irrelevant now. Closing PR. |
Pull request for series with
subject: libbpf: Add namespace for errstr making it libbpf_errstr
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=946009