[0/2] Fix two warnings about rq clock

Message ID 20230410081206.23441-1-jiahao.os@bytedance.com
Headers
Series Fix two warnings about rq clock |

Message

Hao Jia April 10, 2023, 8:12 a.m. UTC
  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(-)
  

Comments

Hao Jia April 20, 2023, 11:08 a.m. UTC | #1
kindly ping...


On 2023/4/10 Hao Jia wrote:
> 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(-)
>