Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1377700 > unrolled thread
| Started by | Petr Mladek <pmladek@suse.com> |
|---|---|
| First post | 2016-04-13 11:50 +0200 |
| Last post | 2016-04-15 17:30 +0200 |
| Articles | 14 — 4 participants |
Back to article view | Back to linux.kernel
[BUG] cgroup/workques/fork: deadlock when moving cgroups Petr Mladek <pmladek@suse.com> - 2016-04-13 11:50 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Tejun Heo <tj@kernel.org> - 2016-04-13 20:40 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Tejun Heo <tj@kernel.org> - 2016-04-13 21:00 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Michal Hocko <mhocko@kernel.org> - 2016-04-13 21:30 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Michal Hocko <mhocko@kernel.org> - 2016-04-13 21:30 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Michal Hocko <mhocko@kernel.org> - 2016-04-13 21:50 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Michal Hocko <mhocko@kernel.org> - 2016-04-14 09:10 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Tejun Heo <tj@kernel.org> - 2016-04-14 17:40 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Tejun Heo <tj@kernel.org> - 2016-04-13 21:50 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Johannes Weiner <hannes@cmpxchg.org> - 2016-04-14 20:00 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Michal Hocko <mhocko@kernel.org> - 2016-04-15 09:10 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Tejun Heo <tj@kernel.org> - 2016-04-15 16:40 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Michal Hocko <mhocko@kernel.org> - 2016-04-15 17:10 +0200
Re: [BUG] cgroup/workques/fork: deadlock when moving cgroups Tejun Heo <tj@kernel.org> - 2016-04-15 17:30 +0200
| From | Petr Mladek <pmladek@suse.com> |
|---|---|
| Date | 2016-04-13 11:50 +0200 |
| Subject | [BUG] cgroup/workques/fork: deadlock when moving cgroups |
| Message-ID | <rnpAS-7Is-7@gated-at.bofh.it> |
Hi,
Cyril reported a system lock up when running
memcg_move_charge_at_immigrate_test.sh test[*] repeatedly.
I have reproduced it also with the plain 4.6-rc3.
There seems to be a deadlock where 4 processes are involved. It makes
the system unable to fork any new processes. I had to use alt-sysrq
command to get to debugging information.
Please, find the entire log at http://pastebin.com/pL9eKsFb
Interesting is the lockdep output:
[ 409.669856] Showing all locks held in the system:
[ 409.669856] 2 locks held by systemd/1:
[ 409.669856] #0: (&p->lock){+.+.+.}, at: [<ffffffff8124e54d>] seq_read+0x3d/0x3a0
[ 409.669856] #1: (cgroup_mutex){+.+.+.}, at: [<ffffffff8112379e>] proc_cgroup_show+0x4e/0x300
[ 409.669856] 1 lock held by kthreadd/2:
[ 409.669856] #0: (&cgroup_threadgroup_rwsem){++++++}, at: [<ffffffff8106b235>] copy_process.part.30+0x555/0x1d30
[ 409.669856] 3 locks held by kworker/0:2/114:
[ 409.669856] #0: ("cgroup_destroy"){.+.+..}, at: [<ffffffff8108c971>] process_one_work+0x151/0x6b0
[ 409.669856] #1: ((&css->destroy_work)){+.+...}, at: [<ffffffff8108c971>] process_one_work+0x151/0x6b0
[ 409.669856] #2: (cgroup_mutex){+.+.+.}, at: [<ffffffff8111a80d>] css_release_work_fn+0x2d/0xf0
[ 409.669856] 1 lock held by kworker/0:3/588:
[ 409.669856] #0: (&pool->manager_arb){+.+.+.}, at: [<ffffffff8108d1bc>] worker_thread+0x2ec/0x490
[ 409.669856] 1 lock held by in:imklog/816:
[ 409.669856] #0: (&f->f_pos_lock){+.+.+.}, at: [<ffffffff81248013>] __fdget_pos+0x43/0x50
[ 409.669856] 6 locks held by memcg_move_char/2860:
[ 409.669856] #0: (sb_writers#6){.+.+.+}, at: [<ffffffff812299e1>] __sb_start_write+0xd1/0xf0
[ 409.669856] #1: (&of->mutex){+.+.+.}, at: [<ffffffff812ae4d6>] kernfs_fop_write+0x66/0x190
[ 409.669856] #2: (cgroup_mutex){+.+.+.}, at: [<ffffffff8111ef7c>] cgroup_kn_lock_live+0x5c/0x1f0
[ 409.669856] #3: (&cgroup_threadgroup_rwsem){++++++}, at: [<ffffffff810c6a64>] percpu_down_write+0x24/0xd0
[ 409.669856] #4: (lock#4){+.+...}, at: [<ffffffff811aa1d4>] lru_add_drain_all+0x34/0x1a0
[ 409.669856] #5: (cpu_hotplug.lock){++++++}, at: [<ffffffff8106e097>] get_online_cpus+0x17/0x70
The problematic processes seem to be:
1. memcg_move_char/2860:
========================
It is the process from the test suite. It is waiting in lru_add_drain_all()
when calling flush_work() on CPU0[**]. Note that it holds many locks
including 'cgroup_mutex' and 'cgroup_threadgroup_rwsem'.
[ 409.669856] memcg_move_char D ffff8800ab82b978 0 2860 1438 0x00000000
[ 409.669856] ffff8800ab82b978 ffffffff8244c908 ffff880036d44800 ffff880036a0d1c0
[ 409.669856] ffff8800ab82c000 ffff8800ab82bb00 ffff8800ab82baf8 ffff880036a0d1c0
[ 409.669856] 0000000000000004 ffff8800ab82b990 ffffffff8195c77c 7fffffffffffffff
[ 409.669856] Call Trace:
[ 409.669856] [<ffffffff8195c77c>] schedule+0x3c/0x90
[ 409.669856] [<ffffffff81960e74>] schedule_timeout+0x294/0x480
[ 409.669856] [<ffffffff810c9fd6>] ? mark_held_locks+0x66/0x90
[ 409.669856] [<ffffffff81961c1c>] ? _raw_spin_unlock_irq+0x2c/0x50
[ 409.669856] [<ffffffff810ca0f9>] ? trace_hardirqs_on_caller+0xf9/0x1c0
[ 409.669856] [<ffffffff8195d9d6>] wait_for_completion+0x96/0x100
[ 409.669856] [<ffffffff810a1a30>] ? wake_up_q+0x80/0x80
[ 409.669856] [<ffffffff8108b7ca>] flush_work+0x1ca/0x270
[ 409.669856] [<ffffffff8108b82e>] ? flush_work+0x22e/0x270
[ 409.669856] [<ffffffff81088f20>] ? destroy_worker+0xd0/0xd0
[ 409.669856] [<ffffffff811aa2fb>] lru_add_drain_all+0x15b/0x1a0
[ 409.669856] [<ffffffff81211c8b>] mem_cgroup_move_task+0x5b/0xe0
[ 409.669856] [<ffffffff81214640>] ? mem_cgroup_move_account+0x290/0x290
[ 409.669856] [<ffffffff8111fa9e>] cgroup_taskset_migrate+0x1ee/0x360
[ 409.669856] [<ffffffff8111fd05>] cgroup_migrate+0xf5/0x190
[ 409.669856] [<ffffffff8111fc15>] ? cgroup_migrate+0x5/0x190
[ 409.669856] [<ffffffff8111ffa5>] cgroup_attach_task+0x205/0x230
[ 409.669856] [<ffffffff8111fde2>] ? cgroup_attach_task+0x42/0x230
[ 409.669856] [<ffffffff811203dd>] __cgroup_procs_write.isra.30+0x2bd/0x470
[ 409.669856] [<ffffffff8112017f>] ? __cgroup_procs_write.isra.30+0x5f/0x470
[ 409.669856] [<ffffffff811205a0>] cgroup_tasks_write+0x10/0x20
[ 409.669856] [<ffffffff8111bf6e>] cgroup_file_write+0x3e/0x1b0
[ 409.669856] [<ffffffff812ae5b4>] kernfs_fop_write+0x144/0x190
[ 409.669856] [<ffffffff81225838>] __vfs_write+0x28/0xe0
[ 409.669856] [<ffffffff810c69a4>] ? percpu_down_read+0x44/0x80
[ 409.669856] [<ffffffff812299e1>] ? __sb_start_write+0xd1/0xf0
[ 409.669856] [<ffffffff812299e1>] ? __sb_start_write+0xd1/0xf0
[ 409.669856] [<ffffffff81226742>] vfs_write+0xa2/0x1a0
[ 409.669856] [<ffffffff81247296>] ? __fget_light+0x66/0x90
[ 409.669856] [<ffffffff81227ab9>] SyS_write+0x49/0xa0
[ 409.669856] [<ffffffff819623fc>] entry_SYSCALL_64_fastpath+0x1f/0xbd
2. kworker/0:2/114:
===================
It is a worker on CPU0 that is blocked in css_release_work_fn().
It is unable to get 'cgroup_mutex' that is already owned by
'memcg_move_char/2860'.
[ 409.669856] kworker/0:2 D ffff880036d4bcd8 0 114 2 0x00000000
[ 409.669856] Workqueue: cgroup_destroy css_release_work_fn
[ 409.669856] ffff880036d4bcd8 00000000ffffffff ffff8800acd40100 ffff880036d44800
[ 409.669856] ffff880036d4c000 ffffffff81e94280 0000000000000246 ffff880036d44800
[ 409.669856] 00000000ffffffff ffff880036d4bcf0 ffffffff8195c77c ffffffff81e94288
[ 409.669856] Call Trace:
[ 409.669856] [<ffffffff8195c77c>] schedule+0x3c/0x90
[ 409.669856] [<ffffffff8195cb35>] schedule_preempt_disabled+0x15/0x20
[ 409.669856] [<ffffffff8195ec49>] mutex_lock_nested+0x169/0x3f0
[ 409.669856] [<ffffffff8111a80d>] ? css_release_work_fn+0x2d/0xf0
[ 409.669856] [<ffffffff8111a80d>] css_release_work_fn+0x2d/0xf0
[ 409.669856] [<ffffffff8108c9ec>] process_one_work+0x1cc/0x6b0
[ 409.669856] [<ffffffff8108c971>] ? process_one_work+0x151/0x6b0
[ 409.669856] [<ffffffff8108cffb>] worker_thread+0x12b/0x490
[ 409.669856] [<ffffffff8108ced0>] ? process_one_work+0x6b0/0x6b0
[ 409.669856] [<ffffffff81093dd4>] kthread+0xe4/0x100
[ 409.669856] [<ffffffff81962632>] ret_from_fork+0x22/0x50
[ 409.669856] [<ffffffff81093cf0>] ? kthread_create_on_node+0x200/0x200
3. kworker/0:3/588:
===================
It tries to create another worker on CPU0 to proceed the pending
works. It waits until the kthread is created by kthreadd.
[ 409.669856] kworker/0:3 D ffff8800ad8ebb68 0 588 2 0x00000000
[ 409.669856] ffff8800ad8ebb68 ffffffff82435ae8 ffff88012a648040 ffff8800acd40100
[ 409.669856] ffff8800ad8ec000 ffff8800ad8ebcc8 ffff8800ad8ebcc0 ffff8800acd40100
[ 409.669856] ffff8800acd40100 ffff8800ad8ebb80 ffffffff8195c77c 7fffffffffffffff
[ 409.669856] Call Trace:
[ 409.669856] [<ffffffff8195c77c>] schedule+0x3c/0x90
[ 409.669856] [<ffffffff81960e74>] schedule_timeout+0x294/0x480
[ 409.669856] [<ffffffff810c9fd6>] ? mark_held_locks+0x66/0x90
[ 409.669856] [<ffffffff81961c1c>] ? _raw_spin_unlock_irq+0x2c/0x50
[ 409.669856] [<ffffffff810ca0f9>] ? trace_hardirqs_on_caller+0xf9/0x1c0
[ 409.669856] [<ffffffff8195d72b>] wait_for_completion_killable+0xab/0x170
[ 409.669856] [<ffffffff810a1a30>] ? wake_up_q+0x80/0x80
[ 409.669856] [<ffffffff8108ced0>] ? process_one_work+0x6b0/0x6b0
[ 409.669856] [<ffffffff81093c4a>] kthread_create_on_node+0x15a/0x200
[ 409.669856] [<ffffffff8121d6d8>] ? create_object+0x238/0x2e0
[ 409.669856] [<ffffffff814505a9>] ? snprintf+0x39/0x40
[ 409.669856] [<ffffffff8108b9db>] create_worker+0xbb/0x190
[ 409.669856] [<ffffffff8108d205>] worker_thread+0x335/0x490
[ 409.669856] [<ffffffff8108ced0>] ? process_one_work+0x6b0/0x6b0
[ 409.669856] [<ffffffff81093dd4>] kthread+0xe4/0x100
[ 409.669856] [<ffffffff81962632>] ret_from_fork+0x22/0x50
[ 409.669856] [<ffffffff81093cf0>] ? kthread_create_on_node+0x200/0x200
4. kthreadd/2:
==============
It is a kthread that is responsible for forking other kthreads.
It is blocked in copy_process() when calling threadgroup_change_begin()
because 'cgroup_threadgroup_rwsem' is held by 'memcg_move_char/2860'.
[ 409.669856] kthreadd D ffff88012a64fc20 0 2 0 0x00000000
[ 409.669856] ffff88012a64fc20 ffffffff830aedd0 ffffffff81e0b540 ffff88012a648040
[ 409.669856] ffff88012a650000 ffffffff830aedb8 ffffffff830aedd0 ffff88012a648040
[ 409.669856] 0000000000000000 ffff88012a64fc38 ffffffff8195c77c ffff88012a648040
[ 409.669856] Call Trace:
[ 409.669856] [<ffffffff8195c77c>] schedule+0x3c/0x90
[ 409.669856] [<ffffffff8196070b>] rwsem_down_read_failed+0xcb/0x120
[ 409.669856] [<ffffffff81452e38>] call_rwsem_down_read_failed+0x18/0x30
[ 409.669856] [<ffffffff810c69be>] percpu_down_read+0x5e/0x80
[ 409.669856] [<ffffffff8106b235>] ? copy_process.part.30+0x555/0x1d30
[ 409.669856] [<ffffffff8106b235>] copy_process.part.30+0x555/0x1d30
[ 409.669856] [<ffffffff810cafa0>] ? __lock_acquire+0xab0/0x1ad0
[ 409.669856] [<ffffffff81093cf0>] ? kthread_create_on_node+0x200/0x200
[ 409.669856] [<ffffffff810ca0f9>] ? trace_hardirqs_on_caller+0xf9/0x1c0
[ 409.669856] [<ffffffff8106cbdc>] _do_fork+0xdc/0x6c0
[ 409.669856] [<ffffffff81094aa5>] ? kthreadd+0x2c5/0x380
[ 409.669856] [<ffffffff8106d1e9>] kernel_thread+0x29/0x30
[ 409.669856] [<ffffffff81094b01>] kthreadd+0x321/0x380
[ 409.669856] [<ffffffff81962632>] ? ret_from_fork+0x22/0x50
[ 409.669856] [<ffffffff81962632>] ret_from_fork+0x22/0x50
[ 409.669856] [<ffffffff810947e0>] ? kthread_create_on_cpu+0x60/0x60
By other words, "memcg_move_char/2860" flushes a work. But it cannot
get flushed because one worker is blocked and another one could not
get created. All these operations are blocked by the very same
"memcg_move_char/2860".
Note that also "systemd/1" is waiting for "cgroup_mutex" in
proc_cgroup_show(). But it seems that it is not in the main
cycle causing the deadlock.
I am able to reproduce this problem quite easily (within few minutes).
There are often even more tasks waiting for the cgroups-related locks
but they are not causing the deadlock.
The question is how to solve this problem. I see several possibilities:
+ avoid using workqueues in lru_add_drain_all()
+ make lru_add_drain_all() killable and restartable
+ do not block fork() when lru_add_drain_all() is running,
e.g. using some lazy techniques like RCU, workqueues
+ at least do not block fork of workers; AFAIK, they have a limited
cgroups usage anyway because they are marked with PF_NO_SETAFFINITY
I am willing to test any potential fix or even work on the fix.
But I do not have that big insight into the problem, so I would
need some pointers.
[*] It comes from the LTP test suite. The relevant sources might
be found at
https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/controllers/memcg/functional/memcg_move_charge_at_immigrate_test.sh
https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/controllers/memcg/functional/memcg_lib.sh
https://github.com/linux-test-project/ltp/blob/master/testcases/kernel/controllers/memcg/functional/memcg_process.c
[**] Some of the details are not visible from the provided log. We have first
reproduced this problem with an internal kernel based on the upstream 4.4.
I checked more details using a crash dump. Then I reproduced the same
deadlock with plain 4.6-rc3 and rather used logs from this kernel
in this mail.
Best Regards,
Petr
[toc] | [next] | [standalone]
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2016-04-13 20:40 +0200 |
| Message-ID | <rnxRM-5zu-5@gated-at.bofh.it> |
| In reply to | #1377700 |
Hello, Petr. (cc'ing Johannes) On Wed, Apr 13, 2016 at 11:42:16AM +0200, Petr Mladek wrote: ... > By other words, "memcg_move_char/2860" flushes a work. But it cannot > get flushed because one worker is blocked and another one could not > get created. All these operations are blocked by the very same > "memcg_move_char/2860". > > Note that also "systemd/1" is waiting for "cgroup_mutex" in > proc_cgroup_show(). But it seems that it is not in the main > cycle causing the deadlock. > > I am able to reproduce this problem quite easily (within few minutes). > There are often even more tasks waiting for the cgroups-related locks > but they are not causing the deadlock. > > > The question is how to solve this problem. I see several possibilities: > > + avoid using workqueues in lru_add_drain_all() > > + make lru_add_drain_all() killable and restartable > > + do not block fork() when lru_add_drain_all() is running, > e.g. using some lazy techniques like RCU, workqueues > > + at least do not block fork of workers; AFAIK, they have a limited > cgroups usage anyway because they are marked with PF_NO_SETAFFINITY > > > I am willing to test any potential fix or even work on the fix. > But I do not have that big insight into the problem, so I would > need some pointers. An easy solution would be to make lru_add_drain_all() use a WQ_MEM_RECLAIM workqueue. A better way would be making charge moving asynchronous similar to cpuset node migration but I don't know whether that's realistic. Will prep a patch to add a rescuer to lru_add_drain_all(). Thanks. -- tejun
[toc] | [prev] | [next] | [standalone]
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2016-04-13 21:00 +0200 |
| Message-ID | <rnyb8-5I5-17@gated-at.bofh.it> |
| In reply to | #1378168 |
On Wed, Apr 13, 2016 at 02:33:09PM -0400, Tejun Heo wrote:
> An easy solution would be to make lru_add_drain_all() use a
> WQ_MEM_RECLAIM workqueue. A better way would be making charge moving
> asynchronous similar to cpuset node migration but I don't know whether
> that's realistic. Will prep a patch to add a rescuer to
> lru_add_drain_all().
So, something like the following. Can you please see whether the
deadlock goes away with the patch?
diff --git a/mm/swap.c b/mm/swap.c
index a0bc206..7022872 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -664,8 +664,16 @@ static void lru_add_drain_per_cpu(struct work_struct *dummy)
lru_add_drain();
}
+static struct workqueue_struct *lru_add_drain_wq;
static DEFINE_PER_CPU(struct work_struct, lru_add_drain_work);
+static int __init lru_add_drain_wq_init(void)
+{
+ lru_add_drain_wq = alloc_workqueue("lru_add_drain", WQ_MEM_RECLAIM, 0);
+ return lru_add_drain_wq ? 0 : -ENOMEM;
+}
+core_initcall(lru_add_drain_wq_init);
+
void lru_add_drain_all(void)
{
static DEFINE_MUTEX(lock);
@@ -685,13 +693,12 @@ void lru_add_drain_all(void)
pagevec_count(&per_cpu(lru_deactivate_pvecs, cpu)) ||
need_activate_page_drain(cpu)) {
INIT_WORK(work, lru_add_drain_per_cpu);
- schedule_work_on(cpu, work);
+ queue_work_on(cpu, lru_add_drain_wq, work);
cpumask_set_cpu(cpu, &has_work);
}
}
- for_each_cpu(cpu, &has_work)
- flush_work(&per_cpu(lru_add_drain_work, cpu));
+ flush_workqueue(lru_add_drain_wq);
put_online_cpus();
mutex_unlock(&lock);
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-04-13 21:30 +0200 |
| Message-ID | <rnyE9-6fL-1@gated-at.bofh.it> |
| In reply to | #1378168 |
On Wed 13-04-16 21:23:13, Michal Hocko wrote: > On Wed 13-04-16 14:33:09, Tejun Heo wrote: > > Hello, Petr. > > > > (cc'ing Johannes) > > > > On Wed, Apr 13, 2016 at 11:42:16AM +0200, Petr Mladek wrote: > > ... > > > By other words, "memcg_move_char/2860" flushes a work. But it cannot > > > get flushed because one worker is blocked and another one could not > > > get created. All these operations are blocked by the very same > > > "memcg_move_char/2860". > > > > > > Note that also "systemd/1" is waiting for "cgroup_mutex" in > > > proc_cgroup_show(). But it seems that it is not in the main > > > cycle causing the deadlock. > > > > > > I am able to reproduce this problem quite easily (within few minutes). > > > There are often even more tasks waiting for the cgroups-related locks > > > but they are not causing the deadlock. > > > > > > > > > The question is how to solve this problem. I see several possibilities: > > > > > > + avoid using workqueues in lru_add_drain_all() > > > > > > + make lru_add_drain_all() killable and restartable > > > > > > + do not block fork() when lru_add_drain_all() is running, > > > e.g. using some lazy techniques like RCU, workqueues > > > > > > + at least do not block fork of workers; AFAIK, they have a limited > > > cgroups usage anyway because they are marked with PF_NO_SETAFFINITY > > > > > > > > > I am willing to test any potential fix or even work on the fix. > > > But I do not have that big insight into the problem, so I would > > > need some pointers. > > > > An easy solution would be to make lru_add_drain_all() use a > > WQ_MEM_RECLAIM workqueue. > > I think we can live without lru_add_drain_all() in the migration path. > We are talking about 4 pagevecs so 56 pages. The charge migration is wanted to say 56 * num_cpus of course. > racy anyway. What concerns me more is how all this is fragile. It sounds > just too easy to add a dependency on per-cpu sync work later and > reintroduce this issue which is quite hard to detect. > > Cannot we come up with something more robust? Or at least warn when we > try to use per-cpu workers with problematic locks held? > > Thanks! -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-04-13 21:30 +0200 |
| Message-ID | <rnyE9-6fL-3@gated-at.bofh.it> |
| In reply to | #1378168 |
On Wed 13-04-16 14:33:09, Tejun Heo wrote: > Hello, Petr. > > (cc'ing Johannes) > > On Wed, Apr 13, 2016 at 11:42:16AM +0200, Petr Mladek wrote: > ... > > By other words, "memcg_move_char/2860" flushes a work. But it cannot > > get flushed because one worker is blocked and another one could not > > get created. All these operations are blocked by the very same > > "memcg_move_char/2860". > > > > Note that also "systemd/1" is waiting for "cgroup_mutex" in > > proc_cgroup_show(). But it seems that it is not in the main > > cycle causing the deadlock. > > > > I am able to reproduce this problem quite easily (within few minutes). > > There are often even more tasks waiting for the cgroups-related locks > > but they are not causing the deadlock. > > > > > > The question is how to solve this problem. I see several possibilities: > > > > + avoid using workqueues in lru_add_drain_all() > > > > + make lru_add_drain_all() killable and restartable > > > > + do not block fork() when lru_add_drain_all() is running, > > e.g. using some lazy techniques like RCU, workqueues > > > > + at least do not block fork of workers; AFAIK, they have a limited > > cgroups usage anyway because they are marked with PF_NO_SETAFFINITY > > > > > > I am willing to test any potential fix or even work on the fix. > > But I do not have that big insight into the problem, so I would > > need some pointers. > > An easy solution would be to make lru_add_drain_all() use a > WQ_MEM_RECLAIM workqueue. I think we can live without lru_add_drain_all() in the migration path. We are talking about 4 pagevecs so 56 pages. The charge migration is racy anyway. What concerns me more is how all this is fragile. It sounds just too easy to add a dependency on per-cpu sync work later and reintroduce this issue which is quite hard to detect. Cannot we come up with something more robust? Or at least warn when we try to use per-cpu workers with problematic locks held? Thanks! -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-04-13 21:50 +0200 |
| Message-ID | <rnyXx-6oK-35@gated-at.bofh.it> |
| In reply to | #1378197 |
On Wed 13-04-16 15:37:34, Tejun Heo wrote: > Hello, Michal. > > On Wed, Apr 13, 2016 at 09:23:14PM +0200, Michal Hocko wrote: > > I think we can live without lru_add_drain_all() in the migration path. > > We are talking about 4 pagevecs so 56 pages. The charge migration is > > Ah, nice. > > > racy anyway. What concerns me more is how all this is fragile. It sounds > > just too easy to add a dependency on per-cpu sync work later and > > reintroduce this issue which is quite hard to detect. > > Cannot we come up with something more robust? Or at least warn when we > > try to use per-cpu workers with problematic locks held? > > Yeah, workqueue does limited lockdep annotation but it doesn't > integrate fully with the rest of dependency tracking. It'd be nice to > have that. Don't know how to tho. I was thinking about something like flush_per_cpu_work() which would assert on group_threadgroup_rwsem held for write. But this still sounds suboptimal to me. Do we really have to do cgroup_threadgroup_change_begin for kworker threads? They are PF_NO_SETAFFINITY so they cannot be moved AFAIR. Or am I missing something? -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-04-14 09:10 +0200 |
| Message-ID | <rnJzA-6mi-9@gated-at.bofh.it> |
| In reply to | #1378225 |
On Wed 13-04-16 21:48:20, Michal Hocko wrote: [...] > I was thinking about something like flush_per_cpu_work() which would > assert on group_threadgroup_rwsem held for write. I have thought about this some more and I guess this is not limitted to per cpu workers. Basically any flush_work with group_threadgroup_rwsem held for write is dangerous, right? -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2016-04-14 17:40 +0200 |
| Message-ID | <rnRx8-408-21@gated-at.bofh.it> |
| In reply to | #1378537 |
Hello, On Thu, Apr 14, 2016 at 09:06:23AM +0200, Michal Hocko wrote: > On Wed 13-04-16 21:48:20, Michal Hocko wrote: > [...] > > I was thinking about something like flush_per_cpu_work() which would > > assert on group_threadgroup_rwsem held for write. > > I have thought about this some more and I guess this is not limitted to > per cpu workers. Basically any flush_work with group_threadgroup_rwsem > held for write is dangerous, right? Whether per-cpu or not doesn't matter. What matters is whether the workqueue has WQ_MEM_RECLAIM or not. That said, I think what we want to do is avoiding performing heavy operations in migration path. It's where the core and all controllers have to synchronize, so performing operations with many external dependencies is bound to get messy. I wonder whether memory charge moving can be restructured in a similar fashion to how cpuset node migration is made async. However, given that charge moving has always been a best effort thing, for now, I think it'd be best to drop lru_add_drain. Thanks. -- tejun
[toc] | [prev] | [next] | [standalone]
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2016-04-13 21:50 +0200 |
| Message-ID | <rnyXx-6oK-37@gated-at.bofh.it> |
| In reply to | #1378197 |
Hello, Michal. On Wed, Apr 13, 2016 at 09:23:14PM +0200, Michal Hocko wrote: > I think we can live without lru_add_drain_all() in the migration path. > We are talking about 4 pagevecs so 56 pages. The charge migration is Ah, nice. > racy anyway. What concerns me more is how all this is fragile. It sounds > just too easy to add a dependency on per-cpu sync work later and > reintroduce this issue which is quite hard to detect. > Cannot we come up with something more robust? Or at least warn when we > try to use per-cpu workers with problematic locks held? Yeah, workqueue does limited lockdep annotation but it doesn't integrate fully with the rest of dependency tracking. It'd be nice to have that. Don't know how to tho. Thanks. -- tejun
[toc] | [prev] | [next] | [standalone]
| From | Johannes Weiner <hannes@cmpxchg.org> |
|---|---|
| Date | 2016-04-14 20:00 +0200 |
| Message-ID | <rnTID-5Nb-9@gated-at.bofh.it> |
| In reply to | #1378197 |
On Wed, Apr 13, 2016 at 09:23:14PM +0200, Michal Hocko wrote: > I think we can live without lru_add_drain_all() in the migration path. Agreed. Michal, would you care to send a patch to remove it?
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-04-15 09:10 +0200 |
| Message-ID | <ro637-7wR-7@gated-at.bofh.it> |
| In reply to | #1379170 |
On Thu 14-04-16 13:50:55, Johannes Weiner wrote: > On Wed, Apr 13, 2016 at 09:23:14PM +0200, Michal Hocko wrote: > > I think we can live without lru_add_drain_all() in the migration path. > > Agreed. Michal, would you care to send a patch to remove it? Now that I am looking closer I am not sure this would help though. mem_cgroup_move_charge needs to take mmap_sem for read and keeps looping until it gets it. What if the mmap_sem holder for write depends on the work queue code in the same way lru_add_drain_all does? I mean this all is really fragile. Tejun was proposing to do the migration async (move the whole mem_cgroup_move_charge into the work item). This would solve the problem of course. I haven't checked whether this would be safe but it at least sounds doable (albeit far from trivial). It would also be a user visible change because the new memcg will not contain the moved charges after we return to user space. I think this would be acceptable but if somebody really relies on the previous behavior I guess we can solve it with a post_move cgroup callback which would be called from a lockless context. Anyway, before we go that way, can we at least consider the possibility of removing the kworker creation dependency on the global rwsem? AFAIU this locking was added because of the pid controller. Do we even care about something as volatile as kworkers in the pid controller? Anyway one way or another I will be travelling until next Friday and will have only limited time to look into this. -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2016-04-15 16:40 +0200 |
| Message-ID | <rod4B-4sD-11@gated-at.bofh.it> |
| In reply to | #1379499 |
Hello, Michal. On Fri, Apr 15, 2016 at 09:06:01AM +0200, Michal Hocko wrote: > Tejun was proposing to do the migration async (move the whole > mem_cgroup_move_charge into the work item). This would solve the problem > of course. I haven't checked whether this would be safe but it at least > sounds doable (albeit far from trivial). It would also be a user visible > change because the new memcg will not contain the moved charges after we > return to user space. I think this would be acceptable but if somebody Not necessarily. The only thing necessary is flushing the work item after releasing locks but before returning to user. cpuset_post_attach_flush() does exactly the same thing. > really relies on the previous behavior I guess we can solve it with a > post_move cgroup callback which would be called from a lockless context. > > Anyway, before we go that way, can we at least consider the possibility > of removing the kworker creation dependency on the global rwsem? AFAIU > this locking was added because of the pid controller. Do we even care > about something as volatile as kworkers in the pid controller? It's not just pid controller and the global percpu locking has lower hotpath overhead. We can try to exclude kworkers out of the locking but that can get really nasty and there are already attempts to add cgroup support to workqueue. Will think more about it. For now tho, do you think making charge moving async would be difficult? Thanks. -- tejun
[toc] | [prev] | [next] | [standalone]
| From | Michal Hocko <mhocko@kernel.org> |
|---|---|
| Date | 2016-04-15 17:10 +0200 |
| Message-ID | <rodxE-4ZA-15@gated-at.bofh.it> |
| In reply to | #1379873 |
On Fri 15-04-16 10:38:15, Tejun Heo wrote: > Hello, Michal. > > On Fri, Apr 15, 2016 at 09:06:01AM +0200, Michal Hocko wrote: > > Tejun was proposing to do the migration async (move the whole > > mem_cgroup_move_charge into the work item). This would solve the problem > > of course. I haven't checked whether this would be safe but it at least > > sounds doable (albeit far from trivial). It would also be a user visible > > change because the new memcg will not contain the moved charges after we > > return to user space. I think this would be acceptable but if somebody > > Not necessarily. The only thing necessary is flushing the work item > after releasing locks but before returning to user. > cpuset_post_attach_flush() does exactly the same thing. Ahh, ok, didn't know that __cgroup_procs_write is doing something controller specific. Yes then we wouldn't need a generic callback if another code like above would be acceptable. > > really relies on the previous behavior I guess we can solve it with a > > post_move cgroup callback which would be called from a lockless context. > > > > Anyway, before we go that way, can we at least consider the possibility > > of removing the kworker creation dependency on the global rwsem? AFAIU > > this locking was added because of the pid controller. Do we even care > > about something as volatile as kworkers in the pid controller? > > It's not just pid controller and the global percpu locking has lower where else would the locking matter? I have only checked the git history to build my picture so I might be missing something of course. > hotpath overhead. We can try to exclude kworkers out of the locking > but that can get really nasty and there are already attempts to add > cgroup support to workqueue. Will think more about it. For now tho, > do you think making charge moving async would be difficult? Well it certainly is not that trivial because it relies on being exclusive with global context. I will have to look closer of course but I cannot guarantee I will get to it before I get back from LSF. We can certainly discuss that at the conference. Johannes will be there as well. Thanks! -- Michal Hocko SUSE Labs
[toc] | [prev] | [next] | [standalone]
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2016-04-15 17:30 +0200 |
| Message-ID | <rodR0-57f-23@gated-at.bofh.it> |
| In reply to | #1379904 |
Hello, On Fri, Apr 15, 2016 at 05:08:15PM +0200, Michal Hocko wrote: > On Fri 15-04-16 10:38:15, Tejun Heo wrote: > > Not necessarily. The only thing necessary is flushing the work item > > after releasing locks but before returning to user. > > cpuset_post_attach_flush() does exactly the same thing. > > Ahh, ok, didn't know that __cgroup_procs_write is doing something > controller specific. Yes then we wouldn't need a generic callback if > another code like above would be acceptable. Yeah, I thought it'd be an one-off thing so didn't made it a generic callback. Making it a generic callback isn't a problem tho. > > > really relies on the previous behavior I guess we can solve it with a > > > post_move cgroup callback which would be called from a lockless context. > > > > > > Anyway, before we go that way, can we at least consider the possibility > > > of removing the kworker creation dependency on the global rwsem? AFAIU > > > this locking was added because of the pid controller. Do we even care > > > about something as volatile as kworkers in the pid controller? > > > > It's not just pid controller and the global percpu locking has lower > > where else would the locking matter? I have only checked the git history > to build my picture so I might be missing something of course. IIRC, there were followup patches which fixed and/or simplified locking paths. It's just generally a lot simpler to deal with. The downside obviously is that cgroup core operations can't depend on task creation. I didn't expect memcg to trigger it too tho. I don't think we wanna be doing heavy-lifting operations like node migration or page relabeling while holding cgroup lock anyway, so would much prefer making them async. > > hotpath overhead. We can try to exclude kworkers out of the locking > > but that can get really nasty and there are already attempts to add > > cgroup support to workqueue. Will think more about it. For now tho, > > do you think making charge moving async would be difficult? > > Well it certainly is not that trivial because it relies on being > exclusive with global context. I will have to look closer of course but > I cannot guarantee I will get to it before I get back from LSF. We can > certainly discuss that at the conference. Johannes will be there as > well. I see. For cpuset, it didn't really matter but what we can do is creating a mechanism on cgroup core side which is called after a migration operation is done after dropping the usual locks and guarantees that no new migration will be started before the callbacks finish. If we have that, relocating charge moving outside the attach path should be pretty trivial, right? Thanks. -- tejun
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web