From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 415EE1A0013 for ; Wed, 25 Feb 2015 13:44:36 +1100 (AEDT) Message-ID: <1424832275.1459.4.camel@ellerman.id.au> Subject: Re: Build regressions/improvements in v4.0-rc1 From: Michael Ellerman To: Geert Uytterhoeven Date: Wed, 25 Feb 2015 13:44:35 +1100 In-Reply-To: References: <1424680402-3477-1-git-send-email-geert@linux-m68k.org> <1424753526.2318.6.camel@ellerman.id.au> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: "linuxppc-dev@lists.ozlabs.org" , "linux-kernel@vger.kernel.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-02-24 at 10:38 +0100, Geert Uytterhoeven wrote: > Hi Michael, > > On Tue, Feb 24, 2015 at 5:52 AM, Michael Ellerman wrote: > >> > + error: book3s_64_vio_hv.c: undefined reference to `power7_wakeup_loss': => .text+0x408) > >> > >> pseries_defconfig > > > > This one is actually from pseries_defconfig+POWERNV=n, so I think I > > Thanks! > > > broke your script with the + notation in the config name :) > > Nope, my brain used the wrong separator. I can't help with that :) > However, my scripts do have a problem with the subdirectories > in arch/powerpc/configs/ (4xx/currituck_defconfig)... Yeah sorry, they are a bit of a pain. I'm sure some horrible regexp can deal with it ;) cheers