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 2020/06/17 14:52:20 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #1264: sched/pthread/pthread_cleanup.c: Exclude kernel threads.

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


   ## Summary
   
   Prohibit use of pthread_cleanup API's by kernel threads.  The pthread pthread_cleanup functions MUST run in user mode, making them unusable for kernel threads.
   
   See also Issue #1263
   
   ## Impact
   
   There should be none.  This just adds the protection.  No one, under any condition, should be using pthread APIs within the OS anyway.
   
   ## Testing
   
   Verified on sim:nsh
   
   


----------------------------------------------------------------
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] acassis merged pull request #1264: sched/pthread/pthread_cleanup.c: Exclude kernel threads.

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


   


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