diff --git a/kernel-patches/for-mainline/export-get_task_comm.diff b/kernel-patches/for-mainline/export-get_task_comm.diff deleted file mode 100644 index 064f526c5..000000000 --- a/kernel-patches/for-mainline/export-get_task_comm.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- 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) - { diff --git a/kernel-patches/for-mainline/series b/kernel-patches/for-mainline/series index d3aa5e6ac..19f9a74bb 100644 --- a/kernel-patches/for-mainline/series +++ b/kernel-patches/for-mainline/series @@ -34,7 +34,6 @@ d_namespace_path.diff file-handle-ops.diff security-xattr-file.diff sysctl-pathname.diff -export-get_task_comm.diff apparmor-audit.diff apparmor-main.diff apparmor-lsm.diff