Re: [RFC] [PATCH 2.6.37-rc5-tip 16/20] 16: uprobes: register anotifier for uprobes.

From: Srikar Dronamraju
Date: Thu Jan 27 2011 - 01:57:19 EST


* Peter Zijlstra <peterz@xxxxxxxxxxxxx> [2011-01-25 14:56:18]:

> On Thu, 2010-12-16 at 15:30 +0530, Srikar Dronamraju wrote:
> > Uprobe needs to be intimated on int3 and singlestep exceptions.
> > Hence uprobes registers a die notifier so that its notified of the events.
>
> Why isn't this part of the previous patch? This splitup really doesn't
> make sense.

The die notifier which is introduced in patch 15 is arch dependent
(i.e x86). Whereever possible I have kept the arch dependent parts
separate from the arch independent parts so that porting to
another architecture becomes easier and clear.

--
Thanks and Regards
Srikar
--
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/