Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933108AbcDYQiv (ORCPT ); Mon, 25 Apr 2016 12:38:51 -0400 Received: from foss.arm.com ([217.140.101.70]:48107 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932586AbcDYQit (ORCPT ); Mon, 25 Apr 2016 12:38:49 -0400 Date: Mon, 25 Apr 2016 17:38:40 +0100 From: Catalin Marinas To: Ard Biesheuvel Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, will.deacon@arm.com, mark.rutland@arm.com, james.morse@arm.com Subject: Re: [PATCH 0/8] arm64: kaslr cleanups and improvements Message-ID: <20160425163840.GG9614@e104818-lin.cambridge.arm.com> References: <1460992188-23295-1-git-send-email-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460992188-23295-1-git-send-email-ard.biesheuvel@linaro.org> 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 Content-Length: 825 Lines: 16 On Mon, Apr 18, 2016 at 05:09:40PM +0200, Ard Biesheuvel wrote: > Ard Biesheuvel (8): > arm64: kernel: don't export local symbols from head.S > arm64: kernel: use literal for relocated address of > __secondary_switched > arm64: kernel: perform relocation processing from ID map > arm64: introduce mov_q macro to move a constant into a 64-bit register > arm64: kernel: replace early 64-bit literal loads with move-immediates > arm64: don't map TEXT_OFFSET bytes below the kernel if we can avoid it > arm64: relocatable: deal with physically misaligned kernel images > arm64: kaslr: increase randomization granularity I went through these patches and there is indeed a nice clean-up. The increased KASLR granularity also looks fine. So, for the series: Acked-by: Catalin Marinas