From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761484AbcJ1QBi (ORCPT ); Fri, 28 Oct 2016 12:01:38 -0400 Received: from foss.arm.com ([217.140.101.70]:34546 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761283AbcJ1QBf (ORCPT ); Fri, 28 Oct 2016 12:01:35 -0400 Date: Fri, 28 Oct 2016 17:01:34 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com Subject: [GIT PULL] arm64: fixes for -rc3 Message-ID: <20161028160134.GC1076@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 these three arm64 fixes for -rc3. They're all pretty straightforward: a couple of NUMA issues from the Huawei folks and a thinko in __page_to_voff that seems to be benign, but is certainly better off fixed. Thanks, Will --->8 The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69: Linux 4.9-rc2 (2016-10-23 17:10:14 -0700) 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 3fa72fe9c614717d22ae75b84d45f41da65c10fe: arm64: mm: fix __page_to_voff definition (2016-10-26 18:22:42 +0100) ---------------------------------------------------------------- arm64 fixes: - Couple of NUMA fixes - Thinko in __page_to_voff ---------------------------------------------------------------- Hanjun Guo (1): arm64/numa: fix incorrect log for memory-less node Neeraj Upadhyay (1): arm64: mm: fix __page_to_voff definition Yisheng Xie (1): arm64/numa: fix pcpu_cpu_distance() to get correct CPU proximity arch/arm64/include/asm/memory.h | 2 +- arch/arm64/mm/numa.c | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-)