This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] [PATCH 2.6.37-rc5-tip 11/20] 11: uprobes: slot allocation for uprobes


On Thu, 2010-12-16 at 15:29 +0530, Srikar Dronamraju wrote:
> +       /*
> +        * We keep the vma's vm_start rather than a pointer to the vma
> +        * itself.  The probed process or a naughty kernel module could make
> +        * the vma go away, and we must handle that reasonably gracefully.
> +        */
> +       unsigned long vaddr;            /* Page(s) of instruction slots */ 

You could simply refuse to let the user unmap that area and rogue kernel
modules aren't something you can do anything about anyway.

But yeah..


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]