linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Avoid obvious double update_rq_clock warning
@ 2022-04-22  9:09 Hao Jia
  2022-04-22  9:09 ` [PATCH v2 1/2] sched/core: " Hao Jia
  2022-04-22  9:09 ` [PATCH v2 2/2] sched/dl: Remove some comments and adjust code in push_dl_task Hao Jia
  0 siblings, 2 replies; 7+ messages in thread
From: Hao Jia @ 2022-04-22  9:09 UTC (permalink / raw)
  To: mingo, peterz, juri.lelli, vincent.guittot, dietmar.eggemann,
	rostedt, bsegall, mgorman, bristot
  Cc: linux-kernel, Hao Jia

These two patches are about the kernel scheduler:

patch 1: fixed the issue that kernel may trigger WARN_DOUBLE_CLOCK warning.
patch 2: removed some no longer needed comments in the deadline scheduler
and cleaned up the code.

v2:
   - Added double_rq_clock_clear_update inline helper to clear RQCF_UPDATED
     of rq->clock_update_flags.
   - split into two separate patches.

[1] https://lore.kernel.org/lkml/20220418090929.54005-1-jiahao.os@bytedance.com/

Hao Jia (2):
  sched/core: Avoid obvious double update_rq_clock warning
  sched/dl: Remove some comments and adjust code in push_dl_task

 kernel/sched/core.c     |  6 +++---
 kernel/sched/deadline.c |  8 +-------
 kernel/sched/rt.c       |  5 +++--
 kernel/sched/sched.h    | 31 +++++++++++++++++++++++++++----
 4 files changed, 34 insertions(+), 16 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-04-26  8:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22  9:09 [PATCH v2 0/2] Avoid obvious double update_rq_clock warning Hao Jia
2022-04-22  9:09 ` [PATCH v2 1/2] sched/core: " Hao Jia
2022-04-25 15:37   ` Dietmar Eggemann
2022-04-26  7:57     ` [External] " Hao Jia
2022-04-22  9:09 ` [PATCH v2 2/2] sched/dl: Remove some comments and adjust code in push_dl_task Hao Jia
2022-04-25 16:21   ` Dietmar Eggemann
2022-04-26  8:01     ` [External] " Hao Jia

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).