diff --git a/kernel-patches/for-mainline/comm.diff b/kernel-patches/for-mainline/comm.diff index 2b7d31120..47e58d79d 100644 --- a/kernel-patches/for-mainline/comm.diff +++ b/kernel-patches/for-mainline/comm.diff @@ -37,3 +37,13 @@ nothing... profile->parent->name, profile->name); audit_log_end(ab); +--- a/fs/exec.c ++++ b/fs/exec.c +@@ -806,6 +806,7 @@ void get_task_comm(char *buf, struct tas + strncpy(buf, tsk->comm, sizeof(tsk->comm)); + task_unlock(tsk); + } ++EXPORT_SYMBOL(get_task_comm); + + void set_task_comm(struct task_struct *tsk, char *buf) + {