Files
android_kernel_samsung_sm86…/core/utils/logging
Mahesh A Saptasagar 5eb6c0f45a qcacld-3.0: Dont send logs to userspace until logging service is initialized
qcacld-2.0 to qcacld-3.0 propagation

Observed kernel panic due to the race between initialization of
logging wait_queue in supplicant thread context and the same
uninitialized wait_queue is referenced in MCThread context.
To mitigate this issue, don't send logs to upper layers if logging
service is not initialized.

Change-Id: I96e3efb3947279be64b83a27a7e2458d04021c4e
CRs-Fixed: 963275
(cherry picked from commit fe200c52491b12087752a46bc602288adaf26557)
2016-09-10 19:08:02 -07:00
..