From: Chris Wright <chris@wirex.com>
To: b_adlakha@softhome.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [OOPS] kernel 2.5.59
Date: Mon, 3 Feb 2003 13:57:01 -0800 [thread overview]
Message-ID: <20030203135701.B26686@figure1.int.wirex.com> (raw)
In-Reply-To: <courier.3E3EDB16.00007614@softhome.net>; from b_adlakha@softhome.net on Mon, Feb 03, 2003 at 02:11:50PM -0700
* b_adlakha@softhome.net (b_adlakha@softhome.net) wrote:
> I get this each time I boot :
>
> Feb 3 02:34:38 localhost kernel: EIP is at __find_symbol+0x3e/0x84
This is a known problem. Try the patch below which has been floating
about for a while.
thanks,
-chris
===== vmlinux.lds.h 1.4 vs 1.5 =====
--- 1.4/include/asm-generic/vmlinux.lds.h Thu Jan 16 17:02:47 2003
+++ 1.5/include/asm-generic/vmlinux.lds.h Fri Jan 17 17:26:31 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) { \
prev parent reply other threads:[~2003-02-03 21:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-03 21:11 b_adlakha
2003-02-03 21:57 ` Chris Wright [this message]
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=20030203135701.B26686@figure1.int.wirex.com \
--to=chris@wirex.com \
--cc=b_adlakha@softhome.net \
--cc=linux-kernel@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 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®