]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- vserver patch updated to 3.14.11
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 8 Jul 2014 18:26:17 +0000 (20:26 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 8 Jul 2014 18:26:17 +0000 (20:26 +0200)
kernel-vserver-2.3.patch

index 950b7b5a3c4687c496ac1abdf8209c54d0918943..cfcf1365afe722887f13d35ae177c208021925a5 100644 (file)
@@ -13478,9 +13478,9 @@ diff -NurpP --minimal linux-3.13.10/kernel/fork.c linux-3.13.10-vs2.3.6.11/kerne
                        task_rlimit(p, RLIMIT_NPROC)) {
                if (p->real_cred->user != INIT_USER &&
 @@ -1479,6 +1495,18 @@ static struct task_struct *copy_process(
        total_forks++;
        spin_unlock(&current->sighand->siglock);
+       syscall_tracepoint_update(p);
 +
 +      /* p is copy of current */
 +      vxi = p->vx_info;
@@ -13494,8 +13494,8 @@ diff -NurpP --minimal linux-3.13.10/kernel/fork.c linux-3.13.10-vs2.3.6.11/kerne
 +      if (nxi)
 +              claim_nx_info(nxi, p);
        write_unlock_irq(&tasklist_lock);
        proc_fork_connector(p);
-       cgroup_post_fork(p);
 diff -NurpP --minimal linux-3.13.10/kernel/kthread.c linux-3.13.10-vs2.3.6.11/kernel/kthread.c
 --- linux-3.13.10/kernel/kthread.c     2014-01-22 20:39:13.000000000 +0000
 +++ linux-3.13.10-vs2.3.6.11/kernel/kthread.c  2014-01-31 20:38:03.000000000 +0000
This page took 0.191186 seconds and 4 git commands to generate.