linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] memcg: update TODO list in Documentation
@ 2013-05-17  3:29 Li Zefan
  2013-05-17  3:35 ` Kamezawa Hiroyuki
  2013-05-17  5:46 ` Rob Landley
  0 siblings, 2 replies; 3+ messages in thread
From: Li Zefan @ 2013-05-17  3:29 UTC (permalink / raw)
  To: Andrew Morton
  Cc: LKML, Cgroups, linux-mm, KAMEZAWA Hiroyuki, Michal Hocko,
	Johannes Weiner

hugetlb cgroup has already been implemented.

Signed-off-by: Li Zefan <lizefan@huawei.com>
---
 Documentation/cgroups/memory.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
index ddf4f93..327acec 100644
--- a/Documentation/cgroups/memory.txt
+++ b/Documentation/cgroups/memory.txt
@@ -834,10 +834,9 @@ Test:
 
 12. TODO
 
-1. Add support for accounting huge pages (as a separate controller)
-2. Make per-cgroup scanner reclaim not-shared pages first
-3. Teach controller to account for shared-pages
-4. Start reclamation in the background when the limit is
+1. Make per-cgroup scanner reclaim not-shared pages first
+2. Teach controller to account for shared-pages
+3. Start reclamation in the background when the limit is
    not yet hit but the usage is getting closer
 
 Summary
-- 
1.8.0.2

--
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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] memcg: update TODO list in Documentation
  2013-05-17  3:29 [PATCH] memcg: update TODO list in Documentation Li Zefan
@ 2013-05-17  3:35 ` Kamezawa Hiroyuki
  2013-05-17  5:46 ` Rob Landley
  1 sibling, 0 replies; 3+ messages in thread
From: Kamezawa Hiroyuki @ 2013-05-17  3:35 UTC (permalink / raw)
  To: Li Zefan
  Cc: Andrew Morton, LKML, Cgroups, linux-mm, Michal Hocko, Johannes Weiner

(2013/05/17 12:29), Li Zefan wrote:
> hugetlb cgroup has already been implemented.
> 
> Signed-off-by: Li Zefan <lizefan@huawei.com>

Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>

> ---
>   Documentation/cgroups/memory.txt | 7 +++----
>   1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt
> index ddf4f93..327acec 100644
> --- a/Documentation/cgroups/memory.txt
> +++ b/Documentation/cgroups/memory.txt
> @@ -834,10 +834,9 @@ Test:
>   
>   12. TODO
>   
> -1. Add support for accounting huge pages (as a separate controller)
> -2. Make per-cgroup scanner reclaim not-shared pages first
> -3. Teach controller to account for shared-pages
> -4. Start reclamation in the background when the limit is
> +1. Make per-cgroup scanner reclaim not-shared pages first
> +2. Teach controller to account for shared-pages
> +3. Start reclamation in the background when the limit is
>      not yet hit but the usage is getting closer
>   
>   Summary
> 


--
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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] memcg: update TODO list in Documentation
  2013-05-17  3:29 [PATCH] memcg: update TODO list in Documentation Li Zefan
  2013-05-17  3:35 ` Kamezawa Hiroyuki
@ 2013-05-17  5:46 ` Rob Landley
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Landley @ 2013-05-17  5:46 UTC (permalink / raw)
  To: Li Zefan
  Cc: Andrew Morton, LKML, Cgroups, linux-mm, KAMEZAWA Hiroyuki,
	Michal Hocko, Johannes Weiner

On 05/16/2013 10:29:33 PM, Li Zefan wrote:
> hugetlb cgroup has already been implemented.
> 
> Signed-off-by: Li Zefan <lizefan@huawei.com>
> ---
>  Documentation/cgroups/memory.txt | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/cgroups/memory.txt  
> b/Documentation/cgroups/memory.txt
> index ddf4f93..327acec 100644
> --- a/Documentation/cgroups/memory.txt
> +++ b/Documentation/cgroups/memory.txt
> @@ -834,10 +834,9 @@ Test:
> 
>  12. TODO
> 
> -1. Add support for accounting huge pages (as a separate controller)
> -2. Make per-cgroup scanner reclaim not-shared pages first
> -3. Teach controller to account for shared-pages
> -4. Start reclamation in the background when the limit is
> +1. Make per-cgroup scanner reclaim not-shared pages first
> +2. Teach controller to account for shared-pages
> +3. Start reclamation in the background when the limit is
>     not yet hit but the usage is getting closer
> 
>  Summary

Acked-by: Rob Landley <rob@landley.net>

If the memcg guys don't grab this, please send to trivial@kernel.org.

Rob
--
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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-18  4:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-17  3:29 [PATCH] memcg: update TODO list in Documentation Li Zefan
2013-05-17  3:35 ` Kamezawa Hiroyuki
2013-05-17  5:46 ` Rob Landley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox