From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Date: Wed, 28 Jan 2004 19:40:49 +0000 Subject: Re: [RFC/PATCH, 2/4] readX_check() performance evaluation Message-Id: <20040128204049.627e6312.ak@suse.de> List-Id: References: <00a301c3e541$c13a6350$2987110a@lsd.css.fujitsu.com> <20040128182003.GL11844@parcelfarce.linux.theplanet.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: willy@debian.org, ishii.hironobu@jp.fujitsu.com, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org On Wed, 28 Jan 2004 11:33:33 -0800 (PST) Linus Torvalds wrote: > For example, if checking for an error involves actually reading a value > from a bridge register, then that implies some _serious_ amount of > serialization and external CPU stuff. Which is _extremly_ hard to do from an MCE handler ... (currently all our MCE handlers are buggy because they can deadlock on the printk lock) -Andi