Files
twx-linux/kernel
Odin Ugedal 8adfb5fe9c sched/fair: Fix CFS bandwidth hrtimer expiry type
[ Upstream commit 72d0ad7cb5 ]

The time remaining until expiry of the refresh_timer can be negative.
Casting the type to an unsigned 64-bit value will cause integer
underflow, making the runtime_refresh_within return false instead of
true. These situations are rare, but they do happen.

This does not cause user-facing issues or errors; other than
possibly unthrottling cfs_rq's using runtime from the previous period(s),
making the CFS bandwidth enforcement less strict in those (special)
situations.

Signed-off-by: Odin Ugedal <odin@uged.al>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Ben Segall <bsegall@google.com>
Link: https://lore.kernel.org/r/20210629121452.18429-1-odin@uged.al
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-07-28 09:14:25 +02:00
..
2020-09-23 08:46:14 +02:00
…
…
2019-11-28 18:28:55 +01:00
…
2021-06-16 11:36:34 +02:00
…
…
…
…
…
…
…
…
…
…
…
2021-02-10 09:09:25 +01:00
2020-04-02 17:20:26 +02:00
…
…
…
…
…
2020-04-24 07:58:54 +02:00
…
…
…
…
…
2020-01-12 11:24:12 +01:00
…
…
…
…
…
…
…