Re: [PATCH stable 3.10] mm: memcontrol: factor out reclaim iterator loading and updating

2017-07-27 Thread Michal Hocko
On Thu 27-07-17 21:59:06, Wenwei Tao wrote: > From: Johannes Weiner > > commit 519ebea3bf6df45439e79c54bda1d9e29fe13a64 upstream > > It turned out that this is actually a bug fix which prevents a double > css_put on last_visited memcg which results in kernel BUG at >

Re: [PATCH stable 3.10] mm: memcontrol: factor out reclaim iterator loading and updating

2017-07-27 Thread Michal Hocko
On Thu 27-07-17 21:59:06, Wenwei Tao wrote: > From: Johannes Weiner > > commit 519ebea3bf6df45439e79c54bda1d9e29fe13a64 upstream > > It turned out that this is actually a bug fix which prevents a double > css_put on last_visited memcg which results in kernel BUG at > kernel/cgroup.c:893! > See

[PATCH stable 3.10] mm: memcontrol: factor out reclaim iterator loading and updating

2017-07-27 Thread Wenwei Tao
From: Johannes Weiner commit 519ebea3bf6df45439e79c54bda1d9e29fe13a64 upstream It turned out that this is actually a bug fix which prevents a double css_put on last_visited memcg which results in kernel BUG at kernel/cgroup.c:893! See

[PATCH stable 3.10] mm: memcontrol: factor out reclaim iterator loading and updating

2017-07-27 Thread Wenwei Tao
From: Johannes Weiner commit 519ebea3bf6df45439e79c54bda1d9e29fe13a64 upstream It turned out that this is actually a bug fix which prevents a double css_put on last_visited memcg which results in kernel BUG at kernel/cgroup.c:893! See