[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20171012.230450.1204546400655929554.davem@davemloft.net>
Date: Thu, 12 Oct 2017 23:04:50 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: rahul.lakkireddy@...lsio.com
Cc: netdev@...r.kernel.org, ganeshgr@...lsio.com,
nirranjan@...lsio.com, indranil@...lsio.com
Subject: Re: [PATCH net-next 0/8] cxgb4: add support to get hardware debug
logs via ethtool
From: Rahul Lakkireddy <rahul.lakkireddy@...lsio.com>
Date: Thu, 12 Oct 2017 13:54:37 +0530
> This series of patches add support to collect hardware debug logs
> via ethtool --get-dump facility.
There is a lot of global namespace pollution added by these
changes.
A lot of the global symbols you add in this new code have very
poorly namespaced names like "collect_mem_info()"
If the driver is built statically into the kernel this will pollute
the global namespace and conflict with any symbols elsewhere in the
kernel that have the same name.
So please use a proper "cxgb4_" or similar prefix for any non-static
symbols in the driver.
Thank you.
Powered by blists - more mailing lists