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

mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled #3428

Closed
wants to merge 2 commits into from

Conversation

kernel-patches-bot
Copy link

Pull request for series with
subject: mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=664874

@kernel-patches-bot
Copy link
Author

Master branch: 7193084
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=664874
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: 7193084
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=664874
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: f86d1fb
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=664874
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: f86d1fb
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=664874
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: d55dfe5
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=664874
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: d25f40f
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=664874
version: 1

@kernel-patches-bot
Copy link
Author

Master branch: d25f40f
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=664874
version: 1

Kernel Patches Daemon and others added 2 commits August 5, 2022 10:48
The btf_sock_ids array needs struct mptcp_sock BTF ID for
the bpf_skc_to_mptcp_sock helper.

When CONFIG_MPTCP is disabled, the 'struct mptcp_sock' is not
defined and resolve_btfids will complain with:

  BTFIDS  vmlinux
WARN: resolve_btfids: unresolved symbol mptcp_sock

Adding empty difinition for struct mptcp_sock when CONFIG_MPTCP
is disabled.

Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
@kernel-patches-bot
Copy link
Author

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

@kernel-patches-bot kernel-patches-bot deleted the series/658551=>bpf-next branch August 8, 2022 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants