v01d commented on issue #3157: URL: https://github.com/apache/incubator-nuttx/issues/3157#issuecomment-805980499
But aren't interrupts already handled correctly w.r.t. logging from tasks? I understand the syslog buffer already takes care of that. Furthermore, if each syslog() call made from tasks uses a separate buffer, we only need to protect the flushing of this buffer which I understand is done outside interrupt context (so it is serialized). About the other issue about being split due to IOB size, I don't have any clues on that. Again, I haven't looked syslog implementation in detail. -- 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