You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/06/02 10:22:52 UTC

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #3828: syslog/emerg: fix bug about printing LOG_EMERG log from iob buffer

Donny9 opened a new pull request #3828:
URL: https://github.com/apache/incubator-nuttx/pull/3828


   ## Summary
   The patch is related to: commit 5f7c98b6e1b6da9f4765572a63ac678d407c8095
   
   Author: Xiang Xiao <xi...@xiaomi.com>
   Date:   Mon May 17 22:38:22 2021 +0800
   
       drivers/syslog: Remove emergstream implementation and caller
   
       since emergstream always call syslog_force, but syslog_force is designed
       for the interrupt context, and then doesn't mean any emergency thing.
       On the other hand, emergstream has other bad side effect:
       1.Can't output to file or dev channel
       2.Can't work well with the interrupt buffer
   
       Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
   
   Signed-off-by: Jiuzhu Dong <do...@xiaomi.com>
   ## Impact
   normal using for _alert and syslog(LOG_EMERY, ...)
   ## Testing
   local test.
   


-- 
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] gustavonihei merged pull request #3828: syslog/emerg: fix bug about printing LOG_EMERG log from iob buffer

Posted by GitBox <gi...@apache.org>.
gustavonihei merged pull request #3828:
URL: https://github.com/apache/incubator-nuttx/pull/3828


   


-- 
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:
users@infra.apache.org