pussuw opened a new pull request, #13429: URL: https://github.com/apache/nuttx/pull/13429
## Summary The aforementioned functions can/will fail if the C compiler decides to use the stack for the incoming entrypt/etc. parameters. Fix this issue by converting the jump to user part into pure assembly, ensuring the stack is NOT used for the parameters. ## Impact Fix system crash when user process enters userspace ## Testing QEMU + IMX9 with kernel mode -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
