1/6
treewide: Get rid of get_task_comm()
Since commit 4cc0473d7754 (“get rid of __get_task_comm()”), get_task_comm() does just a redundant check for the buffer size and call strscpy_pad(). Replace get_task_comm() calls with strscpy_pad(), th
Since commit 4cc0473d7754 (“get rid of __get_task_comm()”), get_task_comm() does just a redundant check for the buffer size and call strscpy_pad(). Replace get_task_comm() calls with strscpy_pad(), th