Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 7 Dec 2002 08:43:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 7 Dec 2002 08:43:05 -0500 Received: from hq.pm.waw.pl ([195.116.170.10]:42885 "EHLO hq.pm.waw.pl") by vger.kernel.org with ESMTP id ; Sat, 7 Dec 2002 08:43:04 -0500 To: Cc: Greg Boyce Subject: Re: Dazed and Confused References: From: Krzysztof Halasa Date: 07 Dec 2002 00:33:45 +0100 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 20 Greg Boyce writes: > Are the machines likely to give us problems with crashing and data > corruption, or would it be safe to ignore the problem unless we started > noticing odd behavior? First of all, only RAM with parity bits (or ECC) can generate such NMI (the motherboard must support this as well, of course). Most motherboads can be configured in ECC mode, and they correct 1-bit errors. 2-bit errors are reported and not corrected, but the probability of such error is nearly zero in normal conditions (unless your hardware is defective, of course). CPU caches do ECC as well, and possibly can generate NMI requests. However, they use static RAM (as opposed to dynamic) and bit errors should not happen there. -- Krzysztof Halasa Network Administrator - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/