public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Modversions and long symbol names
@ 2009-01-20 17:36 Shawn Bohrer
  2009-01-27 23:13 ` Shawn Bohrer
  2009-01-28 13:08 ` Rusty Russell
  0 siblings, 2 replies; 3+ messages in thread
From: Shawn Bohrer @ 2009-01-20 17:36 UTC (permalink / raw)
  To: rusty; +Cc: linux-kernel

Currently when modversions is enabled the kernel will not load any
modules that depend on exported symbols with names longer than
64 - sizeof(unsigned long) characters.

This is because the struct modversion_info has the name member set to a
size of MODULE_NAME_LEN.  This is not the module name this is the symbol
name so I'm guessing this is a mistake or at least a misused constant.

Is it possible to increase this size to something more reasonable like
512 characters?

--
Shawn

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

end of thread, other threads:[~2009-01-28 13:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-20 17:36 Modversions and long symbol names Shawn Bohrer
2009-01-27 23:13 ` Shawn Bohrer
2009-01-28 13:08 ` Rusty Russell

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