diff options
| author | Christian Gromm <[email protected]> | 2016-08-19 11:12:54 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-08-21 16:53:57 +0200 |
| commit | bf9503f11dedf40158a8a5847f2d482bc15cd82b (patch) | |
| tree | 7319082a573eb27c01ede556eed44ded6dd9ef2e /tools/perf/scripts/python | |
| parent | cf05918370006fbdb6dc5708ca9951ee8093b8ef (diff) | |
staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue
The "broken in pipe" handler of the USB-HDM calls most_stop_enqueue() to
stop the MBO traffic before returning all MBOs back to the Mostcore. As
the enqueue() call from the Mostcore may run in parallel with the
most_stop_enqueue(), the HDM may run into the inconsistent state and
crash the kernel.
This patch synchronizes enqueue(), most_stop_enqueue() and
most_resume_enqueue() with a mutex, hence avoiding the race condition.
Signed-off-by: Andrey Shvetsov <[email protected]>
Signed-off-by: Christian Gromm <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions