[PATCH v3 0/2] Fixes for uclamp and capacity inversion detection

From: Qais Yousef
Date: Thu Jan 12 2023 - 07:27:35 EST


Patch 1 addresses a smatch warning reported by Dan Carpenter.

Patch 2 fixes a couple of issues reported by Dietmar in capacity inversion
logic.

Patch 3 which was an RFC patch was dropped. The discussion has settled into
this patch which is now treated separately from this series

https://lore.kernel.org/lkml/20221228165415.3436-1-vincent.guittot@xxxxxxxxxx/


Changes in v3:

* Fix commit message in patch 2.
* Drop Patch 3

Changes in v2:

* Patch1: Improve indentation as suggested by Dietmar
* Patch2: Make sure to hold rcu_read_lock() as we need it's not
held in all paths.


LINK v1:
* https://lore.kernel.org/lkml/20221127141742.1644023-1-qyousef@xxxxxxxxxxx/

LINK v2:
Sent in-reply-to v1

* https://lore.kernel.org/lkml/20221208145108.452032-1-qyousef@xxxxxxxxxxx/
* https://lore.kernel.org/lkml/20221208145409.453308-1-qyousef@xxxxxxxxxxx/

Qais Yousef (2):
sched/uclamp: Fix a uninitialized variable warnings
sched/fair: Fixes for capacity inversion detection

kernel/sched/fair.c | 48 +++++++++++++++++++++++++--------------------
1 file changed, 27 insertions(+), 21 deletions(-)

--
2.25.1