public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [Q] Objects with EXPORT_NO_SYMBOLS
@ 2002-07-13 22:12 Thunder from the hill
  2002-07-13 23:44 ` Kai Germaschewski
  0 siblings, 1 reply; 3+ messages in thread
From: Thunder from the hill @ 2002-07-13 22:12 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi,

Should an object which explicitly defines EXPORT_NO_SYMBOLS be listed in 
export-objs? If not, then I just found some candidates...

							Regards,
							Thunder
-- 
(Use http://www.ebb.org/ungeek if you can't decode)
------BEGIN GEEK CODE BLOCK------
Version: 3.12
GCS/E/G/S/AT d- s++:-- a? C++$ ULAVHI++++$ P++$ L++++(+++++)$ E W-$
N--- o?  K? w-- O- M V$ PS+ PE- Y- PGP+ t+ 5+ X+ R- !tv b++ DI? !D G
e++++ h* r--- y- 
------END GEEK CODE BLOCK------


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Q] Objects with EXPORT_NO_SYMBOLS
  2002-07-13 22:12 [Q] Objects with EXPORT_NO_SYMBOLS Thunder from the hill
@ 2002-07-13 23:44 ` Kai Germaschewski
  2002-07-14 10:07   ` Dave Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Germaschewski @ 2002-07-13 23:44 UTC (permalink / raw)
  To: Thunder from the hill; +Cc: Linux Kernel Mailing List

On Sat, 13 Jul 2002, Thunder from the hill wrote:

> Should an object which explicitly defines EXPORT_NO_SYMBOLS be listed in 
> export-objs? If not, then I just found some candidates...

In 2.5, there shouldn't be any source which has an "EXPORT_NO_SYMBOLS"  
line, if so just delete it.

Generally (2.4 and 2.5), a file should be listed in export-objs iff the
source contains some "EXPORT_SYMBOL(...)" statement.

--Kai



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Q] Objects with EXPORT_NO_SYMBOLS
  2002-07-13 23:44 ` Kai Germaschewski
@ 2002-07-14 10:07   ` Dave Jones
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Jones @ 2002-07-14 10:07 UTC (permalink / raw)
  To: Kai Germaschewski; +Cc: Thunder from the hill, Linux Kernel Mailing List

On Sat, Jul 13, 2002 at 06:44:43PM -0500, Kai Germaschewski wrote:
 > On Sat, 13 Jul 2002, Thunder from the hill wrote:
 > 
 > > Should an object which explicitly defines EXPORT_NO_SYMBOLS be listed in 
 > > export-objs? If not, then I just found some candidates...
 > 
 > In 2.5, there shouldn't be any source which has an "EXPORT_NO_SYMBOLS"  
 > line, if so just delete it.

Unless a driver author is sharing the same source between 2.4/2.5
Adding a (harmless) EXPORT_NO_SYMBOLS to 2.5 source would be preferable
to wrapping it in a kernel version ifdef.

        Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-14 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-13 22:12 [Q] Objects with EXPORT_NO_SYMBOLS Thunder from the hill
2002-07-13 23:44 ` Kai Germaschewski
2002-07-14 10:07   ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox