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/11/08 15:09:19 UTC

[GitHub] [incubator-nuttx] michi-jung opened a new pull request, #7557: prctl syscall is present unconditionally

michi-jung opened a new pull request, #7557:
URL: https://github.com/apache/incubator-nuttx/pull/7557

   ## Summary
   
   I had a link problem regarding prctl while CONFIG_TASK_NAME_SIZE was defined 0 and building in protected mode.  Turns out in monolithic build prctl is present no matter what CONFIG_TASK_NAME_SIZE, but in protected mode build its only present if CONFIG_TASK_NAME_SIZE > 0. So, bring protected mode build in sync with the monolithic one.
   
   ## Impact
   
   Fixes a linkage error in a specific configuration (CONFIG_TASK_NAME_SIZE = 0) for the protected mode build.
   
   ## Testing
   
   Tested with custom board
   
   


-- 
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 #7557: prctl syscall is present unconditionally

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

   CI broken is fixed here: https://github.com/apache/incubator-nuttx/pull/7559. Let merge this simple patch.


-- 
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 #7557: prctl syscall is present unconditionally

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


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