Skip to content
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

bpftool: Add missing libgen.h for basename() #6212

Closed

Conversation

kernel-patches-daemon-bpf[bot]
Copy link

Pull request for series with
subject: bpftool: Add missing libgen.h for basename()
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 417fa6d
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: f8506c5
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: c040e90
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 9ddf872
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 98e20e5
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 61a40c1
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 00bc898
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 5fe4ee6
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 948f97f
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

The header with the prototype for basename() is missing in the gen.c
file, which breaks the build in distros where that header doesn't get
include by some of the other includes present in gen.c, by luck, fix it.

Noticed when build perf on the Alpine Linux edge.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
@kernel-patches-daemon-bpf
Copy link
Author

Upstream branch: 3fbf612
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=814253
version: 1

@kernel-patches-daemon-bpf
Copy link
Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=814253 expired. Closing PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant