PANIC_MSG_BUFSZ
panic_force_buf = kmalloc(PANIC_MSG_BUFSZ, GFP_KERNEL);
vsnprintf(panic_force_buf, PANIC_MSG_BUFSZ, fmt, args);
static char buf[PANIC_MSG_BUFSZ];