From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754967Ab3JIRJj (ORCPT ); Wed, 9 Oct 2013 13:09:39 -0400 Received: from mail-ee0-f52.google.com ([74.125.83.52]:62092 "EHLO mail-ee0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752480Ab3JIRJi (ORCPT ); Wed, 9 Oct 2013 13:09:38 -0400 Date: Wed, 9 Oct 2013 19:09:34 +0200 From: Ingo Molnar To: Mel Gorman Cc: Peter Zijlstra , Rik van Riel , Srikar Dronamraju , Andrea Arcangeli , Johannes Weiner , Linux-MM , LKML Subject: Re: [PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9 Message-ID: <20131009170934.GA12601@gmail.com> References: <1381141781-10992-1-git-send-email-mgorman@suse.de> <20131009162801.GA10452@gmail.com> <20131009162942.GA12178@gmail.com> <20131009165738.GA12572@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131009165738.GA12572@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I started bisecting the crash, and the good news is that it's bisectable and it's not the NUMA bits that are causing the crash. (the bad news is that I now face a boring, possibly very long bisection, but hey ;-) Thanks, Ingo