Vaidyanathan Srinivasan writes: (Summary) [2016-07-12 18:33:56]:
Hi Thomas,
Yes this patch fixes the issue. I was able to recreate the problem and also verify with this patch on 4.7.0-rc7.
Tested-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
Does the above calculation hold good even if we send adjust=1 and bump down nr_active? Tested ok though :)
--Vaidy
[...]
Hi Thomas,
Yes this patch fixes the issue. I was able to recreate the problem and also verify with this patch on 4.7.0-rc7.
[...]
Tested-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com>
[...]
if (nr_active != this_rq->calc_load_active) { delta = nr_active - this_rq->calc_load_active; }return delta;
Does the above calculation hold good even if we send adjust=1 and bump down nr_active? Tested ok though :)
--Vaidy