Hi!
When using something other than 8 spaces per tab, this ascii art makes not sense, and the reader might end up wondering what this advanced equation "is".
I believe this should not be in stable. Our stable-rules documentation is quite clear there.
+++ b/kernel/sched/fair.c @@ -3141,7 +3141,7 @@ void reweight_task(struct task_struct *p, int prio)
tg->weight * grq->load.weight
- ge->load.weight = ----------------------------- (1)
\Sum grq->load.weight
\Sum grq->load.weight
- Now, because computing that sum is prohibitively expensive to compute (been
- there, done that) we approximate it with this average stuff. The average
Best regards, Pavel