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

Srikar Dronamraju srikar@linux.vnet.ibm.com
Thu Jan 27 06:57:00 GMT 2011


* Peter Zijlstra <peterz@infradead.org> [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



More information about the Systemtap mailing list