On Fri, 2011-04-01 at 20:05 +0530, Srikar Dronamraju wrote: > +struct notifier_block uprobes_exception_nb = { > + .notifier_call = uprobes_exception_notify, > + .priority = 0x7ffffff0, > +}; What kind of magic number is that?