From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752793AbbGPFcn (ORCPT ); Thu, 16 Jul 2015 01:32:43 -0400 Received: from ozlabs.org ([103.22.144.67]:33633 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752068AbbGPFcm (ORCPT ); Thu, 16 Jul 2015 01:32:42 -0400 Date: Thu, 16 Jul 2015 15:32:40 +1000 From: Stephen Rothwell To: Andrew Morton Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Frederic Weisbecker , Chris Metcalf , Thomas Gleixner Subject: linux-next: build failure after merge of the akpm-current tree Message-ID: <20150716153240.4faff811@canb.auug.org.au> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; i586-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 Andrew, After merging the akpm-current tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: ERROR: ".smpboot_register_percpu_thread_cpumask" [drivers/infiniband/hw/ehca/ib_ehca.ko] undefined! Caused by commit 2b07b4da35a9 ("smpboot: allow passing the cpumask on per-cpu thread registration") I have added the following build faix for today: From: Stephen Rothwell Date: Thu, 16 Jul 2015 15:30:05 +1000 Subject: [PATCH] smpboot: fix for allow passing the cpumask on per-cpu thread registration Signed-off-by: Stephen Rothwell --- kernel/smpboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/smpboot.c b/kernel/smpboot.c index d99a41d25b0c..a818cbc73e14 100644 --- a/kernel/smpboot.c +++ b/kernel/smpboot.c @@ -308,7 +308,7 @@ out: put_online_cpus(); return ret; } -EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread); +EXPORT_SYMBOL_GPL(smpboot_register_percpu_thread_cpumask); /** * smpboot_unregister_percpu_thread - Unregister a per_cpu thread related to hotplug -- 2.1.4 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au