Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753520AbdHQSWL (ORCPT ); Thu, 17 Aug 2017 14:22:11 -0400 Received: from mail-qk0-f171.google.com ([209.85.220.171]:32961 "EHLO mail-qk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752820AbdHQSWJ (ORCPT ); Thu, 17 Aug 2017 14:22:09 -0400 Subject: Re: New assembler warnings with binutils 2.29 To: Ramana Radhakrishnan , Catalin Marinas Cc: nd@arm.com, Arnd Bergmann , Ard Biesheuvel , Will Deacon , Linux Kernel Mailing List , michael.collison@arm.com, linux-arm-kernel References: <20170811092213.mdmzqtm2lp6ltlxt@armageddon.cambridge.arm.com> <20170814085901.evwj3rrxo74wcgak@armageddon.cambridge.arm.com> <20170814103444.nl6tl3y6wppyk32h@armageddon.cambridge.arm.com> <20170814144509.ktozfiaa2c3p46r2@armadillo> From: Laura Abbott Message-ID: <89e1edd1-8aac-b3cb-ee4d-37751efa4878@redhat.com> Date: Thu, 17 Aug 2017 11:22:05 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170814144509.ktozfiaa2c3p46r2@armadillo> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 616 Lines: 21 On 08/14/2017 07:45 AM, Ramana Radhakrishnan wrote: > On Mon, Aug 14, 2017 at 11:34:45AM +0100, Catalin Marinas wrote: >>> >>> Any attempts to realias these to the correct meaning as per the AAPCS >>> continues to work from my limited testing of a prototype patch so far. >> >> This would be great. Thanks Ramana! > > I've submitted the patch upstream and would appreciate any testing of kernel > builds to double check that this fixes the issue at hand. > > https://sourceware.org/ml/binutils/2017-08/msg00160.html I verified on a local build that this makes the warnings go away. Thanks, Laura > > > Ramana