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

compiler_types: Refactor the use of btf_type_tag attribute. #2691

Closed
wants to merge 2 commits into from

Conversation

kernel-patches-bot
Copy link

Pull request for series with
subject: compiler_types: Refactor the use of btf_type_tag attribute.
version: 1
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=622391

@kernel-patches-bot
Copy link
Author

Master branch: 743bec1
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=622391
version: 1

@kernel-patches-bot
Copy link
Author

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

@kernel-patches-bot
Copy link
Author

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

@kernel-patches-bot
Copy link
Author

Master branch: 357b3cc
series: https://patchwork.kernel.org/project/netdevbpf/list/?series=622391
version: 1

@kernel-patches-bot
Copy link
Author

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

Previous patches have introduced the compiler attribute btf_type_tag for
__user and __percpu. The availability of this attribute depends on
some CONFIGs and compiler support. This patch refactors the use
of btf_type_tag by introducing BTF_TYPE_TAG, which hides all the
dependencies.

No functional change.

Suggested-by: Andrii Nakryiko <andrii@kernel.org>
Cc: Yonghong Song <yhs@fb.com>
Signed-off-by: Hao Luo <haoluo@google.com>
Acked-by: Yonghong Song <yhs@fb.com>
@kernel-patches-bot
Copy link
Author

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

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