From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752761AbbBYCoj (ORCPT ); Tue, 24 Feb 2015 21:44:39 -0500 Received: from ozlabs.org ([103.22.144.67]:57878 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752351AbbBYCoi (ORCPT ); Tue, 24 Feb 2015 21:44:38 -0500 Message-ID: <1424832275.1459.4.camel@ellerman.id.au> Subject: Re: Build regressions/improvements in v4.0-rc1 From: Michael Ellerman To: Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" 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" X-Mailer: Evolution 3.12.7-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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