Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

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

Open
chrBrd wants to merge 1 commit into
google:mainfrom
chrBrd:main
Open

Change MODULE_IMPORT_NS() parameter to string literal for kernels >= 6.13#40
chrBrd wants to merge 1 commit into
google:mainfrom
chrBrd:main

Conversation

@chrBrd

@chrBrd chrBrd commented Jan 24, 2025

Copy link
Copy Markdown
Contributor

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

heitbaum commented Feb 1, 2025

Copy link
Copy Markdown

Tested an$ working.

@rm-hull

rm-hull commented Apr 21, 2025

Copy link
Copy Markdown

Can this be merged into main please?

maximilian-glumann added a commit to teamspatzenhirn/gasket-driver that referenced this pull request Jul 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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

3 participants