linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] timers/nohz: Fixes and cleanups
@ 2023-02-10 14:09 Frederic Weisbecker
  2023-02-10 14:09 ` [PATCH 1/6] timers/nohz: Restructure and reshuffle struct tick_sched Frederic Weisbecker
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Frederic Weisbecker @ 2023-02-10 14:09 UTC (permalink / raw)
  To: LKML
  Cc: Frederic Weisbecker, Alexey Dobriyan, Peter Zijlstra, Wei Li,
	Mirsad Goran Todorovac, Thomas Gleixner, Yu Liao, Hillf Danton,
	Ingo Molnar

Try to (partially) fix the issue reported in https://lore.kernel.org/lkml/20230128020051.2328465-1-liaoyu15@huawei.com/

Frederic Weisbecker (6):
  timers/nohz: Restructure and reshuffle struct tick_sched
  timers/nohz: Only ever update sleeptime from idle exit
  timers/nohz: Protect idle/iowait sleep time under seqcount
  timers/nohz: Add a comment about broken iowait counter update race
  timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick()
  MAINTAINERS: Remove stale email address

 MAINTAINERS              |   2 +-
 kernel/time/tick-sched.c | 146 ++++++++++++++++++---------------------
 kernel/time/tick-sched.h |  67 +++++++++++-------
 3 files changed, 112 insertions(+), 103 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-02-13 18:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-10 14:09 [PATCH 0/6] timers/nohz: Fixes and cleanups Frederic Weisbecker
2023-02-10 14:09 ` [PATCH 1/6] timers/nohz: Restructure and reshuffle struct tick_sched Frederic Weisbecker
2023-02-10 14:09 ` [PATCH 2/6] timers/nohz: Only ever update sleeptime from idle exit Frederic Weisbecker
2023-02-10 14:09 ` [PATCH 3/6] timers/nohz: Protect idle/iowait sleep time under seqcount Frederic Weisbecker
2023-02-10 14:09 ` [PATCH 4/6] timers/nohz: Add a comment about broken iowait counter update race Frederic Weisbecker
2023-02-10 14:39   ` Peter Zijlstra
2023-02-10 16:10     ` Frederic Weisbecker
2023-02-10 14:09 ` [PATCH 5/6] timers/nohz: Remove middle-function __tick_nohz_idle_stop_tick() Frederic Weisbecker
2023-02-10 14:09 ` [PATCH 6/6] MAINTAINERS: Remove stale email address Frederic Weisbecker
2023-02-10 14:41 ` [PATCH 0/6] timers/nohz: Fixes and cleanups Peter Zijlstra
2023-02-13 18:36 ` Thomas Gleixner

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