* memcg-devel updated for v3.3
@ 2012-03-21 9:45 Michal Hocko
2012-03-22 9:11 ` Michal Hocko
0 siblings, 1 reply; 2+ messages in thread
From: Michal Hocko @ 2012-03-21 9:45 UTC (permalink / raw)
To: linux-mm, cgroups
Cc: LKML, KAMEZAWA Hiroyuki, Johannes Weiner, Balbir Singh,
Hugh Dickins, Ying Han, Andrew Morton, Aneesh Kumar K.V,
Konstantin Khlebnikov, Glauber Costa
[sorry for few days delay]
Hi,
The memcg-devel tree hosted at github[*] has been updated to 3.3. Like
with the previous releases the current patch queue is sitting in the
since-3.3 branch based on v3.3 linus tree.
We are currently at 37 patches comparing to 74 in the previous cycle
which looks like a quite nice reduction.
Andrew Morton (7):
memcg-clear-pc-mem_cgorup-if-necessary-fix
memcg-clear-pc-mem_cgorup-if-necessary-fix-2-fix
memcg-remove-pcg_cache-page_cgroup-flag-checkpatch-fixes
memcg-simplify-move_account-check-fix
memcg-use-new-logic-for-page-stat-accounting-fix
memcg-fix-performance-of-mem_cgroup_begin_update_page_stat-fix
mm/memcontrol.c: s/stealed/stolen/
Anton Vorontsov (1):
mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_event()
Hugh Dickins (15):
memcg-clear-pc-mem_cgorup-if-necessary-fix-2
memcg-clear-pc-mem_cgorup-if-necessary fix 3
memcg: fix page migration to reset_owner
memcg: replace MEM_CONT by MEM_RES_CTLR
memcg: replace mem and mem_cont stragglers
memcg: lru_size instead of MEM_CGROUP_ZSTAT
memcg: enum lru_list lru
memcg: remove redundant returns
idr: make idr_get_next() good for rcu_read_lock()
cgroup: revert ss_id_lock to spinlock
memcg: let css_get_next() rely upon rcu_read_lock()
memcg: remove PCG_CACHE page_cgroup flag fix
memcg: remove PCG_CACHE page_cgroup flag fix2
memcg: remove PCG_FILE_MAPPED fix cosmetic fix
memcg: fix GPF when cgroup removal races with last exit
Jeff Liu (1):
mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()
Johannes Weiner (1):
memcg-clear-pc-mem_cgorup-if-necessary-comments
KAMEZAWA Hiroyuki (10):
memcg: clear pc->mem_cgorup if necessary.
memcg: remove unnecessary thp check in page stat accounting
memcg: remove PCG_CACHE page_cgroup flag
memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)
memcg: simplify move_account() check
memcg: remove PCG_MOVE_LOCK flag from page_cgroup
memcg: use new logic for page stat accounting
memcg: remove PCG_FILE_MAPPED
memcg-remove-pcg_file_mapped-fix
memcg: fix performance of mem_cgroup_begin_update_page_stat()
Konstantin Khlebnikov (1):
memcg: kill dead prev_priority stubs
Li Zefan (1):
cgroup: remove cgroup_subsys argument from callbacks
Happy hacking and have a lot of fun.
Let me know if I missed any patches.
---
[*] git://github.com/mstsxfx/memcg-devel.git
--
Michal Hocko
SUSE Labs
SUSE LINUX s.r.o.
Lihovarska 1060/12
190 00 Praha 9
Czech Republic
--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: memcg-devel updated for v3.3
2012-03-21 9:45 memcg-devel updated for v3.3 Michal Hocko
@ 2012-03-22 9:11 ` Michal Hocko
0 siblings, 0 replies; 2+ messages in thread
From: Michal Hocko @ 2012-03-22 9:11 UTC (permalink / raw)
To: linux-mm, cgroups
Cc: LKML, KAMEZAWA Hiroyuki, Johannes Weiner, Balbir Singh,
Hugh Dickins, Ying Han, Andrew Morton, Aneesh Kumar K.V,
Konstantin Khlebnikov, Glauber Costa
On Wed 21-03-12 10:45:45, Michal Hocko wrote:
[...]
> Hugh Dickins (15):
> memcg-clear-pc-mem_cgorup-if-necessary-fix-2
> memcg-clear-pc-mem_cgorup-if-necessary fix 3
> memcg: fix page migration to reset_owner
> memcg: replace MEM_CONT by MEM_RES_CTLR
> memcg: replace mem and mem_cont stragglers
> memcg: lru_size instead of MEM_CGROUP_ZSTAT
> memcg: enum lru_list lru
> memcg: remove redundant returns
> idr: make idr_get_next() good for rcu_read_lock()
> cgroup: revert ss_id_lock to spinlock
> memcg: let css_get_next() rely upon rcu_read_lock()
> memcg: remove PCG_CACHE page_cgroup flag fix
> memcg: remove PCG_CACHE page_cgroup flag fix2
> memcg: remove PCG_FILE_MAPPED fix cosmetic fix
> memcg: fix GPF when cgroup removal races with last exit
I have just noticed I forgot about one fix.
Hugh Dickins (1):
memcg: fix deadlock by avoiding stat lock when anon
pushed and sorry
--
Michal Hocko
SUSE Labs
SUSE LINUX s.r.o.
Lihovarska 1060/12
190 00 Praha 9
Czech Republic
--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-22 9:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-21 9:45 memcg-devel updated for v3.3 Michal Hocko
2012-03-22 9:11 ` Michal Hocko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox