You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
Builds break with kernel 6.13 as
MODULE_IMPORT_NS()has been changed to accept string literals instead of constants:This is simple enough to fix, as seen in torvalds/linux@cdd30eb.
I'll have a PR up shortly.