diff options
author | 2025-05-09 13:36:59 +0200 | |
---|---|---|
committer | 2025-05-14 13:16:24 +0200 | |
commit | 676e8cf70cb0533e1118e29898c9a9c33ae3a10f (patch) | |
tree | ea7646aca88d44c671755b5d205984ffad12a783 /scripts/lib/kdoc/kdoc_output.py | |
parent | sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasks (diff) | |
download | linux-rng-676e8cf70cb0533e1118e29898c9a9c33ae3a10f.tar.xz linux-rng-676e8cf70cb0533e1118e29898c9a9c33ae3a10f.zip |
sched,livepatch: Untangle cond_resched() and live-patching
With the goal of deprecating / removing VOLUNTARY preempt, live-patch
needs to stop relying on cond_resched() to make forward progress.
Instead, rely on schedule() with TASK_FREEZABLE set. Just like
live-patching, the freezer needs to be able to stop tasks in a safe /
known state.
[bigeasy: use likely() in __klp_sched_try_switch() and update comments]
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Tested-by: Petr Mladek <pmladek@suse.com>
Tested-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Miroslav Benes <mbenes@suse.cz>
Acked-by: Josh Poimboeuf <jpoimboe@kernel.org>
Link: https://lore.kernel.org/r/20250509113659.wkP_HJ5z@linutronix.de
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions