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/08/04 01:08:06 UTC

[GitHub] [incubator-nuttx] masayuki2009 opened a new pull request, #6778: arch: common: Fix up_check_tcbstack() for CONFIG_ARCH_ADDRENV=y

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

   ## Summary
   
   - I noticed that ps shows incorrect stack usage when running
     getprime in the background.
   - With CONFIG_ARCH_ADDRENV=y, a user task including pthread
     allocates its stack in the user space that needs to be
     accessed with a correct address environment.
   - This commit fixes this issue.
   
   ## Impact
   
   - CONFIG_ARCH_ADDRENV=y only
   
   ## Testing
   
   - Tested with sabre-6quad:knsh on qemu-6.2
   


-- 
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 #6778: arch: common: Fix up_check_tcbstack() for CONFIG_ARCH_ADDRENV=y

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


-- 
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 commented on pull request #6778: arch: common: Fix up_check_tcbstack() for CONFIG_ARCH_ADDRENV=y

Posted by GitBox <gi...@apache.org>.
masayuki2009 commented on PR #6778:
URL: https://github.com/apache/incubator-nuttx/pull/6778#issuecomment-1204707612

   >riscv should have the same problem too, could you fix it too?
   
   @xiaoxiang781216 
   
   Yes, I tried to fix it locally but I encountered another issue.
   I think the issue depends on RISC-V only but I need to investigate it later.
   


-- 
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 commented on pull request #6778: arch: common: Fix up_check_tcbstack() for CONFIG_ARCH_ADDRENV=y

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on PR #6778:
URL: https://github.com/apache/incubator-nuttx/pull/6778#issuecomment-1204706024

   riscv should have the same problem too, could you fix it too?


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