[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100825.152243.260093985.davem@davemloft.net>
Date: Wed, 25 Aug 2010 15:22:43 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: rmody@...cade.com
Cc: netdev@...r.kernel.org, amathur@...cade.com, ddutt@...cade.com,
huangj@...cade.com
Subject: Re: [net-next-2.6 1/1]: bna: Fix build break for allyesconfig
From: Rasesh Mody <rmody@...cade.com>
Date: Wed, 25 Aug 2010 14:32:10 -0700
> From: Rasesh Mody <rmody@...cade.com>
>
> This patch contains a fix for the build break caused by multiple
> definitions of symbols between Brocade's FC/FCOE driver(BFA)
> and 10G Networking Driver(BNA).
>
> The fix is to make BNA a module only driver.
>
> Signed-off-by: Debashis Dutt <ddutt@...cade.com>
> Signed-off-by: Rasesh Mody <rmody@...cade.com>
You have to be kidding me. This fix is totally unacceptable.
You have to go through your two drivers and:
1) Mark as 'static' symbols that don't actually need global
visibility.
2) Make the two drivers use unique namespaces for the function
names that must be globally visible for whatever reason.
You are really trying my patience, fix this properly and promptly
or I'm removing your driver from the tree.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists