Re: [PATCH 2/2] ptrace: fix set_task_blockstep()->update_debugctlmsr()logic

From: Sebastian Andrzej Siewior
Date: Tue Aug 07 2012 - 06:53:06 EST


On 08/07/2012 11:41 AM, Sebastian Andrzej Siewior wrote:
On 08/03/2012 06:29 PM, Oleg Nesterov wrote:
For uprobes we never set the bit, we only need it cleared. We get here
via int 3 and do_debug() already clears TIF_BLOCKSTEP because the
CPU clears the bit in CPU. So both, TIF_BLOCKSTEP and DEBUGCTLMSR_BTF
are never set.

Actually I'm, wrong. Syscalls do clear the DEBUGCTLMSR_BTF bit, int3
does not. So yes, we need it after all…

Sebastian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/