On Fri, 20 Aug 2010 16:52:38 -0700 (PDT) David Rientjes <rientjes@xxxxxxxxxx> wrote: > + pr_err("Kill process %d (%s) sharing same memory\n", > + task_pid_nr(q), q->comm); We're really supposed to use get_task_comm() when accessing another tasks's comm[] to avoid races with that task altering its comm[] in prctl(). -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>