On Wed, Jul 06, 2022 at 04:21:01PM +0100, Will Deacon wrote: > > +MODULE_LICENSE("GPL"); > > This needs to be "GPL v2". Nope, that is what this is saying, please see the huge comment in include/linux/module.h right above MODULE_LICENSE(). So all is good here. thanks, greg k-h