Cc: Andrew Morton <akpm@...>, <linux-kernel@...>, Ulrich Drepper <drepper@...>, Roland McGrath <roland@...>, Andrew G. Morgan <morgan@...>, Casey Schaufler <casey@...>, Chris Wright <chrisw@...>, James Morris <jmorris@...>, Serge Hallyn <serue@...>, Stephen Smalley <sds@...>
that's buggy - get_task_comm() returns void.
the proper fix would be to first do a get_task_comm() then pass in
'name' as an argument to printk.
Ingo
-