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

libcextract: Add support for Weak symbols for kernel mode #109

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

marcosps
Copy link
Collaborator

Until this point all symbols found in kernel mode (usually using Symvers file), were strong (with externalized variables) or none (which copied the symbols to the closure). Now clang-extract checks is the symbol is present on vmlinux, meaning that the symbol is weak externalized, meaning the the symbol will be always present.

Until this point all symbols found in kernel mode (usually using Symvers
file), were strong (with externalized variables) or none (which copied
the symbols to the closure). Now clang-extract checks is the symbol is
present on vmlinux, meaning that the symbol is weak externalized,
meaning the the symbol will be always present.

Signed-off-by: Marcos Paulo de Souza <mpdesouza@suse.com>
@giulianobelinassi
Copy link
Collaborator

LGTM

@giulianobelinassi giulianobelinassi merged commit 4e7191c into SUSE:main Aug 15, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants