[0/3] sched/nohz: Misc minor cleanups to the NOHZ idle balancing code

Message ID 20231006102518.2452758-1-mingo@kernel.org
Headers
Series sched/nohz: Misc minor cleanups to the NOHZ idle balancing code |

Message

Ingo Molnar Oct. 6, 2023, 10:25 a.m. UTC
  Noticed a few minor details while I was reading this code:

Ingo Molnar (3):
  sched/nohz: Update idle load-balancing (ILB) comments
  sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()
  sched/nohz: Remove weird error handling from find_new_ilb()

 kernel/sched/fair.c | 45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)
  

Comments

Joel Fernandes Oct. 8, 2023, 4:56 p.m. UTC | #1
On Fri, Oct 06, 2023 at 12:25:15PM +0200, Ingo Molnar wrote:
> Noticed a few minor details while I was reading this code:
> 
> Ingo Molnar (3):
>   sched/nohz: Update idle load-balancing (ILB) comments
>   sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()
>   sched/nohz: Remove weird error handling from find_new_ilb()

Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>

thanks,

 - Joel

> 
>  kernel/sched/fair.c | 45 +++++++++++++++++++++++----------------------
>  1 file changed, 23 insertions(+), 22 deletions(-)
> 
> -- 
> 2.39.2
>