From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752731AbdK1Sdy (ORCPT ); Tue, 28 Nov 2017 13:33:54 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:58180 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751796AbdK1Sdx (ORCPT ); Tue, 28 Nov 2017 13:33:53 -0500 Date: Tue, 28 Nov 2017 18:33:55 +0000 From: Will Deacon To: Yury Norov Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Alex Matveev , Alexander Potapenko , Andi Kleen , Ard Biesheuvel , Catalin Marinas , Kees Cook , Mark Rutland , Maxim Kuvyrkov , Nick Desaulniers , Peter Zijlstra , Sami Tolvanen , Stephen Boyd Subject: Re: [PATCH] arm64: fix missing 'const' qualifiers Message-ID: <20171128183355.GO9266@arm.com> References: <20171125094127.7536-1-ynorov@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171125094127.7536-1-ynorov@caviumnetworks.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 25, 2017 at 12:41:27PM +0300, Yury Norov wrote: > It was discovered during LTO-enabled compilation with gcc/ld.bfd. What was discovered? Could you provide a bit more information in the changelog, please? I'm happy to take this as a fix if it's actually fixing something. Will From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Tue, 28 Nov 2017 18:33:55 +0000 Subject: [PATCH] arm64: fix missing 'const' qualifiers In-Reply-To: <20171125094127.7536-1-ynorov@caviumnetworks.com> References: <20171125094127.7536-1-ynorov@caviumnetworks.com> Message-ID: <20171128183355.GO9266@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Nov 25, 2017 at 12:41:27PM +0300, Yury Norov wrote: > It was discovered during LTO-enabled compilation with gcc/ld.bfd. What was discovered? Could you provide a bit more information in the changelog, please? I'm happy to take this as a fix if it's actually fixing something. Will