From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.active-venture.com (mail.active-venture.com [67.228.131.205]) by lists.ozlabs.org (Postfix) with ESMTP id 64CB11A0010 for ; Tue, 8 Jul 2014 13:07:21 +1000 (EST) Message-ID: <53BB6067.1090402@roeck-us.net> Date: Mon, 07 Jul 2014 20:07:19 -0700 From: Guenter Roeck MIME-Version: 1.0 To: Nick Krause , benh@kernel.crashing.org Subject: Re: Allyesconfig for powerpc still Failing References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Cc: mahesh@linux.vnet.ibm.com, agraf@suse.de, "linux-kernel@vger.kernel.org" , michael@ellerman.id.au, paulus@samba.org, anton@samba.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 07/07/2014 07:45 PM, Nick Krause wrote: > Today I tested the allyesconfig for powerpc and it seems to be still > failing according to my tests. > Below are the error messages I get before the jobs finish and exit > failing the build. > Cheers Nick > arch/powerpc/kernel/exceptions-64s.S: Assembler messages: > arch/powerpc/kernel/exceptions-64s.S:1331: Error: attempt to move .org backwards > make[1]: *** [arch/powerpc/kernel/head_64.o] Error 1 > make: *** [arch/powerpc/kernel] Error 2 > make: *** Waiting for unfinished jobs.... I submitted a patch to work around this problem a couple of weeks ago [1]. Unfortunately, with this patch applied, allyesconfig still fails with relocation errors, but at least the above message is gone, and allmodconfig passes. Maybe we can convince Ben to accept the patch ... Thanks, Guenter --- [1] https://lkml.org/lkml/2014/6/30/607 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753006AbaGHDHV (ORCPT ); Mon, 7 Jul 2014 23:07:21 -0400 Received: from mail.active-venture.com ([67.228.131.205]:53822 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751236AbaGHDHU (ORCPT ); Mon, 7 Jul 2014 23:07:20 -0400 X-Originating-IP: 108.223.40.66 Message-ID: <53BB6067.1090402@roeck-us.net> Date: Mon, 07 Jul 2014 20:07:19 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Nick Krause , benh@kernel.crashing.org CC: paulus@samba.org, mahesh@linux.vnet.ibm.com, anton@samba.org, agraf@suse.de, michael@ellerman.id.au, svaidy@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org, "linux-kernel@vger.kernel.org" Subject: Re: Allyesconfig for powerpc still Failing References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/07/2014 07:45 PM, Nick Krause wrote: > Today I tested the allyesconfig for powerpc and it seems to be still > failing according to my tests. > Below are the error messages I get before the jobs finish and exit > failing the build. > Cheers Nick > arch/powerpc/kernel/exceptions-64s.S: Assembler messages: > arch/powerpc/kernel/exceptions-64s.S:1331: Error: attempt to move .org backwards > make[1]: *** [arch/powerpc/kernel/head_64.o] Error 1 > make: *** [arch/powerpc/kernel] Error 2 > make: *** Waiting for unfinished jobs.... I submitted a patch to work around this problem a couple of weeks ago [1]. Unfortunately, with this patch applied, allyesconfig still fails with relocation errors, but at least the above message is gone, and allmodconfig passes. Maybe we can convince Ben to accept the patch ... Thanks, Guenter --- [1] https://lkml.org/lkml/2014/6/30/607