Re: [PATCH v8 3.2.0-rc5 1/9] uprobes: Install and removebreakpoints.

From: Peter Zijlstra
Date: Wed Jan 04 2012 - 11:50:36 EST


On Fri, 2011-12-16 at 17:58 +0530, Srikar Dronamraju wrote:
> +static void __unregister_uprobe(struct uprobe *uprobe)
> +{
> + if (!register_for_each_vma(uprobe, false))
> + delete_uprobe(uprobe);
> +
> + /* TODO : cant unregister? schedule a worker thread */
> +}

I was about to suggest we merge it, but we really can't with a hole that
size..
--
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/