All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Kwan <joshk@triplehelix.org>
To: sparclinux@vger.kernel.org
Subject: [sparc32] unversioned udiv taints kernel
Date: Fri, 27 Aug 2004 19:22:22 +0000	[thread overview]
Message-ID: <cgo1li$t40$1@sea.gmane.org> (raw)

[-- 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 --]

             reply	other threads:[~2004-08-27 19:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-27 19:22 Joshua Kwan [this message]
2004-08-27 20:05 ` [sparc32] unversioned udiv taints kernel Keith M Wesolowski
2004-08-27 20:06 ` Joshua Kwan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='cgo1li$t40$1@sea.gmane.org' \
    --to=joshk@triplehelix.org \
    --cc=sparclinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.