GUIDINGLI opened a new pull request #4017:
URL: https://github.com/apache/incubator-nuttx/pull/4017


   
   ## Summary
   
   rpmsg_socket: fix rpmsg_socket_device_destroy() multi-access
   
   Reason:
   When user call rpmsg_socket_close() at the same time
   rpmsg_socket_ns_unbind() is called by remote CPU,
   then will meet multi-access to rpmsg_socket_device_destroy()
   
   Fix:
   reuse recvlock to handle this
   
   Change-Id: I8f33658f19c56a4000382ff9355ff052c45afea0
   Signed-off-by: ligd <liguidi...@xiaomi.com>
   
   ## 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