Forum Search:
OpenVZ Forum
Members
Search
Help
Register
Login
Home
Home
»
Mailing lists
»
Devel
»
[PATCH v2 00/11] Request for Inclusion: kmem controller for memcg.
Show:
Today's Messages
::
Show Polls
::
Message Navigator
E-mail to friend
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
[
message #47473
is a reply to
message #47452
]
Mon, 13 August 2012 09:59
Glauber Costa
Messages:
916
Registered:
October 2011
Senior Member
>
> Here's the dmesg splat.
>
Do you always get this report in the same way?
I managed to get a softirq inconsistency like yours, but the complaint
goes for a different lock.
> [ 335.550398] =================================
> [ 335.554739] [ INFO: inconsistent lock state ]
> [ 335.559091] 3.5.0-dbg-DEV #3 Tainted: G W
> [ 335.563946] ---------------------------------
> [ 335.568290] inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage.
> [ 335.574286] swapper/10/0 [HC0[0]:SC1[1]:HE1:SE0] takes:
> [ 335.579508] (&(&rtpz->lock)->rlock){+.?...}, at: [<ffffffff8118216d>] __mem_cgroup_free+0x8d/0x1b0
> [ 335.588525] {SOFTIRQ-ON-W} state was registered at:
> [ 335.593389] [<ffffffff810cb073>] __lock_acquire+0x623/0x1a50
> [ 335.599200] [<ffffffff810cca55>] lock_acquire+0x95/0x150
> [ 335.604670] [<ffffffff81582531>] _raw_spin_lock+0x41/0x50
> [ 335.610232] [<ffffffff8118216d>] __mem_cgroup_free+0x8d/0x1b0
> [ 335.616135] [<ffffffff811822d5>] mem_cgroup_put+0x45/0x50
> [ 335.621696] [<ffffffff81182302>] mem_cgroup_destroy+0x22/0x30
> [ 335.627592] [<ffffffff810e093f>] cgroup_diput+0xbf/0x160
> [ 335.633062] [<ffffffff811a07ef>] d_delete+0x12f/0x1a0
> [ 335.638276] [<ffffffff8119671e>] vfs_rmdir+0x11e/0x140
> [ 335.643565] [<ffffffff81199173>] do_rmdir+0x113/0x130
> [ 335.648773] [<ffffffff8119a5e6>] sys_rmdir+0x16/0x20
> [ 335.653900] [<ffffffff8158c74f>] cstar_dispatch+0x7/0x1f
> [ 335.659370] irq event stamp: 399732
> [ 335.662846] hardirqs last enabled at (399732): [<ffffffff810e8e08>] res_counter_uncharge_until+0x68/0xa0
> [ 335.672383] hardirqs last disabled at (399731): [<ffffffff810e8dc8>] res_counter_uncharge_until+0x28/0xa0
> [ 335.681916] softirqs last enabled at (399710): [<ffffffff81085dd3>] _local_bh_enable+0x13/0x20
> [ 335.690590] softirqs last disabled at (399711): [<ffffffff8158c48c>] call_softirq+0x1c/0x30
> [ 335.698914]
> [ 335.698914] other info that might help us debug this:
> [ 335.705415] Possible unsafe locking scenario:
> [ 335.705415]
> [ 335.711317] CPU0
> [ 335.713757] ----
> [ 335.716198] lock(&(&rtpz->lock)->rlock);
> [ 335.720282] <Interrupt>
> [ 335.722896] lock(&(&rtpz->lock)->rlock);
> [ 335.727153]
> [ 335.727153] *** DEADLOCK ***
> [ 335.727153]
> [ 335.733055] no locks held by swapper/10/0.
> [ 335.737141]
> [ 335.737141] stack backtrace:
> [ 335.741483] Pid: 0, comm: swapper/10 Tainted: G W 3.5.0-dbg-DEV #3
> [ 335.748510] Call Trace:
> [ 335.750952] <IRQ> [<ffffffff81579a27>] print_usage_bug+0x1fc/0x20d
> [ 335.757286] [<ffffffff81058a9f>] ? save_stack_trace+0x2f/0x50
> [ 335.763098] [<ffffffff810ca9ed>] mark_lock+0x29d/0x300
> [ 335.768309] [<ffffffff810c9e10>] ? print_irq_inversion_bug.part.36+0x1f0/0x1f0
> [ 335.775599] [<ffffffff810caffc>] __lock_acquire+0x5ac/0x1a50
> [ 335.781323] [<ffffffff810cad34>] ? __lock_acquire+0x2e4/0x1a50
> [ 335.787224] [<ffffffff8118216d>] ? __mem_cgroup_free+0x8d/0x1b0
> [ 335.793212] [<ffffffff810cca55>] lock_acquire+0x95/0x150
> [ 335.798594] [<ffffffff8118216d>] ? __mem_cgroup_free+0x8d/0x1b0
> [ 335.804581] [<ffffffff810e8ddd>] ? res_counter_uncharge_until+0x3d/0xa0
> [ 335.811263] [<ffffffff81582531>] _raw_spin_lock+0x41/0x50
> [ 335.816731] [<ffffffff8118216d>] ? __mem_cgroup_free+0x8d/0x1b0
> [ 335.822724] [<ffffffff8118216d>] __mem_cgroup_free+0x8d/0x1b0
> [ 335.828538] [<ffffffff811822d5>] mem_cgroup_put+0x45/0x50
> [ 335.834002] [<ffffffff811828a6>] __memcg_kmem_free_page+0xa6/0x110
> [ 335.840256] [<ffffffff81138109>] free_accounted_pages+0x99/0xa0
> [ 335.846243] [<ffffffff8107b09f>] free_task+0x3f/0x70
> [ 335.851278] [<ffffffff8107b18c>] __put_task_struct+0xbc/0x130
> [ 335.857094] [<ffffffff81081524>] delayed_put_task_struct+0x54/0xd0
> [ 335.863338] [<ffffffff810fd354>] __rcu_process_callbacks+0x1e4/0x490
> [ 335.869757] [<ffffffff810fd62f>] rcu_process_callbacks+0x2f/0x80
> [ 335.875835] [<ffffffff810862f5>] __do_softirq+0xc5/0x270
> [ 335.881218] [<ffffffff810c49b4>] ? clockevents_program_event+0x74/0x100
> [ 335.887895] [<ffffffff810c5d94>] ? tick_program_event+0x24/0x30
> [ 335.893882] [<ffffffff8158c48c>] call_softirq+0x1c/0x30
> [ 335.899179] [<ffffffff8104cefd>] do_softirq+0x8d/0xc0
> [ 335.904301] [<ffffffff810867de>] irq_exit+0xae/0xe0
> [ 335.909251] [<ffffffff8158cc3e>] smp_apic_timer_interrupt+0x6e/0x99
> [ 335.915591] [<ffffffff8158ba9c>] apic_timer_interrupt+0x6c/0x80
> [ 335.921583] <EOI> [<ffffffff810530e7>] ? default_idle+0x67/0x270
> [ 335.927741] [<ffffffff810530e5>] ? default_idle+0x65/0x270
>
Report message to a moderator
[
Message index
]
[PATCH v2 00/11] Request for Inclusion: kmem controller for memcg.
By:
Glauber Costa
on Thu, 09 August 2012 13:01
[PATCH v2 01/11] memcg: Make it possible to use the stock for more than one page.
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 01/11] memcg: Make it possible to use the stock for more than one page.
By:
Michal Hocko
on Fri, 10 August 2012 15:12
[PATCH v2 03/11] memcg: change defines to an enum
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 03/11] memcg: change defines to an enum
By:
Michal Hocko
on Fri, 10 August 2012 15:43
[PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
KAMEZAWA Hiroyuki
on Fri, 10 August 2012 17:02
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Mon, 13 August 2012 08:36
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
KAMEZAWA Hiroyuki
on Fri, 17 August 2012 02:38
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Michal Hocko
on Tue, 14 August 2012 16:21
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 09:33
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
James Bottomley
on Wed, 15 August 2012 11:12
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Michal Hocko
on Wed, 15 August 2012 12:55
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
James Bottomley
on Wed, 15 August 2012 13:29
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Michal Hocko
on Wed, 15 August 2012 12:39
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 12:53
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Michal Hocko
on Wed, 15 August 2012 13:02
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 13:04
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Michal Hocko
on Wed, 15 August 2012 13:26
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 13:31
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Michal Hocko
on Wed, 15 August 2012 14:10
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 14:11
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Christoph Lameter
on Wed, 15 August 2012 14:47
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 15:11
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Christoph Lameter
on Wed, 15 August 2012 15:34
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 15:35
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Christoph Lameter
on Wed, 15 August 2012 17:26
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Ying Han
on Wed, 15 August 2012 18:11
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Christoph Lameter
on Wed, 15 August 2012 18:25
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 19:22
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Ying Han
on Wed, 15 August 2012 18:07
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Greg Thelen
on Wed, 15 August 2012 15:19
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Christoph Lameter
on Wed, 15 August 2012 15:36
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Ying Han
on Wed, 15 August 2012 18:01
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 18:00
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Ying Han
on Wed, 15 August 2012 19:50
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Michal Hocko
on Thu, 16 August 2012 15:25
Re: [PATCH v2 04/11] kmem accounting basic infrastructure
By:
Ying Han
on Fri, 17 August 2012 05:58
[PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
Michal Hocko
on Fri, 10 August 2012 15:42
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
KAMEZAWA Hiroyuki
on Fri, 10 August 2012 16:49
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
Michal Hocko
on Fri, 10 August 2012 17:28
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
KAMEZAWA Hiroyuki
on Fri, 10 August 2012 17:56
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
Michal Hocko
on Fri, 10 August 2012 17:30
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
Michal Hocko
on Fri, 10 August 2012 18:52
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
Michal Hocko
on Fri, 10 August 2012 18:54
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
Glauber Costa
on Mon, 13 August 2012 08:05
Re: [PATCH v2 02/11] memcg: Reclaim when more than one page needed.
By:
Michal Hocko
on Mon, 13 August 2012 13:10
[PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Greg Thelen
on Thu, 09 August 2012 16:33
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Glauber Costa
on Thu, 09 August 2012 16:42
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
KAMEZAWA Hiroyuki
on Fri, 10 August 2012 17:33
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Glauber Costa
on Mon, 13 August 2012 08:03
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Mel Gorman
on Mon, 13 August 2012 08:57
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Greg Thelen
on Fri, 10 August 2012 17:36
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Glauber Costa
on Mon, 13 August 2012 08:02
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Glauber Costa
on Wed, 15 August 2012 09:08
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Mel Gorman
on Wed, 15 August 2012 13:22
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Glauber Costa
on Wed, 15 August 2012 13:39
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Glauber Costa
on Wed, 15 August 2012 13:51
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Michal Hocko
on Wed, 15 August 2012 09:24
Re: [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
By:
Mel Gorman
on Tue, 14 August 2012 15:16
[PATCH v2 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
By:
KAMEZAWA Hiroyuki
on Fri, 10 August 2012 17:54
Re: [PATCH v2 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
By:
Michal Hocko
on Tue, 21 August 2012 09:35
Re: [PATCH v2 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
By:
Glauber Costa
on Tue, 21 August 2012 09:40
Re: [PATCH v2 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
By:
Michal Hocko
on Tue, 21 August 2012 10:57
[PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
KAMEZAWA Hiroyuki
on Fri, 10 August 2012 17:51
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Mon, 13 August 2012 08:01
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Michal Hocko
on Fri, 17 August 2012 09:00
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Fri, 17 August 2012 09:15
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Michal Hocko
on Fri, 17 August 2012 09:35
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Fri, 17 August 2012 10:07
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Michal Hocko
on Fri, 17 August 2012 10:35
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Fri, 17 August 2012 10:36
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Michal Hocko
on Tue, 21 August 2012 07:54
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Michal Hocko
on Tue, 21 August 2012 08:35
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Tue, 21 August 2012 09:17
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Tue, 21 August 2012 09:22
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Michal Hocko
on Tue, 21 August 2012 10:00
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Tue, 21 August 2012 10:01
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Greg Thelen
on Wed, 22 August 2012 01:09
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Wed, 22 August 2012 08:22
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Greg Thelen
on Wed, 22 August 2012 23:23
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Thu, 23 August 2012 07:55
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Greg Thelen
on Fri, 24 August 2012 05:06
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Fri, 24 August 2012 05:23
Re: [PATCH v2 09/11] memcg: propagate kmem limiting information to children
By:
Glauber Costa
on Fri, 17 August 2012 10:39
[PATCH v2 08/11] memcg: disable kmem code when not in use.
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 08/11] memcg: disable kmem code when not in use.
By:
Michal Hocko
on Fri, 17 August 2012 07:02
Re: [PATCH v2 08/11] memcg: disable kmem code when not in use.
By:
Glauber Costa
on Fri, 17 August 2012 07:01
Re: [PATCH v2 08/11] memcg: disable kmem code when not in use.
By:
Michal Hocko
on Fri, 17 August 2012 08:04
[PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
KAMEZAWA Hiroyuki
on Fri, 10 August 2012 17:27
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Mon, 13 August 2012 08:28
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Greg Thelen
on Tue, 14 August 2012 18:58
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 09:18
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Greg Thelen
on Wed, 15 August 2012 16:38
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 17:00
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Greg Thelen
on Wed, 15 August 2012 17:12
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 19:31
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Greg Thelen
on Thu, 16 August 2012 03:37
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Thu, 16 August 2012 07:47
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
KAMEZAWA Hiroyuki
on Mon, 20 August 2012 13:36
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Mon, 20 August 2012 15:29
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
KAMEZAWA Hiroyuki
on Fri, 17 August 2012 02:36
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Fri, 17 August 2012 07:04
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Tue, 14 August 2012 11:00
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Greg Thelen
on Sat, 11 August 2012 05:11
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Mon, 13 August 2012 08:07
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Mon, 13 August 2012 09:59
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Greg Thelen
on Mon, 13 August 2012 21:21
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Michal Hocko
on Tue, 14 August 2012 17:25
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 09:42
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 10:44
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Michal Hocko
on Wed, 15 August 2012 13:09
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 14:01
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Michal Hocko
on Wed, 15 August 2012 14:23
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Wed, 15 August 2012 14:27
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Michal Hocko
on Thu, 16 August 2012 09:53
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Thu, 16 August 2012 09:57
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Michal Hocko
on Thu, 16 August 2012 15:05
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Thu, 16 August 2012 15:22
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Greg Thelen
on Tue, 21 August 2012 21:50
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Wed, 22 August 2012 08:35
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Greg Thelen
on Thu, 23 August 2012 00:07
Re: [PATCH v2 06/11] memcg: kmem controller infrastructure
By:
Glauber Costa
on Thu, 23 August 2012 07:51
[PATCH v2 10/11] memcg: allow a memcg with kmem charges to be destructed.
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 10/11] memcg: allow a memcg with kmem charges to be destructed.
By:
Michal Hocko
on Tue, 21 August 2012 08:22
Re: [PATCH v2 10/11] memcg: allow a memcg with kmem charges to be destructed.
By:
Glauber Costa
on Wed, 22 August 2012 08:36
[PATCH v2 05/11] Add a __GFP_KMEMCG flag
By:
Glauber Costa
on Thu, 09 August 2012 13:01
Re: [PATCH v2 05/11] Add a __GFP_KMEMCG flag
By:
KAMEZAWA Hiroyuki
on Fri, 10 August 2012 17:07
Re: [PATCH v2 00/11] Request for Inclusion: kmem controller for memcg.
By:
Ying Han
on Fri, 17 August 2012 21:37
Re: [PATCH v2 00/11] Request for Inclusion: kmem controller for memcg.
By:
Glauber Costa
on Mon, 20 August 2012 07:51
Previous Topic:
[PATCH v3] SUNRPC: protect service sockets lists during per-net shutdown
Next Topic:
New here (CentOS 6.3 + Gentoo + ReiserFS)
Goto Forum:
- General
Virtuozzo 7 Beta Program
Support
HowTo
Discussions
- Mailing lists
Users
Devel
- International
German
French
Russian
- Test
TestForum
ml-test
-=]
Back to Top
[=-
[
Syndicate this forum (XML)
] [
] [
]
Current Time:
Tue Jul 15 01:55:40 GMT 2025
Total time taken to generate the page: 0.02404 seconds