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


   ## Summary
   
   mm: do kmm_checkcorruption in IRQ when TCB_FLAG_DEBUG_CHECK set
   
   This is used for memory corruption check, when "this_task" or  
"g_running_tasks" thread flags TCB_FLAG_DEBUG_CHECK set,  then scheduler will 
check memory blocks in IRQ.
   
   For example:
   
   thread 15 set TCB_FLAG_DEBUG_CHECK:
   
   thread14                         thread 15 overwrite                     
thread 16
                     IRQ&switch                                  IRQ&switch
                                                                           
checked overwrite
   
   ## Impact
   
   Debug method
   
   ## 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