Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752493AbdGDJ3e (ORCPT ); Tue, 4 Jul 2017 05:29:34 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44702 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751879AbdGDJ3c (ORCPT ); Tue, 4 Jul 2017 05:29:32 -0400 Date: Tue, 4 Jul 2017 11:29:26 +0200 From: Greg Kroah-Hartman To: Ard Biesheuvel Cc: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" , Mark Rutland , Will Deacon , Catalin Marinas , Sasha Levin Subject: Re: [PATCH 4.4 072/101] arm64: assembler: make adr_l work in modules under KASLR Message-ID: <20170704092926.GA22041@kroah.com> References: <20170703133334.237346187@linuxfoundation.org> <20170703133346.514011949@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1251 Lines: 33 On Tue, Jul 04, 2017 at 10:24:37AM +0100, Ard Biesheuvel wrote: > On 3 July 2017 at 14:35, Greg Kroah-Hartman wrote: > > 4.4-stable review patch. If anyone has any objections, please let me know. > > > > ------------------ > > > > From: Ard Biesheuvel > > > > > > [ Upstream commit 41c066f2c4d436c535616fe182331766c57838f0 ] > > > > When CONFIG_RANDOMIZE_MODULE_REGION_FULL=y, the offset between loaded > > modules and the core kernel may exceed 4 GB, putting symbols exported > > by the core kernel out of the reach of the ordinary adrp/add instruction > > pairs used to generate relative symbol references. So make the adr_l > > macro emit a movz/movk sequence instead when executing in module context. > > > > While at it, remove the pointless special case for the stack pointer. > > > > As it turns out, this 'pointless special case' was not so pointless in > v4.4, and removing it breaks the build. > > Given that the only in-module user of adr_l is the new scalar AES > code, which is not backported to v4.4, there is really no point in > backporting this to v4.4. Yes, I dropped it from the tree about 2 hours ago after the build-bots reported it killed things :) thanks, greg k-h