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

fix: rohc_buf_* export preventing compilation in kernel module mode #9

Open
wants to merge 1 commit into
base: 2.3.x
Choose a base branch
from

Conversation

WeirdyBenji
Copy link

@WeirdyBenji WeirdyBenji commented Oct 11, 2023

Scope: kernel module compilation

The following error is present across various linux systems and architectures with kernel version 5.10+ (tested with gcc-11.3+):
https://answers.launchpad.net/rohc/+question/707783
ERROR: modpost: "rohc_buf_is_empty" [...] is a static EXPORT_SYMBOL_GPL
ERROR: modpost: "rohc_buf_is_malformed" [...] is a static EXPORT_SYMBOL_GPL ...

I target branch 2.3.x because I only worked on v2.3.1

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.

1 participant