commit | 31afd393aa4f2e0dab360714ea27e0f2c50010d6 | [log] [tgz] |
---|---|---|
author | Quinn Male <qmale@codeaurora.org> | Tue Jun 30 17:35:10 2020 -0700 |
committer | Quinn Male <qmale@codeaurora.org> | Tue Jun 30 17:35:10 2020 -0700 |
tree | 477048573d8afe658652f860b530ddf2e3a24630 | |
parent | a8019d1168a956fdb70f032407dfd18f3b054a19 [diff] |
st-hal: Fix deadlock for SSR during buffering There is a deadlock that can occur when an SSR offline event comes during buffering. The buffering thread sends a deferred stop event to the state machine if it stops with an error. This is intended for buffer overflow and other possible internal errors, but not for SSR usecases. Change-Id: I0fbba51f698784ac2f36f2526b78549b48f6f227