linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] kmemcg fixes
@ 2013-12-21 15:53 Vladimir Davydov
  2013-12-21 15:53 ` [PATCH 01/11] slab: cleanup kmem_cache_create_memcg() error handling Vladimir Davydov
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Vladimir Davydov @ 2013-12-21 15:53 UTC (permalink / raw)
  To: mhocko; +Cc: glommer, akpm, linux-kernel, linux-mm, cgroups, devel

This patch-set fixes several bugs here and there in the implementation
of kmem accounting for memory cgroups and makes the code look a bit
clearer.

Vladimir Davydov (11):
  slab: cleanup kmem_cache_create_memcg() error handling
  memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path
  memcg, slab: cleanup memcg cache initialization/destruction
  memcg, slab: fix barrier usage when accessing memcg_caches
  memcg: fix possible NULL deref while traversing memcg_slab_caches
    list
  memcg, slab: fix races in per-memcg cache creation/destruction
  memcg: get rid of kmem_cache_dup
  slab: do not panic if we fail to create memcg cache
  memcg, slab: RCU protect memcg_params for root caches
  memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
  memcg: rework memcg_update_kmem_limit synchronization

 include/linux/memcontrol.h |   23 +--
 include/linux/slab.h       |    9 +-
 mm/memcontrol.c            |  405 +++++++++++++++++++++-----------------------
 mm/slab.h                  |   26 ++-
 mm/slab_common.c           |   90 ++++++----
 5 files changed, 292 insertions(+), 261 deletions(-)

-- 
1.7.10.4

--
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] 12+ messages in thread

end of thread, other threads:[~2013-12-21 15:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-21 15:53 [PATCH 00/11] kmemcg fixes Vladimir Davydov
2013-12-21 15:53 ` [PATCH 01/11] slab: cleanup kmem_cache_create_memcg() error handling Vladimir Davydov
2013-12-21 15:53 ` [PATCH 02/11] memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path Vladimir Davydov
2013-12-21 15:53 ` [PATCH 03/11] memcg, slab: cleanup memcg cache initialization/destruction Vladimir Davydov
2013-12-21 15:53 ` [PATCH 04/11] memcg, slab: fix barrier usage when accessing memcg_caches Vladimir Davydov
2013-12-21 15:53 ` [PATCH 05/11] memcg: fix possible NULL deref while traversing memcg_slab_caches list Vladimir Davydov
2013-12-21 15:53 ` [PATCH 06/11] memcg, slab: fix races in per-memcg cache creation/destruction Vladimir Davydov
2013-12-21 15:53 ` [PATCH 07/11] memcg: get rid of kmem_cache_dup Vladimir Davydov
2013-12-21 15:53 ` [PATCH 08/11] slab: do not panic if we fail to create memcg cache Vladimir Davydov
2013-12-21 15:54 ` [PATCH 09/11] memcg, slab: RCU protect memcg_params for root caches Vladimir Davydov
2013-12-21 15:54 ` [PATCH 10/11] memcg: remove KMEM_ACCOUNTED_ACTIVATED flag Vladimir Davydov
2013-12-21 15:54 ` [PATCH 11/11] memcg: rework memcg_update_kmem_limit synchronization Vladimir Davydov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).