From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753572AbcAMGba (ORCPT ); Wed, 13 Jan 2016 01:31:30 -0500 Received: from ozlabs.org ([103.22.144.67]:50658 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751052AbcAMGb2 (ORCPT ); Wed, 13 Jan 2016 01:31:28 -0500 Date: Wed, 13 Jan 2016 17:31:27 +1100 From: Stephen Rothwell To: Andrew Morton Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Tetsuo Handa , David Rientjes Subject: Re: linux-next: build failure after merge of the akpm-current tree Message-ID: <20160113173127.61153f22@canb.auug.org.au> In-Reply-To: <20160113171830.57bc8089@canb.auug.org.au> References: <20160113171830.57bc8089@canb.auug.org.au> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; 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 Andrew, On Wed, 13 Jan 2016 17:18:30 +1100 Stephen Rothwell wrote: > > After merging the akpm-current tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > mm/vmalloc.c: In function '__vunmap': > mm/vmalloc.c:1482:21: error: 'VM_VPAGES' undeclared (first use in this function) > if (area->flags & VM_VPAGES) > ^ > > Caused by commit > > 7ab2843f2735 ("mm, vmalloc: remove VM_VPAGES") > > Yesterday, there was a previous commit (which seems to have been > removed) > > "tree wide: use kvfree() than conditional kfree()/vfree()" I see that this patch is now in the akpm tree i.e. later on. So I guess you need to move the above patch as well. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au