Re: [PATCH v1 01/12] gna: add driver module
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-02-27 06:34:37
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-02-27 06:34:37
Also in:
lkml
On Fri, Feb 26, 2021 at 07:29:39PM +0100, Maciej Kwapulinski wrote:
Andy Shevchenko [off-list ref] writes:quoted
On Tue, Feb 16, 2021 at 6:11 PM Maciej Kwapulinski [off-list ref] wrote:quoted
....quoted
quoted
+#define GNA_DRV_VER "1.2.0"Nowadays the version is the Git SHA sum.right, "version" is present in about 7% of all modules
And it should be removed from them.
do You mean version should be skipped over (automatically generated) srcversion field? or maybe You suggest any (better) technique?
Drop it entirely from the driver code, it means nothing when the driver is merged into the kernel tree. thanks, greg k-h