From: Arun Dharankar <ADharankar@attbi.com>
To: "Wright, David" <dwright@infiniswitch.com>,
<linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Linux kernel panics and core dumps.
Date: Tue, 8 Apr 2003 23:38:50 -0400 [thread overview]
Message-ID: <200304082338.50592.ADharankar@ATTBI.Com> (raw)
In-Reply-To: <3D296C067098F149B11A8F4FC37C054685D898@EXVS1.ops.infiniswitch.com>
David, thanks for your inputs!
The working Linux kernel version for me is 2.4.20. After applying
the patch and following the steps you outlined, the kernel boots
ok. However, just as the user processes startup, there are kernel
exceptions for all the processes, and the system eventually panics.
The nearest patch for Linux kernel I could get from MCLX site is
for 2.4.17. Even so, the patch failed only for init/main.c and
kernel/panic.c. Manually making the changes did not seem to
need anything significant.
I have not gone through the patch completely and have only some
understanding of it. So didn't understand what you meant by "The
code in do_init_bootmem() is trying to work in bytes, not in frames.".
Could you elaborate, please? May be this is where I have done
the changes correctly.
Best regards,
-Arun.
On Tuesday 08 April 2003 12:20 pm, Wright, David wrote:
> I looked at the SGI project, but it wasn't suitable for our
> platform, as we didn't have the right sort of disk setup.
>
> I ported the MCLX code to a 405-based platform. The code as
> originally distributed had a few bugs in it, but I don't think
> they ever fixed the bugs -- I fed changes back to them, and those
> changes may have made it to IBM. Or at least they told me IBM
> was interested in the project.
>
> If you do use their code, ignore the program that uncompresses
> the crash dumps -- as implemented, it's incredibly slow, and
> although that can be fixed, it's pointless, since crash can read
> the compressed dumps just fine (and can't read the uncompressed
> ones, just as a final irony).
>
> I don't have a complete list of the changes I needed to make, but
> here are a few:
>
> Makefile didn't specify compiling crash.c
> crash.c (machine-specific) specified "regs" instead of "gprs"; also
> specified tss.ksp instead of thread.ksp; also must #define
> PFN_PHYS() itself.
> The code in do_init_bootmem() is trying to work in bytes, not in
> frames.
>
> Anyway, once I got these various problems ironed out, plus a few
> in crash(1), the facility worked fine. The main problem you're
> apt to run into is having enough physical memory to run your
> system, hold the dump, and copy the dump from RAM into some file.
> NFS can be very useful here.
>
> The dump facility did prove to be quite useful and we did use it
> on live systems to track down problems. One thing to watch out
> for is diags that scrub memory, since they'll scrub out your dump,
> too.
>
> > -----Original Message-----
> > From: Arun Dharankar [mailto:ADharankar@attbi.com]
> > Sent: Tuesday, April 08, 2003 11:58 AM
> > To: linuxppc-embedded@lists.linuxppc.org
> > Subject: Linux kernel panics and core dumps.
> >
> > On x86 architectures there seem to be at least two ways of
> > producing Linux kernel panic dumps. These projects are
> > hosted at
> >
> > "http://lkcd.sourceforge.net/" (originated in SGI), and
> >
> > "http://oss.missioncriticallinux.com/projects/mcore/"
> > (originated in MCLX).
> >
> > Of the two, the second one seems to work quite well on x86
> > PCs. I dont know how much of it is actively supported on
> > PowerPCs. So, the first question is:
> >
> > Has anyone tried this on PowerPC, specifically Linux
> > kernel versions 2.4.x? The code for PowerPC seems to
> > be there, but the Makefiles dont seem to be up-to-date,
> > and could be broken.
> >
> > Further more, this same project has some documentation
> > which has a good discussion on different approaches to Linux
> > kernel memory dumps. One item in this discussion is about
> > the BIOS/bootloader support.
> >
> > Essentially, if PPCBoot/U-Boot was to recognize the Linux
> > kernel memory layout, a much more reliable scheme could
> > be implemented. For example, under all panic or hang
> > conditions (watchdog), the system could just be rebooted.
> > During the startup, PPCBoot/U-Boot along with Linux, could
> > save the Linux kernel dump reliably. MCLX scheme seems
> > to follow this approach, but does not rely on the bootloader.
> >
> > Has anyone investigated this? Or anything already done,
> > and cares to share it? Any thoughts on this?
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2003-04-09 3:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-08 16:20 Linux kernel panics and core dumps Wright, David
2003-04-09 3:38 ` Arun Dharankar [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-04-09 16:19 Wright, David
2003-04-09 17:18 ` Arun Dharankar
2003-04-10 3:16 ` Arun Dharankar
2003-04-08 15:58 Arun Dharankar
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=200304082338.50592.ADharankar@ATTBI.Com \
--to=adharankar@attbi.com \
--cc=dwright@infiniswitch.com \
--cc=linuxppc-embedded@lists.linuxppc.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).