All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] sched/core: Avoid obvious double update_rq_clock warning
@ 2022-04-27  8:00 Hao Jia
  2022-04-27  8:00 ` [PATCH v3 1/2] " Hao Jia
  2022-04-27  8:00 ` [PATCH v3 2/2] sched/deadline: Remove superfluous rq clock update in push_dl_task() Hao Jia
  0 siblings, 2 replies; 6+ messages in thread
From: Hao Jia @ 2022-04-27  8:00 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.

Thanks for suggestion from Dietmar Eggemann & Peter Zijlstra.

v2->v3:
   - Modify some descriptions and errors in the commit information.
   - Fixed a bug that might trigger the WARN_DOUBLE_CLOCK warning in
     migrate_task_rq_dl().
   - Add Reviewed-by: Dietmar Eggemann <dietmar.eggemann@arm.com> for
     patch 2.

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

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

Hao Jia (2):
  sched/core: Avoid obvious double update_rq_clock warning
  sched/deadline: Remove superfluous rq clock update in push_dl_task()

 kernel/sched/core.c     |  6 +++---
 kernel/sched/deadline.c | 13 ++++---------
 kernel/sched/rt.c       |  5 +++--
 kernel/sched/sched.h    | 31 +++++++++++++++++++++++++++----
 4 files changed, 37 insertions(+), 18 deletions(-)

-- 
2.32.0


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

end of thread, other threads:[~2022-04-30  7:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27  8:00 [PATCH v3 0/2] sched/core: Avoid obvious double update_rq_clock warning Hao Jia
2022-04-27  8:00 ` [PATCH v3 1/2] " Hao Jia
2022-04-29 12:59   ` Dietmar Eggemann
2022-04-30  7:24     ` [External] " Hao Jia
2022-04-27  8:00 ` [PATCH v3 2/2] sched/deadline: Remove superfluous rq clock update in push_dl_task() Hao Jia
2022-04-29 14:30   ` Daniel Bristot de Oliveira

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.