diff options
author | Andrew Vagin <[email protected]> | 2012-03-07 14:49:56 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2012-03-08 12:56:40 -0800 |
commit | 7b60a18da393ed70db043a777fd9e6d5363077c4 (patch) | |
tree | cf83f1b5fdd5b7fab96c256f40db877112b277fe /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 8b0372a258e6bd0e9e5ea3f3d5f05a6bf3972fee (diff) |
uevent: send events in correct order according to seqnum (v3)
The queue handling in the udev daemon assumes that the events are
ordered.
Before this patch uevent_seqnum is incremented under sequence_lock,
than an event is send uner uevent_sock_mutex. I want to say that code
contained a window between incrementing seqnum and sending an event.
This patch locks uevent_sock_mutex before incrementing uevent_seqnum.
v2: delete sequence_lock, uevent_seqnum is protected by uevent_sock_mutex
v3: unlock the mutex before the goto exit
Thanks for Kay for the comments.
Signed-off-by: Andrew Vagin <[email protected]>
Tested-By: Kay Sievers <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions