Re: [PATCH] kernel/sched/fair: Fix to not require calculation for the weight nice0

From: Li kunyu

Date: Fri May 29 2026 - 04:22:01 EST


Hello maintainer:
I am very happy that you could reply to my email.

The judgment statement in the previous patch was added for the nice0
judgment, while the modification of converting virtual running time to
actual time was due to carelessness.

https://lore.kernel.org/all/20260527072113.359604-1-likunyu10@xxxxxxx/

Regarding the newly submitted patch judgment statement, I have
verified it on multiple business machines and my own development
machine. Over half of the tasks belong to the nice0 priority level.

Currently, I also believe that such a modification will bring some
benefits, and it maintains consistency with the conversion of actual
running time to virtual running time.

thinks