From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756177Ab3JIRTA (ORCPT ); Wed, 9 Oct 2013 13:19:00 -0400 Received: from merlin.infradead.org ([205.233.59.134]:46720 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750971Ab3JIRS7 (ORCPT ); Wed, 9 Oct 2013 13:18:59 -0400 Date: Wed, 9 Oct 2013 19:18:49 +0200 From: Peter Zijlstra To: Ingo Molnar Cc: Mel Gorman , 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: <20131009171849.GH13848@laptop.programming.kicks-ass.net> References: <1381141781-10992-1-git-send-email-mgorman@suse.de> <20131009162801.GA10452@gmail.com> <20131009170837.GF13848@laptop.programming.kicks-ass.net> <20131009171537.GA12575@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131009171537.GA12575@gmail.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 09, 2013 at 07:15:37PM +0200, Ingo Molnar wrote: > > It looks like -march=geode generates similar borkage to the > > -march=winchip2 like we found earlier today. > > > > Must be randconfig luck to only hit it now. > > Yes, very weird but such is life :-) > > Also note that this reproduces with GCC 4.7 ... Yes, it does so too for me, I tried both 4.7 and 4.8; they generate different but similarly broken code. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f181.google.com (mail-pd0-f181.google.com [209.85.192.181]) by kanga.kvack.org (Postfix) with ESMTP id 303E76B0039 for ; Wed, 9 Oct 2013 13:18:56 -0400 (EDT) Received: by mail-pd0-f181.google.com with SMTP id g10so1243610pdj.40 for ; Wed, 09 Oct 2013 10:18:55 -0700 (PDT) Date: Wed, 9 Oct 2013 19:18:49 +0200 From: Peter Zijlstra Subject: Re: [PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9 Message-ID: <20131009171849.GH13848@laptop.programming.kicks-ass.net> References: <1381141781-10992-1-git-send-email-mgorman@suse.de> <20131009162801.GA10452@gmail.com> <20131009170837.GF13848@laptop.programming.kicks-ass.net> <20131009171537.GA12575@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131009171537.GA12575@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: To: Ingo Molnar Cc: Mel Gorman , Rik van Riel , Srikar Dronamraju , Andrea Arcangeli , Johannes Weiner , Linux-MM , LKML On Wed, Oct 09, 2013 at 07:15:37PM +0200, Ingo Molnar wrote: > > It looks like -march=geode generates similar borkage to the > > -march=winchip2 like we found earlier today. > > > > Must be randconfig luck to only hit it now. > > Yes, very weird but such is life :-) > > Also note that this reproduces with GCC 4.7 ... Yes, it does so too for me, I tried both 4.7 and 4.8; they generate different but similarly broken code. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org