From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754142AbZDGEwU (ORCPT ); Tue, 7 Apr 2009 00:52:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751720AbZDGEwM (ORCPT ); Tue, 7 Apr 2009 00:52:12 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:33221 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbZDGEwL (ORCPT ); Tue, 7 Apr 2009 00:52:11 -0400 Date: Mon, 6 Apr 2009 21:45:37 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Andrew Morton , Avan Anishchuk , Wu Fengguang cc: Linux Kernel Mailing List , Pekka Enberg , Steven Rostedt , Ingo Molnar , Thomas Gleixner , Eduard - Gabriel Munteanu Subject: Re: [GIT PULL] SLAB include file dependency fixes + kmemtrace updates In-Reply-To: Message-ID: References: <20090405193944.GA12691@elte.hu> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Apr 2009, Linus Torvalds wrote: > > It bisected past them. I'm getting worried that it's timing-related, > because nothing that remains looks even remotely interesting for that Mac > mini, but right now: > > - bad: 56fcef75117a153f298b3fe54af31053f53997dd > - good: bb233fdfc7b7cefe45bfa2e8d1b24e79c60a48e5 > > and there's not a whole lot of commits in between. It's c3b1b1cbf002e65a3cabd479e68b5f35886a26db: 'ramfs: add support for "mode=" mount option'. And I checked. Reverting it at the tip fixes it. So no random timing fluctuations. So that commit causes some random SLAB corruption, that then (depending apparently on luck) may or may not crash in some odd random places later. Wu? Linus