lkml.org 
[lkml]   [2011]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH v7 3.2-rc2 4/30] uprobes: Define hooks for mmap/munmap.
From
Date
On Fri, 2011-11-18 at 16:37 +0530, Srikar Dronamraju wrote:
> + ret = install_breakpoint(vma->vm_mm, uprobe);
> + if (ret == -EEXIST) {
> + atomic_inc(&vma->vm_mm->mm_uprobes_count);
> + ret = 0;
> + }

Aren't you double counting that probe position here? The one that raced
you to inserting it will also have incremented that counter, no?


\
 
 \ /
  Last update: 2011-11-23 19:13    [W:0.316 / U:1.768 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site