Thread (74 messages) 74 messages, 6 authors, 2012-10-02

Re: [PATCH v3 06/16] memcg: infrastructure to match an allocation to the right cache

From: Tejun Heo <hidden>
Date: 2012-09-24 17:58:09
Also in: linux-mm, lkml

On Mon, Sep 24, 2012 at 12:17:37PM +0400, Glauber Costa wrote:
On 09/22/2012 12:52 AM, Tejun Heo wrote:
quoted
Missed some stuff.

On Tue, Sep 18, 2012 at 06:12:00PM +0400, Glauber Costa wrote:
quoted
+static struct kmem_cache *memcg_create_kmem_cache(struct mem_cgroup *memcg,
+						  struct kmem_cache *cachep)
+{
...
quoted
+	memcg->slabs[idx] = new_cachep;
...
quoted
+struct kmem_cache *__memcg_kmem_get_cache(struct kmem_cache *cachep,
+					  gfp_t gfp)
+{
...
quoted
+	return memcg->slabs[idx];
I think you need memory barriers for the above pair.

Thanks.
Why is that?

We'll either see a value, or NULL. If we see NULL, we assume the cache
is not yet created. Not a big deal.
Because when you see !NULL cache pointer you want to be able to see
the cache fully initialized.  You need wmb between cache creation and
pointer assignment and at least read_barrier_depends() between
fetching the cache pointer and dereferencing it.

Thanks.

-- 
tejun
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help