Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1407781

Re: [PATCH 3/3] arm64/numa: fix type info

From "Leizhen (ThunderTown)" <thunder.leizhen@huawei.com>
Newsgroups linux.kernel
Subject Re: [PATCH 3/3] arm64/numa: fix type info
Date 2016-05-27 04:40 +0200
Message-ID <rDfQS-62A-3@gated-at.bofh.it> (permalink)
References <rCTwZ-wH-3@gated-at.bofh.it> <rCTwZ-wH-1@gated-at.bofh.it> <rD6ky-dV-13@gated-at.bofh.it> <rD6ue-iv-21@gated-at.bofh.it> <rD76W-KM-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



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]

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 3/3] arm64/numa: fix type info Zhen Lei <thunder.leizhen@huawei.com> - 2016-05-26 04:50 +0200
  Re: [PATCH 3/3] arm64/numa: fix type info Ganapatrao Kulkarni <gpkulkarni@gmail.com> - 2016-05-26 18:30 +0200
    Re: [PATCH 3/3] arm64/numa: fix type info Joe Perches <joe@perches.com> - 2016-05-26 18:40 +0200
      Re: [PATCH 3/3] arm64/numa: fix type info David Daney <ddaney.cavm@gmail.com> - 2016-05-26 19:20 +0200
        Re: [PATCH 3/3] arm64/numa: fix type info "Leizhen (ThunderTown)" <thunder.leizhen@huawei.com> - 2016-05-27 04:40 +0200

csiph-web