PRINTF_BUFFER_SIZE
printf_buffer = kmalloc(PRINTF_BUFFER_SIZE, GFP_KERNEL);
vsnprintf(printf_buffer + len, PRINTF_BUFFER_SIZE - len, fmt, ap);