android_kernel_xiaomi_sm8350/core/dp
Himanshu Agarwal dd2196a8f5 qcacld-3.0: Do netif_rx_ni() for frames received before peer assoc
While processing of frames received before peer is registered in process
context, tcp_v4_rcv() is called which takes a spinlock and in between the
processing before spinlock can be released, it is getting preempted by
hif_napi_poll() as it gets executed in softirq context. It tries to take
the same spinlock in tcp_v4_rcv() resulting in deadlock.
Do netif_rx_ni() for frames received before peer is registered.

Change-Id: I6228984f209bb9312ed9d8f3937d6036918ff750
CRs-Fixed: 2034244
2017-08-10 01:49:27 -07:00
..
htt qcacld-3.0: Fix synchronization issue of credit number 2017-08-09 19:37:05 -07:00
ol/inc qcacld-3.0: Enable WLAN host data path support for IPA WDI3.0 2017-08-07 17:47:45 -07:00
txrx qcacld-3.0: Do netif_rx_ni() for frames received before peer assoc 2017-08-10 01:49:27 -07:00