From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5DD62C433DB for ; Sat, 27 Feb 2021 06:34:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1089164EC4 for ; Sat, 27 Feb 2021 06:34:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230012AbhB0GeX (ORCPT ); Sat, 27 Feb 2021 01:34:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:38982 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229554AbhB0GeT (ORCPT ); Sat, 27 Feb 2021 01:34:19 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8BD8664E60; Sat, 27 Feb 2021 06:33:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614407618; bh=hPrMFC+Ygct040kW5JEcTSOS+HxpDkAB5GYpG8D3qDE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mo7zcR5toS4981MKiJ4tPNqwOPHUGD87cZxZJcKqWHb80Aa71GLlRLSrRkoKpTNGz lDwM53N2vzPxjN3ILDKxZRj+lj5x8Gz2avurBU9SSgiVzWGQcIIt8RIHLMDUlOqgRy V/M6J3WKJvWhXxjy86tTKUikPzFpgNOqOxxmJgpE= Date: Sat, 27 Feb 2021 07:33:34 +0100 From: Greg Kroah-Hartman To: Maciej Kwapulinski Cc: Andy Shevchenko , Arnd Bergmann , Jonathan Corbet , Derek Kiernan , Dragan Cvetic , Linux Kernel Mailing List , Linux Documentation List , Tomasz Jankowski , Savo Novakovic , Jianxun Zhang Subject: Re: [PATCH v1 01/12] gna: add driver module Message-ID: References: <20210216160525.5028-1-maciej.kwapulinski@linux.intel.com> <20210216160525.5028-2-maciej.kwapulinski@linux.intel.com> <85tupysmwc.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <85tupysmwc.fsf@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 26, 2021 at 07:29:39PM +0100, Maciej Kwapulinski wrote: > > Andy Shevchenko writes: > > > On Tue, Feb 16, 2021 at 6:11 PM Maciej Kwapulinski > > wrote: > >> > .... > >> +#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