From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751779AbcGOQU5 (ORCPT ); Fri, 15 Jul 2016 12:20:57 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:47633 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751220AbcGOQUz convert rfc822-to-8bit (ORCPT ); Fri, 15 Jul 2016 12:20:55 -0400 Date: Fri, 15 Jul 2016 18:20:45 +0200 From: Sebastian Andrzej Siewior To: Anton Blanchard Cc: Anna-Maria Gleixner , LKML , Peter Zijlstra , Ingo Molnar , Thomas Gleixner , rt@linutronix.de, 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: <20160715162045.GE16938@linutronix.de> References: <20160713153219.128052238@linutronix.de> <20160713153335.369278769@linutronix.de> <20160715074257.7801cd00@kryten> <9e878731c9b447ee5e8318237822c492@www.linutronix.de> <20160715102825.34d60395@kryten> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20160715102825.34d60395@kryten> X-Key-Id: 2A8CF5D1 X-Key-Fingerprint: 6425 4695 FFF0 AA44 66CC 19E6 7B96 E816 2A8C F5D1 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 * Anton Blanchard | 2016-07-15 10:28:25 [+1000]: >Hi Anna-Maria, Hi Anton, >> >> Install the callbacks via the state machine and let the core invoke >> >> the callbacks on the already online CPUs. >> > >> > This is causing an oops on ppc64le QEMU, looks like a NULL >> > pointer: >> >> Did you tested it against tip WIP.hotplug? > >I noticed tip started failing in my CI environment which tests on QEMU. >The failure bisected to commit 425209e0abaf2c6e3a90ce4fedb935c10652bf80 > >It reproduces running ppc64le QEMU on a x86-64 box. On Ubuntu: … Thanks for that. I can reproduce this ontop of latest WIP.hotplug with this patch. >Anton Sebastian