xiaoxiang781216 commented on a change in pull request #3517: URL: https://github.com/apache/incubator-nuttx/pull/3517#discussion_r611217188
########## File path: sched/sched/sched_get_stackinfo.c ########## @@ -101,5 +111,7 @@ int nxsched_get_stackinfo(pid_t pid, FAR struct stackinfo_s *stackinfo) stackinfo->adj_stack_size = qtcb->adj_stack_size; stackinfo->stack_alloc_ptr = qtcb->stack_alloc_ptr; stackinfo->adj_stack_ptr = qtcb->adj_stack_ptr; + stackinfo->tls_info_ptr = qtcb->tls_info_ptr; Review comment: Ok, if TLS is always put at the lowest address regardless "push down stack" or "push up stack". The code is right, we just need fix the comment. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org