The Linux module in this repository incorrectly declares MODULE_LICENSE("GPL"). According to the LICENSE-file in the repository, this project is licensed under MIT. I propose dual-licensing this project using Dual MIT/GPL and declaring MODULE_LICENSE("Dual MIT/GPL"). This will still allow you to use GPL-only symbols. Of course there's also the option to relicensing to GPL-2.0-only or GPL-2.0-and-later and just keeping MODULE_LICENSE("GPL").
The Linux module in this repository incorrectly declares
MODULE_LICENSE("GPL"). According to the LICENSE-file in the repository, this project is licensed under MIT. I propose dual-licensing this project using Dual MIT/GPL and declaringMODULE_LICENSE("Dual MIT/GPL"). This will still allow you to use GPL-only symbols. Of course there's also the option to relicensing to GPL-2.0-only or GPL-2.0-and-later and just keepingMODULE_LICENSE("GPL").