--- zzzz-none-000/linux-4.9.279/lib/vsprintf.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/lib/vsprintf.c 2023-02-08 11:43:43.000000000 +0000 @@ -35,6 +35,9 @@ #ifdef CONFIG_BLOCK #include #endif +#if defined(CONFIG_AVM_ENHANCED) +#include +#endif #include "../mm/internal.h" /* For the trace_print_flags arrays */ @@ -681,7 +684,11 @@ if (*fmt == 'B') sprint_backtrace(sym, value); else if (*fmt != 'f' && *fmt != 's') +#if defined(CONFIG_AVM_ENHANCED) + print_memory_classifier(sym, sizeof(sym), value, 1); +#else sprint_symbol(sym, value); +#endif/*--- #if defined(CONFIG_AVM_ENHANCED) ---*/ else sprint_symbol_no_offset(sym, value);