Re: [PATCH v2] mm: memcontrol: fix missing wakeup polling thread

2020-11-06 Thread Shakeel Butt
On Thu, Nov 5, 2020 at 8:20 AM Muchun Song wrote: > > When wen poll the swap.events, we* > we can miss being waked up when the swap being woken up > event occurs. Because we didn't notify. > > Fixes: f3a53a3a1e5b ("mm, memcontrol: implement memory.swap.events") > Signed-off-by: Muchun Song R

Re: [PATCH v2] mm: memcontrol: fix missing wakeup polling thread

2020-11-05 Thread Johannes Weiner
On Fri, Nov 06, 2020 at 12:19:36AM +0800, Muchun Song wrote: > When wen poll the swap.events, we can miss being waked up when the swap > event occurs. Because we didn't notify. > > Fixes: f3a53a3a1e5b ("mm, memcontrol: implement memory.swap.events") > Signed-off-by: Muchun Song Cool, thanks! Ac