android_kernel_xiaomi_sm8350/components/ipa
Manikanta Pubbisetty 4b9a9fa22f qcacld-3.0: move log out of the lock region
Currently, if the time spent in a spin_lock region exceeds
a certain threshold, a system crash will be triggered.

There are chances that a log within a spin_lock region would
result in a crash if the time taken to log the buffer exceeds
the threshold which triggers the crash.

Avoid this by moving the log out of the lock region.

Change-Id: Ic51556723033e9553443250b9cb4cfee2b402309
CRs-Fixed: 2713234
2020-06-18 21:19:14 -07:00
..
core qcacld-3.0: move log out of the lock region 2020-06-18 21:19:14 -07:00
dispatcher qcacld-3.0: Flush pending ipa pending events 2020-04-16 03:10:40 -07:00