diff options
author | Odin Ugedal <[email protected]> | 2021-06-29 14:14:52 +0200 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2021-07-02 15:58:24 +0200 |
commit | 72d0ad7cb5bad265adb2014dbe46c4ccb11afaba (patch) | |
tree | 93567a1879448c91711ed8ff217a59c039403767 /scripts/decode_stacktrace.sh | |
parent | ceb6ba45dc8074d2a1ec1117463dc94a20d4203d (diff) |
sched/fair: Fix CFS bandwidth hrtimer expiry type
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 <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Ben Segall <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions