2/6

treewide: Replace memcpy(..., current->comm) with copy_task_comm()

In order to increase the size of current->comm[] and to avoid breaking any existing code, replace memcpy() with copy_task_comm(). This new function makes sure that the copy is NUL terminated. This is