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/02/03 01:29:31 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request #2797: sched: group: Fix group_kill_children() for SMP

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


   ## Summary
   
   - During testing iperf -s with lc823450-xgevk:rndis,
     I noticed that hard fault happens
   - Finally, I found that group_kill_children() is not
     not protected by a critical section
   - This commit fixes this issue
   
   ## Impact
   
   - SMP only
   
   ## Testing
   
   - Tested with iperf with the following configurations
   - lc823450-xgevk:rndis, spresense:rndis_smp
   - Tested with ostest with the following configurations
   - lc823450-xgevk:rndis, esp32-devkitc:smp (QEMU)
   - sabre-6quad:smp (QEMU), maix-bit:smp (QEMU)
   - spresense:rndis_smp, sim:smp
   


----------------------------------------------------------------
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 #2797: sched: group: Fix group_kill_children() for SMP

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


   


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