From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933378AbbLHKvn (ORCPT ); Tue, 8 Dec 2015 05:51:43 -0500 Received: from ozlabs.org ([103.22.144.67]:43906 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932537AbbLHKvm (ORCPT ); Tue, 8 Dec 2015 05:51:42 -0500 Date: Tue, 8 Dec 2015 21:51:40 +1100 From: Stephen Rothwell To: Andrew Morton Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Cashman , Mark Brown , kernel-build-reports@lists.linaro.org, linaro-kernel@lists.linaro.org Subject: linux-next: build failure after merge of the akpm-current tree Message-ID: <20151208215140.0c2ee0af@canb.auug.org.au> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; 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, After merging the akpm-current tree, today's linux-next build (arm64 allnoconfig and others) failed like this: arch/arm64/mm/mmap.c:54:1: error: unknown type name 'ifdef' arch/arm64/mm/mmap.c:55:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'if' arch/arm64/mm/mmap.c:57:2: error: 'else' without a previous 'if' arch/arm64/mm/mmap.c:58:2: error: #endif without #if Caused by commit 2e4614190421 ("arm64-mm-support-arch_mmap_rnd_bits-v4") An obvious typo :-( I will add the missing '#' tomorrow if it si not fixed by then. Reported by Mark's build bot. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au