Re: [PATCH v2] sched: sched_domain fix highest_flag_domain function

2020-10-27 Thread Valentin Schneider
On 27/10/20 09:57, Dietmar Eggemann wrote: > On 27/10/2020 04:32, Xuewen Yan wrote: >> the highest_flag_domain is to search the highest sched_domain >> containing flag, but if the lower sched_domain didn't contain >> the flag, but the higher sched_domain contains the flag, the >> function will

Re: [PATCH v2] sched: sched_domain fix highest_flag_domain function

2020-10-27 Thread Dietmar Eggemann
On 27/10/2020 04:32, Xuewen Yan wrote: > the highest_flag_domain is to search the highest sched_domain > containing flag, but if the lower sched_domain didn't contain > the flag, but the higher sched_domain contains the flag, the > function will return NULL instead of the higher sched_domain. > >