From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hr2.samba.org (hr2.samba.org [144.76.82.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rrWjP2ZF6zDqyT for ; Fri, 15 Jul 2016 22:15:05 +1000 (AEST) Date: Fri, 15 Jul 2016 22:14:09 +1000 From: Anton Blanchard To: Ingo Molnar Cc: Anna-Maria Gleixner , LKML , Peter Zijlstra , Thomas Gleixner , rt@linutronix.de, Sebastian Andrzej Siewior , Andrew Morton , Benjamin Herrenschmidt , Bharata B Rao , Christophe Jaillet , Linus Torvalds , Michael Ellerman , Nikunj A Dadhania , Paul Mackerras , Raghavendra K T , linuxppc-dev@lists.ozlabs.org Subject: Re: [patch V2 30/67] powerpc/numa: Convert to hotplug state machine Message-ID: <20160715221409.31804800@kryten> In-Reply-To: <20160715084324.GB1056@gmail.com> References: <20160713153219.128052238@linutronix.de> <20160713153335.369278769@linutronix.de> <20160715074257.7801cd00@kryten> <9e878731c9b447ee5e8318237822c492@www.linutronix.de> <20160715102825.34d60395@kryten> <20160715084324.GB1056@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > > I noticed tip started failing in my CI environment which tests on > > QEMU. The failure bisected to commit > > 425209e0abaf2c6e3a90ce4fedb935c10652bf80 > > That's very useful, thanks Anton! > > I have removed this commit from the series for the time being, > refactored the followup commits (there was one trivial conflict). We > can re-try this patch when a fix is found. Thanks Ingo, my tests are passing again after your last push. Anton