Re: 3.15-rc8 mm/filemap.c:202 BUG

2014-06-06 Thread Sasha Levin
On 06/06/2014 07:16 PM, Linus Torvalds wrote: >> I have no evidence that its lack is responsible for the mm/filemap.c:202 >> > BUG_ON(page_mapped(page)) in __delete_from_page_cache() found by trinity, >> > and I am not optimistic that it will fix it. But I have found no other >> > explanation, and

Re: 3.15-rc8 mm/filemap.c:202 BUG

2014-06-06 Thread Linus Torvalds
On Fri, Jun 6, 2014 at 4:05 PM, Hugh Dickins wrote: > > [PATCH] mm: entry = ACCESS_ONCE(*pte) in handle_pte_fault > > Use ACCESS_ONCE() in handle_pte_fault() when getting the entry or orig_pte > upon which all subsequent decisions and pte_same() tests will be made. > > I have no evidence that its

Re: 3.15-rc8 mm/filemap.c:202 BUG

2014-06-06 Thread Hugh Dickins
On Wed, 4 Jun 2014, Sasha Levin wrote: > On 06/03/2014 07:11 PM, Hugh Dickins wrote: > > On Tue, 3 Jun 2014, Konstantin Khlebnikov wrote: > >> > On Tue, Jun 3, 2014 at 8:21 AM, Dave Jones wrote: > >>> > > I'm still seeing this one from time to time, though it takes me quite > >>> > > a while to h

Re: 3.15-rc8 mm/filemap.c:202 BUG

2014-06-04 Thread Sasha Levin
On 06/03/2014 07:11 PM, Hugh Dickins wrote: > On Tue, 3 Jun 2014, Konstantin Khlebnikov wrote: >> > On Tue, Jun 3, 2014 at 8:21 AM, Dave Jones wrote: >>> > > I'm still seeing this one from time to time, though it takes me quite a >>> > > while to hit it, >>> > > despite my attempts at trying to n

Re: 3.15-rc8 mm/filemap.c:202 BUG

2014-06-03 Thread Dave Jones
On Tue, Jun 03, 2014 at 04:11:43PM -0700, Hugh Dickins wrote: > > - BUG_ON(page_mapped(page)); > > + VM_BUG_ON_PAGE(page_mapped(page), page); > > > > /* > > * Some filesystems seem to re-dirty the page even after > > Yes, there's a chance that will tell us mo

Re: 3.15-rc8 mm/filemap.c:202 BUG

2014-06-03 Thread Hugh Dickins
On Tue, 3 Jun 2014, Konstantin Khlebnikov wrote: > On Tue, Jun 3, 2014 at 8:21 AM, Dave Jones wrote: > > I'm still seeing this one from time to time, though it takes me quite a > > while to hit it, > > despite my attempts at trying to narrow down the set of syscalls that cause > > it. > > > > ke

Re: 3.15-rc8 mm/filemap.c:202 BUG

2014-06-03 Thread Konstantin Khlebnikov
On Tue, Jun 3, 2014 at 8:21 AM, Dave Jones wrote: > I'm still seeing this one from time to time, though it takes me quite a while > to hit it, > despite my attempts at trying to narrow down the set of syscalls that cause > it. > > kernel BUG at mm/filemap.c:202! > invalid opcode: [#1] PREEM