note: print without relying on format strings

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
This commit is contained in:
yinshengkai
2023-11-29 12:35:29 +08:00
committed by Xiang Xiao
parent b5cf4310cb
commit 3271142b87
7 changed files with 580 additions and 240 deletions
+5
View File
@@ -87,6 +87,11 @@ config DRIVERS_NOTERAM_CRASH_DUMP
endif # DRIVERS_NOTERAM
config DRIVERS_NOTE_STRIP_FORMAT
bool "Strip sched_note_printf format string"
---help---
Strip sched_note_printf format string.
config DRIVERS_NOTELOG
bool "Note syslog driver"
---help---