[PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-08-05 Thread Andrey Vagin
struct memcg_cache_params has a union. Different parts of this union are used for root and non-root caches. A part with destroying work is used only for non-root caches. I fixed the same problem in another place v3.9-rc1-16204-gf101a94, but didn't notice this one. Cc: Glauber Costa Cc: Johannes

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-05-22 Thread Andrey Vagin
struct memcg_cache_params has a union. Different parts of this union are used for root and non-root caches. A part with destroying work is used only for non-root caches. [ 115.096202] BUG: unable to handle kernel paging request at 000fffe0 [ 115.096785] IP: [] kmem_cache_alloc+0x41/0x1f0

Re: [PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-08-05 Thread Andrew Morton
On Mon, 5 Aug 2013 20:09:40 +0400 Andrey Vagin wrote: > struct memcg_cache_params has a union. Different parts of this union > are used for root and non-root caches. A part with destroying work is > used only for non-root caches. > > I fixed the same problem in another place v3.9-rc1-16204-gf10

Re: [PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-08-05 Thread Andrew Vagin
On Mon, Aug 05, 2013 at 01:05:30PM -0700, Andrew Morton wrote: > On Mon, 5 Aug 2013 20:09:40 +0400 Andrey Vagin wrote: > > > struct memcg_cache_params has a union. Different parts of this union > > are used for root and non-root caches. A part with destroying work is > > used only for non-root c

Re: [PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-08-05 Thread Andrew Morton
On Tue, 6 Aug 2013 01:01:28 +0400 Andrew Vagin wrote: > On Mon, Aug 05, 2013 at 01:05:30PM -0700, Andrew Morton wrote: > > On Mon, 5 Aug 2013 20:09:40 +0400 Andrey Vagin wrote: > > > > > struct memcg_cache_params has a union. Different parts of this union > > > are used for root and non-root c

Re: [PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-08-05 Thread Andrew Vagin
On Mon, Aug 05, 2013 at 02:16:09PM -0700, Andrew Morton wrote: > On Tue, 6 Aug 2013 01:01:28 +0400 Andrew Vagin wrote: > > > On Mon, Aug 05, 2013 at 01:05:30PM -0700, Andrew Morton wrote: > > > On Mon, 5 Aug 2013 20:09:40 +0400 Andrey Vagin wrote: > > > > > > > struct memcg_cache_params has a

Patch "memcg: don't initialize kmem-cache destroying work for root caches" has been added to the 3.10-stable tree

2013-08-15 Thread gregkh
This is a note to let you know that I've just added the patch titled memcg: don't initialize kmem-cache destroying work for root caches to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the pat

Patch "memcg: don't initialize kmem-cache destroying work for root caches" has been added to the 3.9-stable tree

2013-06-14 Thread gregkh
This is a note to let you know that I've just added the patch titled memcg: don't initialize kmem-cache destroying work for root caches to the 3.9-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patc