public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix two warnings about rq clock
@ 2023-04-10  8:12 Hao Jia
  2023-04-10  8:12 ` [PATCH 1/2] sched/core: Fixed missing rq clock update before calling set_rq_offline() Hao Jia
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Hao Jia @ 2023-04-10  8:12 UTC (permalink / raw)
  To: mingo, peterz, mingo, juri.lelli, vincent.guittot,
	dietmar.eggemann, rostedt, bsegall, mgorman, bristot, vschneid,
	mgorman
  Cc: linux-kernel, Hao Jia

These two patches fix two warnings about rq clock

Patch1 fixes the warning of using the old rq clock caused by
missing update rq clock.

Patch2 fixes the warning that the rq clock was updated multiple
times while holding the rq lock.

Hao Jia (2):
  sched/core: Fixed missing rq clock update before calling
    set_rq_offline()
  sched/core: Avoid double calling update_rq_clock()

 kernel/sched/core.c     | 11 +++++++----
 kernel/sched/fair.c     |  9 ++++++---
 kernel/sched/topology.c | 10 ++++++----
 3 files changed, 19 insertions(+), 11 deletions(-)

-- 
2.37.0


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

end of thread, other threads:[~2023-05-09 16:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10  8:12 [PATCH 0/2] Fix two warnings about rq clock Hao Jia
2023-04-10  8:12 ` [PATCH 1/2] sched/core: Fixed missing rq clock update before calling set_rq_offline() Hao Jia
2023-04-10  8:12 ` [PATCH 2/2] sched/core: Avoid double calling update_rq_clock() Hao Jia
2023-04-21 13:44   ` Vincent Guittot
2023-05-02 10:22     ` [External] " Hao Jia
2023-05-04 16:03       ` Vincent Guittot
2023-05-05 12:13         ` Hao Jia
2023-05-09 16:26           ` Vincent Guittot
2023-04-20 11:08 ` [PATCH 0/2] Fix two warnings about rq clock Hao Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox