From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757673AbYDPBPI (ORCPT ); Tue, 15 Apr 2008 21:15:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752119AbYDPBO6 (ORCPT ); Tue, 15 Apr 2008 21:14:58 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:41125 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751828AbYDPBO5 (ORCPT ); Tue, 15 Apr 2008 21:14:57 -0400 Date: Wed, 16 Apr 2008 03:14:35 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Pekka Enberg , Christoph Lameter , linux-kernel@vger.kernel.org, Mel Gorman , Nick Piggin , Andrew Morton , "Rafael J. Wysocki" , Yinghai.Lu@sun.com, apw@shadowen.org, KAMEZAWA Hiroyuki , Joe Perches Subject: Re: [patch] mm: sparsemem memory_present() memory corruption fix Message-ID: <20080416011435.GA32147@elte.hu> References: <20080415195430.GA23015@elte.hu> <20080415201734.GA25628@elte.hu> <4805115D.5030703@cs.helsinki.fi> <20080415204025.GA29784@elte.hu> <20080416000356.GA24737@elte.hu> <20080416003449.GA26633@elte.hu> <20080416004010.GA26776@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080416004010.GA26776@elte.hu> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > but the exact incarnation depended on random details like configs, > which made this bug more prominent in v2.6.25-to-be. i believe this was the reason why my many bisection attempts were unsuccessful: the bug pattern was not stable and seemingly working kernels had the memory corruption too. It was pure luck that v2.6.24 "worked" and v2.6.25-rc9 broke visibly. Ingo