From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758261Ab2CHQMs (ORCPT ); Thu, 8 Mar 2012 11:12:48 -0500 Received: from mo-p00-ob.rzone.de ([81.169.146.160]:34373 "EHLO mo-p00-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751007Ab2CHQMp (ORCPT ); Thu, 8 Mar 2012 11:12:45 -0500 X-RZG-AUTH: :P2EQZWCpfu+qG7CngxMFH1J+zrwiavkK6tmQaLfmztM8TOFHjS0PFKx8 X-RZG-CLASS-ID: mo00 Date: Thu, 8 Mar 2012 17:12:21 +0100 From: Olaf Hering To: Greg KH Cc: davem@davemloft.net, netdev@vger.kernel.org, Haiyang Zhang , linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: Re: [PATCH] net/hyperv: Advertise hv_netvsc instead of netvsc as driver name Message-ID: <20120308161221.GA31415@aepfle.de> References: <1331147131-6660-1-git-send-email-haiyangz@microsoft.com> <20120307201746.GA20900@aepfle.de> <20120307204946.GA4413@kroah.com> <20120308061615.GA25237@aepfle.de> <20120308155219.GC5907@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20120308155219.GC5907@kroah.com> User-Agent: Mutt/1.5.21.rev5543 (2011-12-20) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 08, Greg KH wrote: > > hwinfo uses it to recognize a network interface (storage in case of > > hv_storvsc). > > That tool should report the real module name, not rely on the name to > match based on the structure, if you really care about the real module > name. Its about the driver symlink, not the module name. I think most, if not all, (relevant) drivers use some sort of KBUILD_MODNAME. Why should this driver be any different? Olaf