You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use a pointer to ASYNC_JOB to get wait_ctx each time the driver ready, but wait_ctx may be got freed already when the async job canceled after received ASYNC_PAUSE in the main thread.
ASYNC_JOB doesn't have any protection for reusing wait_ctx across threads.
The text was updated successfully, but these errors were encountered:
QAT_Engine/qat_events.c
Line 289 in 26b4d6c
ASYNC_JOB doesn't have any protection for reusing wait_ctx across threads.
The text was updated successfully, but these errors were encountered: