From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758537AbZDGEZN (ORCPT ); Tue, 7 Apr 2009 00:25:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751870AbZDGEY7 (ORCPT ); Tue, 7 Apr 2009 00:24:59 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:45984 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751605AbZDGEY6 (ORCPT ); Tue, 7 Apr 2009 00:24:58 -0400 Date: Mon, 6 Apr 2009 21:20:23 -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: > > 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.. 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. Linus