* [sparc32] unversioned udiv taints kernel @ 2004-08-27 19:22 Joshua Kwan 2004-08-27 20:05 ` Keith M Wesolowski 2004-08-27 20:06 ` Joshua Kwan 0 siblings, 2 replies; 3+ messages in thread From: Joshua Kwan @ 2004-08-27 19:22 UTC (permalink / raw) To: sparclinux [-- Attachment #1: Type: text/plain, Size: 663 bytes --] Hello, I finally got some kernel-images for 2.6 built up on sparc32, but one thing I had to do to get stuff to fit the 2500KB limit was to break out scsi into modules and use an initial ramdisk. However: $ dmesg | grep udiv scsi_mod: no version for "udiv" found: kernel tainted. This is the only such occurrence. arch/sparc/kernel/sparc_ksyms.c says: EXPORT_SYMBOL(udiv); Christoph Hellwig suggested EXPORT_SYMBOL_NOVERS but: /* We don't mangle the actual symbol anymore, so no need for * special casing EXPORT_SYMBOL_NOVERS. FIXME: Deprecated */ #define EXPORT_SYMBOL_NOVERS(sym) EXPORT_SYMBOL(sym) What's the right way to fix this? -- Joshua Kwan [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 894 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [sparc32] unversioned udiv taints kernel 2004-08-27 19:22 [sparc32] unversioned udiv taints kernel Joshua Kwan @ 2004-08-27 20:05 ` Keith M Wesolowski 2004-08-27 20:06 ` Joshua Kwan 1 sibling, 0 replies; 3+ messages in thread From: Keith M Wesolowski @ 2004-08-27 20:05 UTC (permalink / raw) To: sparclinux On Fri, Aug 27, 2004 at 12:22:22PM -0700, Joshua Kwan wrote: > $ dmesg | grep udiv > scsi_mod: no version for "udiv" found: kernel tainted. > > This is the only such occurrence. arch/sparc/kernel/sparc_ksyms.c says: > > EXPORT_SYMBOL(udiv); > > Christoph Hellwig suggested EXPORT_SYMBOL_NOVERS but: > > /* We don't mangle the actual symbol anymore, so no need for > * special casing EXPORT_SYMBOL_NOVERS. FIXME: Deprecated */ > #define EXPORT_SYMBOL_NOVERS(sym) EXPORT_SYMBOL(sym) > > What's the right way to fix this? The versioning method has changed; all symbols are versioned now using a different method. I believe I had fixed this quite a while ago - check the bk logs. What kernel are you using? -- Keith M Wesolowski "Site launched. Many things not yet working." --Hector Urtubia ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [sparc32] unversioned udiv taints kernel 2004-08-27 19:22 [sparc32] unversioned udiv taints kernel Joshua Kwan 2004-08-27 20:05 ` Keith M Wesolowski @ 2004-08-27 20:06 ` Joshua Kwan 1 sibling, 0 replies; 3+ messages in thread From: Joshua Kwan @ 2004-08-27 20:06 UTC (permalink / raw) To: sparclinux [-- Attachment #1: Type: text/plain, Size: 306 bytes --] Keith M Wesolowski wrote: > The versioning method has changed; all symbols are versioned now using > a different method. I believe I had fixed this quite a while ago - > check the bk logs. What kernel are you using? 2.6.8.1. It's reproducible any time core SCSI support is modularized. -- Joshua Kwan [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 894 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-08-27 20:06 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-08-27 19:22 [sparc32] unversioned udiv taints kernel Joshua Kwan 2004-08-27 20:05 ` Keith M Wesolowski 2004-08-27 20:06 ` Joshua Kwan
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.