From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759606AbcCDUGO (ORCPT ); Fri, 4 Mar 2016 15:06:14 -0500 Received: from foss.arm.com ([217.140.101.70]:46283 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757077AbcCDUGN (ORCPT ); Fri, 4 Mar 2016 15:06:13 -0500 Date: Fri, 4 Mar 2016 20:06:25 +0000 From: Will Deacon To: torvalds@linux-foundation.org Cc: catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, ard.biesheuvel@linaro.org Subject: [GIT PULL] arm64 fix for 4.5-rc7 Message-ID: <20160304200625.GE7886@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Hi Linus, Please pull this arm64 fix for -rc7. Without it, our struct page array can overflow the vmemmap region on systems with a large PHYS_OFFSET. Nothing else on the radar at the moment, so hopefully that's it for 4.5 from us. Cheers, Will --->8 The following changes since commit 81f70ba233d5f660e1ea5fe23260ee323af5d53a: Linux 4.5-rc5 (2016-02-20 13:39:35 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to dfd55ad85e4a7fbaa82df12467515ac3c81e8a3e: arm64: vmemmap: use virtual projection of linear region (2016-02-26 17:59:04 +0000) ---------------------------------------------------------------- arm64 fix: - Ensure struct page array fits within vmemmap area ---------------------------------------------------------------- Ard Biesheuvel (1): arm64: vmemmap: use virtual projection of linear region arch/arm64/include/asm/pgtable.h | 7 ++++--- arch/arm64/mm/init.c | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-)