zephyr/subsys/logging
Krzysztof Chruscinski 09993873bd logging: Fix corruption in log panic when scheduler was active
Logger had false assumption that once log_panic is called then
context switch will never occur and was not protecting against
reentrancy in panic mode. Added interrupt locking when accessing
unprotected part.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-07-09 11:59:49 +02:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig logging: Add option to detect missed transient string duplication 2019-05-29 13:52:31 +02:00
Kconfig.template.log_config license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
log_backend_native_posix.c logging: Add support for new 'in place' mode to native posix backend 2019-01-29 17:24:37 +01:00
log_backend_net.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
log_backend_rtt.c logging: Fix RTT backend drop mode and coverity issue 2019-04-12 08:38:16 -04:00
log_backend_swo.c logging: Add support for new 'in place' mode to SWO backend 2019-04-03 10:46:57 -04:00
log_backend_uart.c cleanup: include/: move uart.h to drivers/uart.h 2019-06-27 22:55:49 -04:00
log_backend_xtensa_sim.c logging: add backend for xtensa simulator 2019-03-04 10:35:07 -05:00
log_cmds.c logging: Add string duplicates pool profiling 2019-05-27 10:18:10 +02:00
log_core.c logging: Fix corruption in log panic when scheduler was active 2019-07-09 11:59:49 +02:00
log_list.c
log_list.h
log_msg.c log facility: make its records 64-bit compatible 2019-06-24 08:58:52 +02:00
log_output.c subsystems: Rename reserved function names 2019-04-03 17:31:00 -04:00