aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sys.c b/kernel/sys.c
index 18ee1d2f6474..b3dfb76f8073 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -1759,6 +1759,7 @@ SYSCALL_DEFINE5(prctl, int, option, unsigned long, arg2, unsigned long, arg3,
1759 sizeof(me->comm) - 1) < 0) 1759 sizeof(me->comm) - 1) < 0)
1760 return -EFAULT; 1760 return -EFAULT;
1761 set_task_comm(me, comm); 1761 set_task_comm(me, comm);
1762 proc_comm_connector(me);
1762 return 0; 1763 return 0;
1763 case PR_GET_NAME: 1764 case PR_GET_NAME:
1764 get_task_comm(comm, me); 1765 get_task_comm(comm, me);