From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752407AbbJBQQl (ORCPT ); Fri, 2 Oct 2015 12:16:41 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:54057 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751781AbbJBQQj (ORCPT ); Fri, 2 Oct 2015 12:16:39 -0400 Date: Fri, 2 Oct 2015 09:16:37 -0700 From: Guenter Roeck To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Jonathan Zhang , Andrew Morton , Matt Fleming , Ingo Molnar Subject: Re: linux-next: Tree for Sep 18 (build failures, up to 10/02) Message-ID: <20151002161637.GA17786@roeck-us.net> References: <20150918140810.6345bce9@canb.auug.org.au> <20150918142204.GA17018@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150918142204.GA17018@roeck-us.net> 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-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: authenticated_id: guenter@roeck-us.net 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, Sep 18, 2015 at 07:22:04AM -0700, Guenter Roeck wrote: > On Fri, Sep 18, 2015 at 02:08:10PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20150917: > > > > I used the h8300 tree from next-20150828 since the current tree has been > > rebased onto something very old :-( > > > > The bluetooth tree still had its build failure. > > > > The tip tree gained a conflict against Linus' tree. > > > > The akpm-current tree lost its build failure. > > > > Non-merge commits (relative to Linus' tree): 1938 > > 1581 files changed, 83940 insertions(+), 23948 deletions(-) > > > > Build failures: > > ia64:defconfig > ia64:allnoconfig > > drivers/built-in.o: In function `efi_mem_attributes': > (.text+0xde962): undefined reference to `memmap' > drivers/built-in.o: In function `efi_mem_attributes': > (.text+0xde971): undefined reference to `memmap' > > Bisect points to 'efi, x86: Rearrange efi_mem_attributes()'. > On a side note, 'memmap' is really a bad name for a global variable, > As the patch description suggests, the variable does not exist for ia64, > so the build failure is not entirely unexpected. > The build for ia64 still fails in next-20151002. Maybe it is time to revert the offending commit ? After all, the commit was supposed to _fix_ a problem associated with ia64, not to make it completely non-buildable. Guenter