From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: linux-next: build failure after merge of the final tree (arm-soc tree related) Date: Sat, 23 Jul 2011 14:36:21 +0200 Message-ID: <201107231436.22389.arnd@arndb.de> References: <20110722164204.15f3bfee0c3ab04adb80e611@canb.auug.org.au> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:53547 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752286Ab1GWMgn (ORCPT ); Sat, 23 Jul 2011 08:36:43 -0400 In-Reply-To: <20110722164204.15f3bfee0c3ab04adb80e611@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Russell King On Friday 22 July 2011, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (all arm builds) > failed like this: > > arch/arm/mm/Kconfig:835: syntax error > arch/arm/mm/Kconfig:834: invalid option > arch/arm/mm/Kconfig:838: unknown option "ARCH_PRIMA2" > > Caused by commit 69ca71d177d1 ("Merge branch 'next/soc' of git > +ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc into > for-next-3") from the arm-soc tree. > > This commit mismerged the config CACHE_L2X0 entry (forgot the \ on the end > of one of the lines). Thanks for the notification, the problem was in recreating the for-next branch from the individual branches without testing the result. I'll be more careful in the future about this. I've uploaded a new for-next branch now, and will send out pull requests for the next/* branches next. Arnd