From: Russ Anderson <rja@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH] New way of storing MCA/INIT logs
Date: Wed, 05 Mar 2008 00:23:11 +0000 [thread overview]
Message-ID: <20080305002311.GA16658@sgi.com> (raw)
In-Reply-To: <47CD8142.7050207@bull.net>
On Tue, Mar 04, 2008 at 06:05:06PM +0100, Zoltan Menyhart wrote:
> This patch adds a lock free, yet safe way of storing MCA/INIT logs.
> You will not end up with logs mixed up from different MCAs.
A good goal.
> The MCAs/INITs are rare.
One hopes. :-)
> There is no use wasting much permanent resources.
Sometimes a necessary evil. Normal memory allocation routines
cannot be called from MCA/INIT context.
> Should you see a burst of events, they are not uncorrelated.
> Only the recovered events are treated. Should you miss one,
> you'll see it later :-)
> With the others, you will not be able to store them on disk anyway.
Even if the system is going down it is still nice to try to
go down gracefully. Taking a system dump and logging as
much as possible is usefull, too.
> There are IA64_MAX_MCA_INIT_BUFS log buffers for the MCA, and
> another IA64_MAX_MCA_INIT_BUFS log buffers for the INIT handler.
>
> IA64_MAX_MCA_INIT_BUFS >= 2.
>
> There is no per CPU log buffer.
In the case where all the CPUs are INITed, what happens?
Does this assume only one CPU at a time processes/logs records?
> The code does not assume that the rendezvous always works.
Could you explain. Do you mean MCA/INIT rendezvous?
--
Russ Anderson, OS RAS/Partitioning Project Lead
SGI - Silicon Graphics Inc rja@sgi.com
next prev parent reply other threads:[~2008-03-05 0:23 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-04 17:05 [PATCH] New way of storing MCA/INIT logs Zoltan Menyhart
2008-03-05 0:23 ` Russ Anderson [this message]
2008-03-05 13:14 ` Zoltan Menyhart
2008-03-05 16:59 ` Luck, Tony
2008-03-05 18:56 ` Russ Anderson
2008-03-05 23:38 ` Keith Owens
2008-03-06 10:24 ` Zoltan Menyhart
2008-03-06 13:14 ` Zoltan Menyhart
2008-03-06 17:09 ` Luck, Tony
2008-03-06 17:29 ` Zoltan Menyhart
2008-03-06 17:52 ` Russ Anderson
2008-03-06 21:56 ` Luck, Tony
2008-03-06 22:13 ` Russ Anderson
2008-03-07 12:02 ` Zoltan Menyhart
2008-03-07 16:55 ` Russ Anderson
2008-03-10 9:36 ` Zoltan Menyhart
2008-03-10 20:36 ` Russ Anderson
2008-03-10 21:10 ` Russ Anderson
2008-03-11 14:07 ` Zoltan Menyhart
2008-03-11 14:32 ` Robin Holt
2008-03-11 21:22 ` Russ Anderson
2008-03-12 1:08 ` Keith Owens
2008-03-12 7:42 ` Zoltan Menyhart
2008-04-01 15:18 ` [PATCH] New way of storing MCA/INIT logs - take 2 Zoltan Menyhart
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=20080305002311.GA16658@sgi.com \
--to=rja@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox