Re: [PATCH 2/2] uprobes: add global breakpoints

From: Oleg Nesterov
Date: Wed Sep 12 2012 - 14:10:42 EST


On 09/12, Oleg Nesterov wrote:
>
> Lets start with the patch below,
> ...
>
> - if (!(uprobe->flags & UPROBE_SKIP_SSTEP))
> + if (!(uprobe->flags & UPROBE_SKIP_SSTEP) || (action & UPROBE_RESTART))

Hmm. This is wrong, but only because handle_swbp() is buggy.
I'll send the fix tomorrow.

Oleg.

--
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/