From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753112AbZLHJvn (ORCPT ); Tue, 8 Dec 2009 04:51:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752733AbZLHJvm (ORCPT ); Tue, 8 Dec 2009 04:51:42 -0500 Received: from one.firstfloor.org ([213.235.205.2]:53555 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752235AbZLHJvl (ORCPT ); Tue, 8 Dec 2009 04:51:41 -0500 Date: Tue, 8 Dec 2009 10:51:47 +0100 From: Andi Kleen To: Stephen Rothwell Cc: Andi Kleen , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: linux-next: hwpoison tree build failure Message-ID: <20091208095147.GS18989@one.firstfloor.org> References: <20091208191418.79270012.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091208191418.79270012.sfr@canb.auug.org.au> User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 08, 2009 at 07:14:18PM +1100, Stephen Rothwell wrote: > Hi Andi, > > Today's linux-next build (x86_64 allmodconfig) failed like this: > > ERROR: "set_migratetype_isolate" [mm/hwpoison-inject.ko] undefined! > ERROR: "unset_migratetype_isolate" [mm/hwpoison-inject.ko] undefined! Ah these symbols need to be exported and made sure to be enabled in the Kconfig. Thanks I'll fix and push out a new tree. -Andi -- ak@linux.intel.com -- Speaking for myself only.