You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/23 00:33:54 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #3148: arch: sim: Fix sim_sigdeliver() for SMP

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


   ## Summary
   
   - In the previous implementation, signal handling for SMP was done
     in a critical section that is not correct
   - This commit fixes this issue
   
   ## Impact
   
   - Signal handling for SMP
   
   ## Testing
   
   - Tested with ostest
   


-- 
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3148: arch: sim: Fix sim_sigdeliver() for SMP

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3148:
URL: https://github.com/apache/incubator-nuttx/pull/3148


   


-- 
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.

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #3148: arch: sim: Fix sim_sigdeliver() for SMP

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on pull request #3148:
URL: https://github.com/apache/incubator-nuttx/pull/3148#issuecomment-804689239


   @masayuki2009 before this patch, can ostest run suscessfully with SMP config?


-- 
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.

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