From: Keith Owens <kaos@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: KDB errors from kdba_mca_init on HP rx8620 running SLES9 SP3
Date: Wed, 01 Nov 2006 05:46:43 +0000 [thread overview]
Message-ID: <1618.1162360003@kao2.melbourne.sgi.com> (raw)
Alan Tyson (on Tue, 31 Oct 2006 18:45:54 +0000) wrote:
>Hi Keith,
>
>When running SLES9 SP3, which has KDB compiled in, it is not possible to
>enter into KDB or LKCD when a TC (transfer control) command is issued.
>TC results in the OS init handler running and calling kdba_mca_init()
>which gives the following error:
>
> kdba_mca_init: not enough data in pal_min_state_area for kdb backtrace, cpu 3
>
>This error results in the following some time later on:
> kdba_release_init_slave_stack: INIT slave tripped on cpu 0 when not in
> kdb,should never happen
>
>The reason for the initial error is that kdba_mca_init() expects that
>the floating point registers were saved by SAL when in fact they were
>not. The SAL spec states that it is not necessary to store them and,
>in the interests of NMRAM real estate, the HP rx7620 and rx8620 systems
>do not.
>
>What would be the down-side of ignoring the valid.fr bit? I notice that
>cr and minstate bits seem to have been ignored in previous changes.
If the salinfo record does not contain the floating point registers
then the corresponding fields in struct pt_regs that is built by KDB
will be populated with garbage. It should not affect backtrace, gcc
never stores addresses in the floating point registers.
next reply other threads:[~2006-11-01 5:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-01 5:46 Keith Owens [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-10-31 18:45 KDB errors from kdba_mca_init on HP rx8620 running SLES9 SP3 Alan Tyson
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=1618.1162360003@kao2.melbourne.sgi.com \
--to=kaos@sgi.com \
--cc=linux-ia64@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.