From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751561AbcGOA2u (ORCPT ); Thu, 14 Jul 2016 20:28:50 -0400 Received: from hr2.samba.org ([144.76.82.148]:51363 "EHLO hr2.samba.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751247AbcGOA2p (ORCPT ); Thu, 14 Jul 2016 20:28:45 -0400 Date: Fri, 15 Jul 2016 10:28:25 +1000 From: Anton Blanchard To: Anna-Maria Gleixner Cc: LKML , Peter Zijlstra , Ingo Molnar , Thomas Gleixner , , Sebastian Andrzej Siewior , Andrew Morton , Benjamin Herrenschmidt , Bharata B Rao , Christophe Jaillet , Linus Torvalds , Michael Ellerman , Nikunj A Dadhania , Paul Mackerras , Raghavendra K T , Subject: Re: [patch V2 30/67] powerpc/numa: Convert to hotplug state machine Message-ID: <20160715102825.34d60395@kryten> In-Reply-To: <9e878731c9b447ee5e8318237822c492@www.linutronix.de> References: <20160713153219.128052238@linutronix.de> <20160713153335.369278769@linutronix.de> <20160715074257.7801cd00@kryten> <9e878731c9b447ee5e8318237822c492@www.linutronix.de> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Anna-Maria, > >> 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: sudo apt-get install qemu-system-ppc gcc-powerpc64le-linux-gnu make ARCH=powerpc pseries_le_defconfig make ARCH=powerpc CROSS_COMPILE=powerpc64le-linux-gnu- vmlinux -j4 qemu-system-ppc64 -nographic -vga none -kernel vmlinux Anton