[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5747B287.7050309@huawei.com>
Date: Fri, 27 May 2016 10:35:51 +0800
From: "Leizhen (ThunderTown)" <thunder.leizhen@...wei.com>
To: David Daney <ddaney.cavm@...il.com>, Joe Perches <joe@...ches.com>
CC: Ganapatrao Kulkarni <gpkulkarni@...il.com>,
devicetree <devicetree@...r.kernel.org>,
Zefan Li <lizefan@...wei.com>,
David Daney <david.daney@...ium.com>,
Catalin Marinas <catalin.marinas@....com>,
"Xinwei Hu" <huxinwei@...wei.com>,
Tianhong Ding <dingtianhong@...wei.com>,
"Will Deacon" <will.deacon@....com>,
linux-kernel <linux-kernel@...r.kernel.org>,
Robert Richter <rrichter@...ium.com>,
Rob Herring <robh+dt@...nel.org>,
Hanjun Guo <guohanjun@...wei.com>,
Grant Likely <grant.likely@...aro.org>,
Ganapatrao Kulkarni <gkulkarni@...iumnetworks.com>,
Frank Rowand <frowand.list@...il.com>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH 3/3] arm64/numa: fix type info
On 2016/5/27 1:12, David Daney wrote:
> The current patch to correct this problem is here:
>
> https://lkml.org/lkml/2016/5/24/679
>
> Since v7 of the ACPI/NUMA patches are likely going to be added to linux-next as soon as the current merge window ends, further simplifications of the informational prints should probably be rebased on top of it.
>
> David Daney
>
>> On Thu, 2016-05-26 at 09:22 -0700, Ganapatrao Kulkarni wrote:
>>> IIRC, it should be
>>> if (!numa_off)
>>> we want to print this message when we failed to find proper numa configuration.
>>> when numa_off is set, we will not look for any numa configuration.
>>>
>>>>
>>>> + pr_info("%s\n", "No NUMA configuration found");
>>
OK, I think I also missed some cases.
But my problem still have not been resolved by "https://lkml.org/lkml/2016/5/24/679", see below. I will update my patches base on it.
[ 0.000000] NUMA: Adding memblock [0x0 - 0x6affffff] on node 0
[ 0.000000] NUMA: parsing numa-distance-map-v1
[ 0.000000] NUMA: Warning: invalid memblk node 4 [mem 0x6b000000-0x7fbfffff] //My numa configuration is incorrect, but not "No ... found"
[ 0.000000] No NUMA configuration found //Above warning is very detail, this can be removed
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000017ffffffff]
Powered by blists - more mailing lists