All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleg Nesterov <oleg@redhat.com>
To: Balbir Singh <bsingharora@gmail.com>
Cc: cgroups@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Tejun Heo <tj@kernel.org>,
	"linux-mm@kvack.org" <linux-mm@kvack.org>
Subject: Re: [RFC][PATCH] cgroup_threadgroup_rwsem - affects scalability and OOM
Date: Tue, 9 Aug 2016 20:09:36 +0200	[thread overview]
Message-ID: <20160809180936.GE13840@redhat.com> (raw)
In-Reply-To: <4717ef90-ca86-4a34-c63a-94b8b4bfaaec@gmail.com>

On 08/09, Balbir Singh wrote:
>
> --- a/kernel/fork.c
> +++ b/kernel/fork.c
> @@ -1406,7 +1406,6 @@ static struct task_struct *copy_process(unsigned long clone_flags,
>  	p->real_start_time = ktime_get_boot_ns();
>  	p->io_context = NULL;
>  	p->audit_context = NULL;
> -	threadgroup_change_begin(current);
>  	cgroup_fork(p);
>  #ifdef CONFIG_NUMA
>  	p->mempolicy = mpol_dup(p->mempolicy);
> @@ -1558,6 +1557,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
>  	INIT_LIST_HEAD(&p->thread_group);
>  	p->task_works = NULL;
>  
> +	threadgroup_change_begin(current);
>  	/*
>  	 * Ensure that the cgroup subsystem policies allow the new process to be
>  	 * forked. It should be noted the the new process's css_set can be changed
> @@ -1658,6 +1658,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
>  bad_fork_cancel_cgroup:
>  	cgroup_cancel_fork(p);
>  bad_fork_free_pid:
> +	threadgroup_change_end(current);
>  	if (pid != &init_struct_pid)
>  		free_pid(pid);
>  bad_fork_cleanup_thread:
> @@ -1690,7 +1691,6 @@ bad_fork_cleanup_policy:
>  	mpol_put(p->mempolicy);
>  bad_fork_cleanup_threadgroup_lock:
>  #endif
> -	threadgroup_change_end(current);
>  	delayacct_tsk_free(p);
>  bad_fork_cleanup_count:
>  	atomic_dec(&p->cred->user->processes);

I can't really review this change... but it looks good to me.

Oleg.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  parent reply	other threads:[~2016-08-09 18:09 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-09  4:19 [RFC][PATCH] cgroup_threadgroup_rwsem - affects scalability and OOM Balbir Singh
2016-08-09  4:19 ` Balbir Singh
     [not found] ` <4717ef90-ca86-4a34-c63a-94b8b4bfaaec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-08-09  6:29   ` Tejun Heo
2016-08-09  6:29     ` Tejun Heo
2016-08-09  7:02     ` Balbir Singh
     [not found]       ` <0a7ffe43-c0c6-85df-9bc2-d00fc837e284-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-08-09 14:26         ` Tejun Heo
2016-08-09 14:26           ` Tejun Heo
     [not found]           ` <20160809142603.GE4906-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>
2016-08-10  1:21             ` Balbir Singh
2016-08-10  1:21               ` Balbir Singh
2016-08-09  9:00   ` Zefan Li
2016-08-09  9:00     ` Zefan Li
2016-08-09 13:57     ` Balbir Singh
2016-08-10  1:31       ` Zefan Li
2016-08-10  1:31         ` Zefan Li
2016-08-09 18:09 ` Oleg Nesterov [this message]
2016-08-10 19:43 ` Tejun Heo
2016-08-10 19:43   ` Tejun Heo
     [not found]   ` <20160810194306.GP25053-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>
2016-08-11 23:47     ` Balbir Singh
2016-08-11 23:47       ` Balbir Singh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160809180936.GE13840@redhat.com \
    --to=oleg@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=bsingharora@gmail.com \
    --cc=cgroups@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.