We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e9df95 + 1d98a69 commit badf58aCopy full SHA for badf58a
kernel/livepatch/transition.c
@@ -309,13 +309,6 @@ static bool klp_try_switch_task(struct task_struct *task)
309
if (task->patch_state == klp_target_state)
310
return true;
311
312
- /*
313
- * For arches which don't have reliable stack traces, we have to rely
314
- * on other methods (e.g., switching tasks at kernel exit).
315
- */
316
- if (!klp_have_reliable_stack())
317
- return false;
318
-
319
/*
320
* Now try to check the stack for any to-be-patched or to-be-unpatched
321
* functions. If all goes well, switch the task to the target patch
0 commit comments