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

backport: fix MODULE_IMPORT_NS() with Linux 6.13 #149

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

pcolberg
Copy link
Contributor

@pcolberg pcolberg commented Dec 9, 2024

The macro MODULE_IMPORT_NS() no longer stringifies its argument since commit cdd30ebb1b9f ("module: Convert symbol namespace to string literal"), which must now be done by the caller.

@pcolberg pcolberg requested a review from fpgamatt December 9, 2024 19:20
@pcolberg pcolberg self-assigned this Dec 9, 2024
@pcolberg pcolberg marked this pull request as draft December 9, 2024 19:22
@pcolberg

This comment was marked as resolved.

@pcolberg pcolberg force-pushed the pcolberg/6.13-MODULE_IMPORT_NS branch 3 times, most recently from 4f3c2a5 to d1bf4e4 Compare December 9, 2024 20:47
@pcolberg pcolberg marked this pull request as ready for review December 9, 2024 20:48
@pcolberg pcolberg force-pushed the pcolberg/6.13-MODULE_IMPORT_NS branch 2 times, most recently from 0c9b649 to 0f48474 Compare December 9, 2024 20:51
@pcolberg pcolberg marked this pull request as draft December 9, 2024 20:55
@pcolberg

This comment was marked as resolved.

@pcolberg pcolberg force-pushed the pcolberg/6.13-MODULE_IMPORT_NS branch from 268fb24 to c47e0a0 Compare December 9, 2024 21:23
The macro EXPORT_SYMBOL_NS_GPL() no longer stringifies its argument
since commit cdd30ebb1b9f ("module: Convert symbol namespace to
string literal"), which must now be done by the caller.

Fixes: 7613542 ("backport: Add definitions for module namespace")
Signed-off-by: Peter Colberg <[email protected]>
The macro MODULE_IMPORT_NS() no longer stringifies its argument
since commit cdd30ebb1b9f ("module: Convert symbol namespace to
string literal"), which must now be done by the caller.

Fixes: 7613542 ("backport: Add definitions for module namespace")
Signed-off-by: Peter Colberg <[email protected]>
@pcolberg pcolberg force-pushed the pcolberg/6.13-MODULE_IMPORT_NS branch from c47e0a0 to b13949c Compare December 9, 2024 21:52
@pcolberg pcolberg marked this pull request as ready for review December 9, 2024 21:53
@pcolberg pcolberg merged commit b169652 into intel/fpga-ofs-dev-6.6-lts Dec 16, 2024
17 checks passed
@pcolberg pcolberg deleted the pcolberg/6.13-MODULE_IMPORT_NS branch December 16, 2024 20:53
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