Closed lancerchao closed 8 years ago
tls_rx_async_work acquires tsk->rx_lock, then tries to lock_sock() twice (for both tsk and the underlying socket). lock_sock() potentially sleeps
Need to investigate this further. tsk->rx_lock is not a spinlock, so it should be okay. But for some reason the kernel locking debug module still complained.
tls_rx_async_work acquires tsk->rx_lock, then tries to lock_sock() twice (for both tsk and the underlying socket). lock_sock() potentially sleeps