From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755804AbZDGD4Q (ORCPT ); Mon, 6 Apr 2009 23:56:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752569AbZDGDz7 (ORCPT ); Mon, 6 Apr 2009 23:55:59 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:56456 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752172AbZDGDz6 (ORCPT ); Mon, 6 Apr 2009 23:55:58 -0400 Date: Mon, 6 Apr 2009 20:51:00 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Andrew Morton 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: > > I'm not sure this is the tree that brings in the problem, but my wife's > Mac Mini won't boot any more, and it looks like some slub or percpu issue, > so regardless, roughly the right people are involved in the cc here > already. > > I get odd NUL page faults or GP faults in either __kmalloc, > __kmalloc_track_caller or kmem_cache_alloc Hmm. Bisected to Andrew's big chunk of merges on April 1st. Right now I have - bad: 527410ff7fc5d45fe41523c0ba061113dea22017 ("cirrusfb: GD5446 fixes") - good: 63cd885426872254e82dac2d9e13ea4f720c21dc ("ntfs: remove private wrapper of endian helpers") and all the commits in between are all from that same -mm series. Very interesting. Anyway, the SLUB errors and the per-cpu'ness of the thing seems to have been a false lead and irrelevant. Andrew, I'll continue to bisect. Looks like it might be the epoll changes (that's the only really 'core' thing there). Although I don't understand why those would make that Mac Mini unhappy, but not affect the other machines. So maybe I should just stop guessing until the bisection ends.. Linus