Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 514a4d4e authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan Committed by Gerrit - the friendly Code Review server
Browse files

drivers: rmnet_shs: Fix DEBUG_LIST/spinlock error



Previously during SSR the nodes were not cleaned up on reinit
old nodes would be cleanup incorrectly as reinit would invalidate
their contents. This change correctly does a clean up on old
nodes during SSR to fix this.

Spinlock deadlock was occuring between shs wq and rx context
when spinlock_irqsave was not being called.
Change all spinlock calls to spinlock_irqsave.

CRs-Fixed: 2340672
Change-Id: I3bc3708e8f900738b1835a0d164ff69c138846ca
Acked-by: default avatarRaul Martinez <mraul@qti.qualcomm.com>
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
parent 8c35db1d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment