From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932527AbaH0E0m (ORCPT ); Wed, 27 Aug 2014 00:26:42 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:39294 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750801AbaH0E0l (ORCPT ); Wed, 27 Aug 2014 00:26:41 -0400 Message-ID: <53FD5DFD.80405@converseincode.com> Date: Tue, 26 Aug 2014 21:26:37 -0700 From: Behan Webster User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Will Deacon CC: "ard.biesheuvel@linaro.org" , Catalin Marinas , "k.khlebnikov@samsung.com" , "olof@lixom.net" , "peterz@infradead.org" , "takahiro.akashi@linaro.org" , "tglx@linutronix.de" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "mingo@kernel.org" , "dwmw2@infradead.org" Subject: Re: [PATCH 0/4] LLVMLinux: Patches to enable the kernel to be compiled with clang/LLVM References: <1406764649-20326-1-git-send-email-behanw@converseincode.com> <20140731103323.GL26853@arm.com> <53DB138F.7070709@converseincode.com> <20140826141608.GT23445@arm.com> In-Reply-To: <20140826141608.GT23445@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/26/14 07:16, Will Deacon wrote: > Hi Behan, > > On Fri, Aug 01, 2014 at 05:11:59AM +0100, Behan Webster wrote: >> On 07/31/14 03:33, Will Deacon wrote: >>> On Thu, Jul 31, 2014 at 12:57:25AM +0100, behanw@converseincode.com wrote: >>>> From: Behan Webster >>>> >>>> This patch set moves from using locally defined named registers to access the >>>> stack pointer to using a globally defined named register. This allows the code >>>> to work both with gcc and clang. >>>> >>>> The LLVMLinux project aims to fully build the Linux kernel using both gcc and >>>> clang (the C front end for the LLVM compiler infrastructure project). >>>> >>>> Behan Webster (4): >>>> arm64: LLVMLinux: Add current_stack_pointer() for arm64 >>>> arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk >>>> arm64: LLVMLinux: Calculate current_thread_info from >>>> current_stack_pointer >>>> arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c >>> Once Andreas's comments have been addressed: >>> >>> Acked-by: Will Deacon >>> >>> Please can you send a new series after the merge window? >> Pity. I was hoping to get it in this merge window. >> >> However, will resubmit for 3.18. > Any chance of a v2 for this series, please? If you address the comments > pending for v1, I think it's good to merge. Sure thing. 2 more named register patches added. Look for them at the end of the new patch series. I kept missing you in Chicago. I was hoping to say "hi". Behan -- Behan Webster behanw@converseincode.com