live-patching.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] livepatch,sched: Add livepatch task switching to cond_resched()
@ 2023-02-09 19:17 Josh Poimboeuf
  2023-02-09 19:17 ` [PATCH 1/3] livepatch: Skip task_call_func() for current task Josh Poimboeuf
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Josh Poimboeuf @ 2023-02-09 19:17 UTC (permalink / raw)
  To: live-patching
  Cc: linux-kernel, Seth Forshee, Peter Zijlstra, Song Liu,
	Mark Rutland, Petr Mladek, Joe Lawrence, Miroslav Benes,
	Jiri Kosina, Ingo Molnar

Fix patching stalls caused by busy kthreads.

Josh Poimboeuf (3):
  livepatch: Skip task_call_func() for current task
  livepatch,sched: Add livepatch task switching to cond_resched()
  vhost: Fix livepatch timeouts in vhost_worker()

 drivers/vhost/vhost.c           |  3 +-
 include/linux/livepatch.h       |  1 +
 include/linux/livepatch_sched.h | 29 +++++++++++++++
 include/linux/sched.h           | 20 ++++++++---
 kernel/livepatch/transition.c   | 60 ++++++++++++++++++++++++++++++-
 kernel/sched/core.c             | 64 ++++++++++++++++++++++++++++-----
 6 files changed, 161 insertions(+), 16 deletions(-)
 create mode 100644 include/linux/livepatch_sched.h

-- 
2.39.0


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

end of thread, other threads:[~2023-02-17  9:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09 19:17 [PATCH 0/3] livepatch,sched: Add livepatch task switching to cond_resched() Josh Poimboeuf
2023-02-09 19:17 ` [PATCH 1/3] livepatch: Skip task_call_func() for current task Josh Poimboeuf
2023-02-15  9:56   ` Petr Mladek
2023-02-09 19:17 ` [PATCH 2/3] livepatch,sched: Add livepatch task switching to cond_resched() Josh Poimboeuf
2023-02-15 13:30   ` Petr Mladek
2023-02-16  2:26     ` Josh Poimboeuf
2023-02-17  9:14       ` Petr Mladek
2023-02-09 19:17 ` [PATCH 3/3] vhost: Fix livepatch timeouts in vhost_worker() Josh Poimboeuf
2023-02-15 13:31   ` Petr Mladek
2023-02-10 21:08 ` [PATCH 0/3] livepatch,sched: Add livepatch task switching to cond_resched() Seth Forshee
2023-02-14 12:08 ` Peter Zijlstra
2023-02-14 19:05   ` Josh Poimboeuf

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