thread_starter
task = kthread_run(thread_starter, thread, "%.*s:%s",
task = kthread_run(thread_starter, thread, "%s", name);