wangchdo opened a new pull request, #17034: URL: https://github.com/apache/nuttx/pull/17034
These archs only align the size of the stack, forgeting to do the stack start addr alignment, this patch fixes it. *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary This patch fixes the stack alignment bug for all archs that need do stack addr alignment ## Impact This patch fixed bugs in the arch level, on impact on other parts ## Testing This patch fixes the alignment bugs for all arches, there is no way to do the test for all archs...., I will resort to the CI to verify that this fix is OK. -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org