[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1477431061-7258-1-git-send-email-ddaney.cavm@gmail.com>
Date: Tue, 25 Oct 2016 14:30:59 -0700
From: David Daney <ddaney.cavm@...il.com>
To: linux-kernel@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Will Deacon <will.deacon@....com>,
Catalin Marinas <catalin.marinas@....com>
Cc: Robert Richter <rric@...nel.org>,
Hanjun Guo <hanjun.guo@...aro.org>,
Ganapatrao Kulkarni <gkulkarni@...iumnetworks.com>,
Gilbert Netzer <noname@....kth.se>,
David Daney <david.daney@...ium.com>
Subject: [PATCH 0/2] arm64, numa: Fix OOPS with numa=off
From: David Daney <david.daney@...ium.com>
We get an OOPS in the arm64 kernel on NUMA systems when numa=off is
passed on the command line.
Fix it by returning NUMA_NO_NODE from of_node_to_nid when numa=off.
David Daney (2):
of, numa: Add function to disable of_node_to_nid().
arm64, numa: Force of_node_to_nid to return NUMA_NO_NODE when
numa=off.
arch/arm64/mm/numa.c | 5 ++++-
drivers/of/of_numa.c | 15 +++++++++++++++
include/linux/of.h | 2 ++
3 files changed, 21 insertions(+), 1 deletion(-)
--
1.8.3.1
Powered by blists - more mailing lists