hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/x86/kernel/step.c
....@@ -175,8 +175,7 @@
175175 *
176176 * NOTE: this means that set/clear TIF_BLOCKSTEP is only safe if
177177 * task is current or it can't be running, otherwise we can race
178
- * with __switch_to_xtra(). We rely on ptrace_freeze_traced() but
179
- * PTRACE_KILL is not safe.
178
+ * with __switch_to_xtra(). We rely on ptrace_freeze_traced().
180179 */
181180 local_irq_disable();
182181 debugctl = get_debugctlmsr();