From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753837Ab1EBPbB (ORCPT ); Mon, 2 May 2011 11:31:01 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:55527 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751198Ab1EBPbA (ORCPT ); Mon, 2 May 2011 11:31:00 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=c9bTp5+nMGukmDDcKa2TPw2I8DAM1T43Sh6HCEoyjXZ7RIfywc/gwVU4i81O4m6Pdr 4iouM6/ZdUecCVko9b2qn6FKIlltxgrEkSgQ2YnhP68R5k02Z830AhY3oCAlYqrEscOi L+EJVfEqgezECfkGp+AhXcd5saoN8ZdUZZVDM= Date: Mon, 2 May 2011 17:30:55 +0200 From: Tejun Heo To: Ingo Molnar Cc: Ingo Molnar , linux-kernel@vger.kernel.org, x86@kernel.org, Yinghai Lu Subject: Re: [GIT PULL tip:x86/mm] Unify 32 and 64bit NUMA init paths Message-ID: <20110502153055.GF22117@htj.dyndns.org> References: <20110502091334.GB22117@htj.dyndns.org> <20110502101828.GB27072@elte.hu> <20110502122319.GC22117@htj.dyndns.org> <20110502150401.GA21680@elte.hu> <20110502150945.GE22117@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110502150945.GE22117@htj.dyndns.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, again. On Mon, May 02, 2011 at 05:09:45PM +0200, Tejun Heo wrote: > On Mon, May 02, 2011 at 05:04:01PM +0200, Ingo Molnar wrote: > > Doesnt build on 32-bit allyesconfig: > > > > ERROR: "physnode_map" [drivers/net/wan/dscc4.ko] undefined! > > ERROR: "physnode_map" [crypto/tcrypt.ko] undefined! > > Dang, I only checked allmodconfig. Testing allyesconfig now. Nope, it was a last minute edit while tree generation which dropped #include in the unification patch. This broke EXPORT_SYMBOL(physnode_map) and thus led to the above failure. I regenerated from the reunification patch up. The new HEAD is e5a10c1bd12a5d71bbb6406c1b0dbbc9d8958397. Sorry about the fuss. git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git x86-mm ssh://master.kernel.org/pub/scm/linux/kernel/git/tj/misc.git x86-mm Thanks. -- tejun