diff options
author | Manfred Spraul <[email protected]> | 2013-09-30 13:45:07 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-09-30 14:31:01 -0700 |
commit | d8c633766ad88527f25d9f81a5c2f083d78a2b39 (patch) | |
tree | 68d0ce69d04d245b8c4236b84892ea740232d6f2 /tools/perf/util/trace-event-scripting.c | |
parent | 6d07b68ce16ae9535955ba2059dedba5309c3ca1 (diff) |
ipc/sem.c: synchronize the proc interface
The proc interface is not aware of sem_lock(), it instead calls
ipc_lock_object() directly. This means that simple semop() operations
can run in parallel with the proc interface. Right now, this is
uncritical, because the implementation doesn't do anything that requires
a proper synchronization.
But it is dangerous and therefore should be fixed.
Signed-off-by: Manfred Spraul <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Rik van Riel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions