Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759919AbYBKTsg (ORCPT ); Mon, 11 Feb 2008 14:48:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756925AbYBKTs3 (ORCPT ); Mon, 11 Feb 2008 14:48:29 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:39782 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756557AbYBKTs2 (ORCPT ); Mon, 11 Feb 2008 14:48:28 -0500 Date: Mon, 11 Feb 2008 11:38:35 -0800 (PST) From: Linus Torvalds To: "Rafael J. Wysocki" cc: Alessandro Suardi , LKML , Andrew Morton , Ingo Molnar , Peter Zijlstra Subject: Re: 2.6.24-git2: Oracle 11g VKTM process enters R state on startup and is unkillable [still broken in 2.6.25-rc1] In-Reply-To: <200802112009.31018.rjw@sisk.pl> Message-ID: References: <5a4c581d0802110820l1fcbb1ffib874f268b4ab7eae@mail.gmail.com> <200802112009.31018.rjw@sisk.pl> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) 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 Content-Length: 1057 Lines: 39 On Mon, 11 Feb 2008, Rafael J. Wysocki wrote: > On Monday, 11 of February 2008, Alessandro Suardi wrote: > > > > > > 2.6.24-git1 is okay > > > 2.6.24-git2 is bad Ok, that's git ID's b47711bfbcd4eb77ca61ef0162487b20e023ae55 2.6.24-git1 9b73e76f3cf63379dcf45fcd4f112f5812418d0a 2.6.24-git2 so if you get a git tree, you can do gitk b47711b..9b73e76 to see what happened in there. However, the obvious candidates are the scheduler or the ocfs2 merge, and the latter is only relevant in case you use ocfs2, of course. The rest of it tends to be the DVB and SCSI updates. But it would be great if you could do a bisect and verify. Just do git bisect start git bisect good b47711bfbcd4eb77ca61ef0162487b20e023ae55 git bisect bad 9b73e76f3cf63379dcf45fcd4f112f5812418d0a and off you go.. Linus -- 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/