kernel/arch/x86/kernel/step.c
.. .. @@ -175,8 +175,7 @@ 175 175 * 176 176 * NOTE: this means that set/clear TIF_BLOCKSTEP is only safe if 177 177 * task is current or it can't be running, otherwise we can race 178 - * with __switch_to_xtra(). We rely on ptrace_freeze_traced() but179 - * PTRACE_KILL is not safe.178 + * with __switch_to_xtra(). We rely on ptrace_freeze_traced().180 179 */ 181 180 local_irq_disable(); 182 181 debugctl = get_debugctlmsr();