Files
i2som-imx-linux/lib
Andrew Vagin 8247c5b750 uevent: send events in correct order according to seqnum (v3)
commit 7b60a18da3 upstream.

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 <avagin@openvz.org>
Tested-By: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-02 10:31:52 -07:00
..
2011-09-21 13:39:59 -07:00
2011-07-26 16:49:47 -07:00
2011-10-29 21:20:22 +02:00
2012-01-10 16:30:51 -08:00
2011-07-26 16:49:47 -07:00
2012-01-03 22:54:56 -05:00
2011-09-20 23:24:44 -04:00
2011-11-02 16:07:00 -07:00
2011-11-28 21:12:42 +02:00
2011-07-25 20:57:15 -07:00
2011-08-06 18:32:45 -07:00
2011-11-04 17:47:34 -04:00
2012-01-31 23:19:47 +02:00
2011-12-08 19:52:43 -05:00