From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752366Ab2KIEB7 (ORCPT ); Thu, 8 Nov 2012 23:01:59 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:43589 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751435Ab2KIEB5 (ORCPT ); Thu, 8 Nov 2012 23:01:57 -0500 Date: Thu, 8 Nov 2012 20:01:54 -0800 From: Andrew Morton To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Michel Lespinasse , Rik van Riel Subject: Re: linux-next: build failure after merge of the final tree (akpm tree related) Message-Id: <20121108200154.03e507ed.akpm@linux-foundation.org> In-Reply-To: <20121109145832.dfdc4985b490290f5e4f185c@canb.auug.org.au> References: <20121109145832.dfdc4985b490290f5e4f185c@canb.auug.org.au> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-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 On Fri, 9 Nov 2012 14:58:32 +1100 Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (i386 defconfig) > failed like this: > > arch/x86/mm/hugetlbpage.c: In function 'hugetlb_get_unmapped_area_topdown': > arch/x86/mm/hugetlbpage.c:299:20: error: 'mm' undeclared (first use in this function) > arch/x86/mm/hugetlbpage.c:299:20: note: each undeclared identifier is reported only once for each function it appears in > > Caused by commit "mm: use vm_unmapped_area() in hugetlbfs on i386 > architecture". > oop, I fixed that but forgot to commit the changes, sorry. s/mm/current->mm/