jerpelea opened a new pull request, #19649:
URL: https://github.com/apache/nuttx/pull/19649

   ## Summary
   
   on_hci() ran the host upcall with g_sdc_dev.lock held. On nrf53 this 
deadlocks the BLE link: the upcall waits for the app core, which cannot answer 
while bt_hci_send() blocks on the same lock.
   
   nrf52 modified for consistency, deadlock is not possible there.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to