Re: [PATCH v9 2/2] misc: Add a mechanism to detect stalls on guest vCPUs

From: Greg Kroah-Hartman
Date: Wed Jul 06 2022 - 11:52:27 EST


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