Re: [lkp] [mm] 3f5d849cb0: page dumped because: VM_BUG_ON_PAGE(!PageLocked(page))

2015-12-14 Thread Stephen Rothwell
Hi all, On Mon, 14 Dec 2015 10:26:53 -0500 Johannes Weiner wrote: > > I'm fairly certain this is this unlocked page issue: > http://www.spinics.net/lists/kernel/msg2142719.html > > The fix went into Linus's tree only yesterday: > dfd01f0 ("sched/wait: Fix the signal handling fix") And will be

Re: [lkp] [mm] 3f5d849cb0: page dumped because: VM_BUG_ON_PAGE(!PageLocked(page))

2015-12-14 Thread Johannes Weiner
On Mon, Dec 14, 2015 at 02:57:38PM +0800, kernel test robot wrote: > FYI, we noticed the below changes on > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > commit 3f5d849cb0b7e177c363f0c36732326f184b495b ("mm: memcontrol: switch to > the updated jump-label API") >

Re: [lkp] [mm] 3f5d849cb0: page dumped because: VM_BUG_ON_PAGE(!PageLocked(page))

2015-12-14 Thread Johannes Weiner
On Mon, Dec 14, 2015 at 02:57:38PM +0800, kernel test robot wrote: > FYI, we noticed the below changes on > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > commit 3f5d849cb0b7e177c363f0c36732326f184b495b ("mm: memcontrol: switch to > the updated jump-label API") >

Re: [lkp] [mm] 3f5d849cb0: page dumped because: VM_BUG_ON_PAGE(!PageLocked(page))

2015-12-14 Thread Stephen Rothwell
Hi all, On Mon, 14 Dec 2015 10:26:53 -0500 Johannes Weiner wrote: > > I'm fairly certain this is this unlocked page issue: > http://www.spinics.net/lists/kernel/msg2142719.html > > The fix went into Linus's tree only yesterday: > dfd01f0 ("sched/wait: Fix the signal handling