linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Fixes for uclamp and capacity inversion detection
@ 2023-01-12 12:27 Qais Yousef
  2023-01-12 12:27 ` [PATCH v3 1/2] sched/uclamp: Fix a uninitialized variable warnings Qais Yousef
  2023-01-12 12:27 ` [PATCH v3 2/2] sched/fair: Fixes for capacity inversion detection Qais Yousef
  0 siblings, 2 replies; 5+ messages in thread
From: Qais Yousef @ 2023-01-12 12:27 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra, Vincent Guittot, Dietmar Eggemann
  Cc: Rafael J. Wysocki, Viresh Kumar, linux-kernel, linux-pm,
	Lukasz Luba, Wei Wang, Xuewen Yan, Hank, Jonathan JMChen,
	Qais Yousef

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@linaro.org/


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@layalina.io/

LINK v2:
	Sent in-reply-to v1

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

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-13  8:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-12 12:27 [PATCH v3 0/2] Fixes for uclamp and capacity inversion detection Qais Yousef
2023-01-12 12:27 ` [PATCH v3 1/2] sched/uclamp: Fix a uninitialized variable warnings Qais Yousef
2023-01-13  8:13   ` Vincent Guittot
2023-01-12 12:27 ` [PATCH v3 2/2] sched/fair: Fixes for capacity inversion detection Qais Yousef
2023-01-13  8:14   ` Vincent Guittot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).