From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755381AbbB0UAL (ORCPT ); Fri, 27 Feb 2015 15:00:11 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:44635 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755191AbbB0UAJ (ORCPT ); Fri, 27 Feb 2015 15:00:09 -0500 Date: Fri, 27 Feb 2015 11:59:58 -0800 From: Guenter Roeck To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Joe Perches Subject: Re: linux-next: Tree for Feb 27 (microblaze build failure) Message-ID: <20150227195958.GA13445@roeck-us.net> References: <20150227154917.6d285971@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150227154917.6d285971@canb.auug.org.au> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: 0 X-CTCH-RefID: str=0001.0A020204.54F0CCC8.02B7,ss=1,re=0.001,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-Score: 0.001 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: C_4847, X-CTCH-SenderID: linux@roeck-us.net X-CTCH-SenderID-Flags: 0 X-CTCH-SenderID-TotalMessages: 3 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: mailgid no entry from get_relayhosts_entry X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 27, 2015 at 03:49:17PM +1100, Stephen Rothwell wrote: > Hi all, > > Changes since 20150226: > > New Tree: rpi > > The drm-intel tree gained a conflict against the drm-intel-fixes tree. > > The rcu tree gained a build failure so I used the version from > next-20150226. > > The clk tree lost its build failure but gained another so I used the > version from next-20150225. > > Non-merge commits (relative to Linus' tree): 1432 > 1565 files changed, 41138 insertions(+), 36333 deletions(-) > > ---------------------------------------------------------------------------- > Building microblaze:mmu_defconfig ... failed -------------- Error log: arch/microblaze/kernel/cpu/mb.c: In function 'show_cpuinfo': arch/microblaze/kernel/cpu/mb.c:105:2: error: 'x' undeclared (first use in this function) x seq_puts(m, "Icache:\t\tno\n"); ^ Joe Perches' fat fingers are to blame for that one. Guenter