From: Prakash Jain <prakash@ipinfusion.com>
To: Linux PPC List <linuxppc-embedded@ozlabs.org>
Subject: Kernel module insertion issue with kernel 2.6.15
Date: Fri, 15 Sep 2006 12:56:59 -0700 [thread overview]
Message-ID: <450B058B.6060806@ipinfusion.com> (raw)
Hi,
I am relatively new to this list/area, not sure if this is right forum
for my query (please point me to right list in that case).
I am porting my software from 2.4 kernel to 2.6.15 on a board similar to
ppc 82xx sandpoint architecture. I am able to make the board functional
except the following issue. One of my kernel module (inserted thru
insmod) takes almost 6-7 minutes to load with 2.6 kernel while it used
to take only few seconds with 2.4 kernel. Yet, after the long wait
module is inserted correctly with 2.6 kernel as board software works
fine after that. When I halt the processor (using BDI2000) during the
long wait, it always halts in function get_plt_size() in kernel's
arch/ppc/kernel/module.c. Single stepping does not take to any error or
suspicious place. Looks like it is going thru the long for() loop in the
function. Only suspicion I got is while compiling the module, it
generates tons of undefined symbols. I ignored them as it was a third
party software and module inserts correctly at the end.
Can someone give few pointers on what could be the reasons and where to
look to resolve this? Will appreciate your time,
Thanks,
Prakash
next reply other threads:[~2006-09-15 20:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-15 19:56 Prakash Jain [this message]
2006-09-16 23:26 ` Kernel module insertion issue with kernel 2.6.15 Arnd Bergmann
2006-09-18 18:30 ` Prakash Jain
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=450B058B.6060806@ipinfusion.com \
--to=prakash@ipinfusion.com \
--cc=linuxppc-embedded@ozlabs.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;
as well as URLs for NNTP newsgroup(s).