lkml.org 
[lkml]   [2019]   [Feb]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2] sched/topology: fix kernel crash when a CPU is hotplugged in a memoryless node
On Wed, Feb 20, 2019 at 05:55:20PM +0100, Laurent Vivier wrote:
> index 3f35ba1d8fde..372278605f0d 100644
> --- a/kernel/sched/topology.c
> +++ b/kernel/sched/topology.c
> @@ -1651,6 +1651,7 @@ void sched_init_numa(void)
> */
> tl[i++] = (struct sched_domain_topology_level){
> .mask = sd_numa_mask,
> + .flags = SDTL_OVERLAP,

This makes no sense what so ever. The numa identify node should not have
overlap with other domains.

Are you sure this is not because of the utterly broken powerpc nonsense
where they move CPUs between nodes?

> .numa_level = 0,
> SD_INIT_NAME(NODE)
> };
> --
> 2.20.1
>

\
 
 \ /
  Last update: 2019-02-20 18:10    [W:0.047 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site