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 2022/07/21 12:07:52 UTC

[GitHub] [incubator-nuttx] fjpanag opened a new pull request, #6658: mm: Fixed the usage of CONFIG_MM_BACKTRACE & CONFIG_DEBUG_MM.

fjpanag opened a new pull request, #6658:
URL: https://github.com/apache/incubator-nuttx/pull/6658

   ## Summary
   
   The option `CONFIG_DEBUG_MM` was used innapropriatelly in places that `CONFIG_MM_BACKTRACE` should have been used.
   
   This created various problems, like #6641.
   
   ## Impact
   
   nsh ps is working correctly now.
   procfs builds with the correct options.
   
   ## Testing
   Tested on sim.  
   I used `ps` command in nsh, both for `CONFIG_MM_BACKTRACE` enabled and disabled.  
   The output is correct in both cases.
   


-- 
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] xiaoxiang781216 merged pull request #6658: mm: Fixed the usage of CONFIG_MM_BACKTRACE & CONFIG_DEBUG_MM.

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


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