zhhyu7 opened a new pull request, #7574:
URL: https://github.com/apache/incubator-nuttx/pull/7574

   When a7 curl calls dns_query via usrsock, it will wait a usrsock response 
with the dns lock held. If a7 rptun recv a dns_addnameserver event from another 
core at this time, rptun waits the lock held by curl in callback. Then curl 
will never get its usrsock response with rptun blocked, so the deadlock occurs.
   
   This change will break lock when do usrsock request.
   
   Signed-off-by: zhanghongyu <zhanghon...@xiaomi.com>
   
   ## Summary
   
   ## Impact
   
   ## Testing
   
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to