Re: [PR] arch/intel64: fix various issues with stack misalignment [nuttx]

2024-02-23 Thread via GitHub
acassis merged PR #11748: URL: https://github.com/apache/nuttx/pull/11748 -- 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:

Re: [PR] arch/intel64: fix various issues with stack misalignment [nuttx]

2024-02-23 Thread via GitHub
szafonimateusz-mi commented on code in PR #11748: URL: https://github.com/apache/nuttx/pull/11748#discussion_r1500357024 ## arch/x86_64/src/intel64/intel64_stackframe.c: ## @@ -85,7 +85,7 @@ void *up_stack_frame(struct tcb_s *tcb, size_t frame_size) } ret =

Re: [PR] arch/intel64: fix various issues with stack misalignment [nuttx]

2024-02-22 Thread via GitHub
acassis commented on code in PR #11748: URL: https://github.com/apache/nuttx/pull/11748#discussion_r1499949712 ## arch/x86_64/src/intel64/intel64_stackframe.c: ## @@ -85,7 +85,7 @@ void *up_stack_frame(struct tcb_s *tcb, size_t frame_size) } ret = tcb->stack_base_ptr;

[PR] arch/intel64: fix various issues with stack misalignment [nuttx]

2024-02-22 Thread via GitHub
szafonimateusz-mi opened a new pull request, #11748: URL: https://github.com/apache/nuttx/pull/11748 ## Summary - arch/intel64/stackframe.c: fix memset size - arch/intel64: fix stack alignment The stack pointer must be aligned to 16 bytes, otherwise the system crash on the