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/10/17 06:28:52 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #4676: sched: Check g_pidhash[hash_ndx] isn't NULL before access pid field in nxsched_get_tcb

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


   ## Summary
   Fix the regression by commit:
   ```
   commit 8b67944c75b81d17174bd207ad63acfa22da8983
   Author: Xiang Xiao <xi...@xiaomi.com>
   Date:   Thu Oct 14 11:03:07 2021 +0800
   
       sched: Remove pidhash_s and move ticks to tcb_s
   
       simplify the code logic and reduce memory a little bit
   
       Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
   ```
   Report here: https://github.com/apache/incubator-nuttx/pull/4666
   
   ## Impact
   Fix the crash in SMP ostest
   
   ## Testing
   maix-bit: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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] masayuki2009 merged pull request #4676: sched: Check g_pidhash[hash_ndx] isn't NULL before access pid field in nxsched_get_tcb

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


   


-- 
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-unsubscribe@nuttx.apache.org

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