diff options
author | 2009-03-31 13:05:33 -0600 | |
---|---|---|
committer | 2009-03-31 13:05:33 +1030 | |
commit | c6e665c8f0c18ab3686117905765b5139efd6ebd (patch) | |
tree | 0e478ff0a38a52b2c3ff00024f081c94260fdd61 /include/linux/kernel.h | |
parent | module: Export symbols needed for Ksplice (diff) | |
download | wireguard-linux-c6e665c8f0c18ab3686117905765b5139efd6ebd.tar.xz wireguard-linux-c6e665c8f0c18ab3686117905765b5139efd6ebd.zip |
module: clarify the force-loading taint message.
Impact: Message cleanup
Two of three callers of try_to_force_load() are not because of a
missing version, so change the messages:
Old:
<modname>: no version for "magic" found: kernel tainted.
New:
<modname>: bad vermagic: kernel tainted.
Old:
<modname>: no version for "nocrc" found: kernel tainted.
New:
<modname>: no versions for exported symbols: kernel tainted.
Old:
<modname>: no version for "<symname>" found: kernel tainted.
New:
<modname>: <symname>: kernel tainted.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions