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

Change MODULE_IMPORT_NS() parameter to string literal for kernels >= 6.13 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chrBrd
Copy link
Contributor

@chrBrd chrBrd commented Jan 24, 2025

In kernel 6.13 the MODULE_IMPORT_NS() function has been changed to accept string literals instead of macro expansions.

See torvalds/linux@cdd30eb

Closes #39

…= 6.13

In kernel 6.13 the `MODULE_IMPORT_NS()` function has been changed to accept string literals instead of macro expansions.

See torvalds/linux@cdd30eb
@heitbaum
Copy link

heitbaum commented Feb 1, 2025

Tested an$ working.

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.

MODULE_IMPORT_NS() changed to accept string literals in kernel 6.13
2 participants