Skip to content

Conversation

@kernel-patches-daemon-bpf-rc
Copy link

Pull request for series with
subject: selftests: bpf: Add missing symbol declarations to common header
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=987558

@kernel-patches-daemon-bpf-rc
Copy link
Author

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

@kernel-patches-daemon-bpf-rc
Copy link
Author

Upstream branch: 821c9e5
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=987558
version: 1

@kernel-patches-daemon-bpf-rc
Copy link
Author

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

Fix implicit function declaration errors in bpf_qdisc_xxx.c by adding
the required kernel symbol declarations to the shared header file
bpf_qdisc_common.h. This ensures all qdisc BPF programs can properly
resolve these kernel functions.

The added declarations include:
- bpf_qdisc_skb_drop
- bpf_qdisc_bstats_update
- bpf_kfree_skb
- bpf_skb_get_hash
- bpf_qdisc_watchdog_schedule

Using a common header prevents duplication and ensures consistency
across different qdisc implementations.

Signed-off-by: Yuan Chen <[email protected]>
@kernel-patches-daemon-bpf-rc
Copy link
Author

At least one diff in series https://patchwork.kernel.org/project/netdevbpf/list/?series=987558 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.

2 participants