From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753672AbaE2Wly (ORCPT ); Thu, 29 May 2014 18:41:54 -0400 Received: from mail.windriver.com ([147.11.1.11]:55327 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751543AbaE2Wlx (ORCPT ); Thu, 29 May 2014 18:41:53 -0400 Message-ID: <5387B7A0.3030302@windriver.com> Date: Thu, 29 May 2014 18:41:36 -0400 From: Paul Gortmaker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Andy Lutomirski , "H. Peter Anvin" CC: Josh Boyer , Ingo Molnar , LKML , "tglx@linutronix.de" , "linux-tip-commits@vger.kernel.org" , "linux-next@vger.kernel.org" , Stephen Rothwell Subject: Re: [PATCH 0/2] x86,vdso: vdso build fixes and improvements References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.56.57] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14-05-29 05:57 PM, Andy Lutomirski wrote: > Patch 1 causes make;make to behave similarly to make if vdso2c fails. > Patch 2 hopefully fixes x86 crossbuilds on big-endian machines. I don't > have a big-endian machine to test on, though. Since the x86 builds are unconditionally failing as-is now in linux-next, perhaps Stephen [Cc'd] can layer these on the top of the tree he'll be making within the next couple of hours to give them a big-endian test. Paul. -- > > Andy Lutomirski (2): > x86,vdso: When vdso2c fails, unlink the output > x86,vdso: Fix cross-compilation from big-endian architectures > > arch/x86/vdso/vdso2c.c | 35 ++++++++++++++++++------- > arch/x86/vdso/vdso2c.h | 69 ++++++++++++++++++++++++++------------------------ > 2 files changed, 62 insertions(+), 42 deletions(-) >