You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "pussuw (via GitHub)" <gi...@apache.org> on 2023/01/27 10:01:25 UTC

[GitHub] [nuttx] pussuw opened a new pull request, #8283: arch/addrenv: Change group_addrenv_t to arch_addrenv_t

pussuw opened a new pull request, #8283:
URL: https://github.com/apache/nuttx/pull/8283

   ## Summary
   This is preparation for moving address environments out of the group structure into the tcb.
   
   Why move ? Because the group is destroyed very early in the exit phase, but the MMU mappings are needed until the context switch to the next process is complete. Otherwise the MMU will lose its mappings and the system will crash.
   
   The story can be found here:
   https://github.com/apache/nuttx/pull/7966
   ## Impact
   Re-naming of a struct
   ## Testing
   iclcle:knsh and CI
   


-- 
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] [nuttx] xiaoxiang781216 merged pull request #8283: arch/addrenv: Change group_addrenv_t to arch_addrenv_t

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #8283:
URL: https://github.com/apache/nuttx/pull/8283


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