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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23C68C433FE for ; Wed, 16 Nov 2022 05:00:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231918AbiKPFAR (ORCPT ); Wed, 16 Nov 2022 00:00:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbiKPFAL (ORCPT ); Wed, 16 Nov 2022 00:00:11 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 373441B1D0; Tue, 15 Nov 2022 21:00:11 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D11186183D; Wed, 16 Nov 2022 05:00:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DD4BC433D6; Wed, 16 Nov 2022 05:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668574810; bh=83gteDewTMe5flZHppBv5SyZK9BuP1LXd6o4ionEeXs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NEs0hcPdRTcGIicn3r35yP6A/BhWq08Epx+jowLOrypAf8zgVtgqFPxK0O2YZ55+B 12PvnwwsqjUfY3GTg8HDB5MZuwIOK7O4d42qJ/IegIK3iScJpRUfeRE8W1tagUNx7x JCC5ckbi7xDp4PZOOtYffjhRWMnxulQuIVGMoajysXuPqHnsgyqSuhgZEq7Hcr4GYv EtAV/wOWN2u7ebHPWK3TwjaeqspPtDjOXxSg17VMYzvJ0xWbXnQdL/J3cpjVAJ85iX NBvGlt/sySjPPqvsEzrD/TqGZzHM7HOnSU4XDlT+2QwLquIXadUo+uEY3PLJ9BcAl7 xio/3OLievWrw== Date: Tue, 15 Nov 2022 21:00:05 -0800 From: Saeed Mahameed To: Andrew Lunn Cc: Jerry Ray , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [net-next][PATCH] dsa: lan9303: Changed ethtool stats Message-ID: References: <20221114210233.27225-1-jerry.ray@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14 Nov 22:11, Andrew Lunn wrote: >Hi Jerry > >> Added a version number to the module. > >Don't bother, it is useless. A driver is not standalone, it depends on >the rest of the kernel around it. Somebody telling you version 1.1 is >broken is no help, you have no idea what version of mainline is around >it, or if it is a backport in a vendor kernel along with 1000 other >patches. > >And as a general comment, one patch should do one thing. Please break >this up into a patchset. > > Andrew Just drop the MODULE_VERSION it's getting removed from all modules, Gregkh is always asking to remove them. https://lore.kernel.org/lkml/20210528092242.51104-2-eli.billauer@gmail.com/