Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754607Ab0FXJBV (ORCPT ); Thu, 24 Jun 2010 05:01:21 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:42654 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752918Ab0FXJBT (ORCPT ); Thu, 24 Jun 2010 05:01:19 -0400 Subject: Re: linux-next: build failure after merge of the final tree From: Catalin Marinas To: Stephen Rothwell Cc: Russell King , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Phil Carmody In-Reply-To: <20100624103619.46a88a63.sfr@canb.auug.org.au> References: <20100624021949.62910287.sfr@canb.auug.org.au> <20100624103619.46a88a63.sfr@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" Organization: ARM Limited Date: Thu, 24 Jun 2010 10:00:56 +0100 Message-ID: <1277370056.30452.9.camel@e102109-lin.cambridge.arm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Jun 2010 09:00:56.0793 (UTC) FILETIME=[C2101490:01CB137B] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1542 Lines: 44 On Thu, 2010-06-24 at 10:36 +1000, Stephen Rothwell wrote: > Hi Russell, > > On Thu, 24 Jun 2010 02:19:49 +1000 Stephen Rothwell wrote: > > > > After merging the final tree, the next-20100616 and later linux-next > > builds for most arm configs (including versatile_defconfig) failed like this: > > > > In file included from include/linux/module.h:23, > > from include/linux/device.h:23, > > from include/linux/dma-mapping.h:4, > > from arch/arm/kernel/asm-offsets.c:15: > > include/trace/events/module.h:11: error: two or more data types in declaration > > > > Reverting commit f0028612a8ffedcdafa8b7ae83ab090d8b0318b4 ("ARM: 6171/1: > > module - simplify unwind table handling") (and > > cecaa4c6b8173b02c9f7ecfdbbc81f573a7a9f33 ("ARM: 6172/1: module - > > additional unwind tables for exit/devexit sections") that depends on it) > > fixes this build error. > > I have reverted those 2 commits in linux-next today. Thanks. Stephen, do you build with just the standard defconfig for ARCH=arm? The problem is commit f0028612a8f which contains the hunk below for the !ARM_UNWIND case): +struct mod_arch_specific { +} Phil, could you please add a semicolon after '}' and send Russell a patch? Thanks. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/