yushuailong opened a new pull request, #20162: URL: https://github.com/apache/nuttx/pull/20162
## Summary Fix IRQ chain attachment so the third and subsequent handlers are appended to an existing chain instead of being silently ignored. The change also allocates all nodes needed for the initial chain before publishing it, preventing a partially constructed chain if the pool is exhausted. ## Impact bug fix only ## Testing Host: macOS 26.6.2 ARM64, Apple Clang 21.0.0. Target: sim:ostest . Build: cmake + ninja complete successfully with "Linking C executable nuttx". Runtime: ran ./nuttx and executed ostest; all enabled OSTest subtests completed without assertions or unexpected errors -- 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]
