Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030232AbWBYN02 (ORCPT ); Sat, 25 Feb 2006 08:26:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030236AbWBYN02 (ORCPT ); Sat, 25 Feb 2006 08:26:28 -0500 Received: from wproxy.gmail.com ([64.233.184.205]:55456 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S1030232AbWBYN01 convert rfc822-to-8bit (ORCPT ); Sat, 25 Feb 2006 08:26:27 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XwTCwjmHWcJssCqxK+xWlODvYCQJUr/xDd3VR5TR96ZR8yfA18FhkR2aO/KGzU9ZSqkFHSMx3hghGtASAEANh7G8wK9Ljy5isMfK5HyaWXpPt5Jm70T/KRp95g6BminpJx90SCuO7svoaun5jISZU06i56fy4/VkD9a+lLLS/lA= Message-ID: <9a8748490602250526p2187e04ej9a680e6b2b948e7d@mail.gmail.com> Date: Sat, 25 Feb 2006 14:26:24 +0100 From: "Jesper Juhl" To: "Victor Porton" Subject: Re: New reliability technique Cc: linux-kernel@vger.kernel.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Content-Disposition: inline References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1333 Lines: 30 On 2/25/06, Victor Porton wrote: > A minute ago I invented a new reliability enhancing technique. > > In idle cycles (or periodically in expense of some performance) Linux can > calculate MD5 or CRC sums of _unused_ (free) memory areas and compare these > sums with previously calculated sums. > > Additionally it can be done for allocated memory, if it will be write > protected before the first actual write. Moreover, all memory may be made > write-protected if it is not written e.g. more than a second. (When it > is written kernel would unlock it and allow to write, by a techniqie like > to how swap works.) If write-protected memory appears to be modified by > a check sum, this likewise indicates a bug. > > If a sum is inequal, it would notice a bug in kernel or in hardware. > > I suggest to add "Check free memory control sums" in config. > Implement it then and send a patch. -- Jesper Juhl Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html - 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/