From: Rusty Russell <rusty@rustcorp.com.au>
To: ookhoi@humilis.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.59 Oops with insmod aironet4500_proc
Date: Mon, 10 Feb 2003 12:50:50 +1100 [thread overview]
Message-ID: <20030210015137.4C0B82C053@lists.samba.org> (raw)
In-Reply-To: Your message of "Mon, 10 Feb 2003 01:14:18 BST." <20030210011418.O19693@humilis>
In message <20030210011418.O19693@humilis> you write:
> Hi,
>
> When I try to insmod aironet4500_proc, I get an Oops. The driver
> itself is buildin (pci).
>
> Kernel (2.5.59) is build with gcc (GCC) 3.2.2 20030131 (Debian prerelease)
>
> module-init-tools version 0.9.9
>
> Is there more info I should provide?
Looks like you need the following patch (or moreal equiv).
Hope this helps!
Rusty.
diff -Nru a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h
--- a/include/asm-generic/vmlinux.lds.h Fri Feb 7 21:21:02 2003
+++ b/include/asm-generic/vmlinux.lds.h Fri Feb 7 21:21:02 2003
@@ -13,18 +13,18 @@
} \
\
/* Kernel symbol table: Normal symbols */ \
- __start___ksymtab = .; \
__ksymtab : AT(ADDR(__ksymtab) - LOAD_OFFSET) { \
+ __start___ksymtab = .; \
*(__ksymtab) \
+ __stop___ksymtab = .; \
} \
- __stop___ksymtab = .; \
\
/* Kernel symbol table: GPL-only symbols */ \
- __start___gpl_ksymtab = .; \
__gpl_ksymtab : AT(ADDR(__gpl_ksymtab) - LOAD_OFFSET) { \
+ __start___gpl_ksymtab = .; \
*(__gpl_ksymtab) \
+ __stop___gpl_ksymtab = .; \
} \
- __stop___gpl_ksymtab = .; \
\
/* Kernel symbol table: strings */ \
__ksymtab_strings : AT(ADDR(__ksymtab_strings) - LOAD_OFFSET) { \
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
next prev parent reply other threads:[~2003-02-10 1:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-10 0:14 Ookhoi
2003-02-10 1:50 ` Rusty Russell [this message]
2003-02-10 21:14 ` Ookhoi
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=20030210015137.4C0B82C053@lists.samba.org \
--to=rusty@rustcorp.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=ookhoi@humilis.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®