On 23 Oct 00 at 13:57, Linus Torvalds wrote: > On Mon, 23 Oct 2000, Petr Vandrovec wrote: > > > First page->mapping == NULL entry in syslog is dated 22:23:58, but > > couple of entries was lost before (probably I should print only '.' for > > each such page; this run there was more than 100 such pages) > > Another question is why SIGCHLD was delivered to parent AFTER ftruncate, > > but exit was invoked couple of seconds before - maybe it syncs > > child address space to disk? > > exit() basically does do a msync(MSASYNC), so that could be it. Yes. With sleep(60) no oops occur (it takes ~45 secs to exit child). This signals to me: should not vmtruncate_list acquire mm->mmap_sem, if it modifies page tables? I cannot find anything what prevents doing vmtruncate in one task and filemap_sync in another - neither page_table_lock spinlock, nor mmap_sem semaphore... Thanks, Petr Vandrovec [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_write_pa Petr Vandrovec
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_wri... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap... Alexander Viro
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:fil... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c... Alexander Viro
- Re: 2.4.0-test10-pre3:Oops in mm/file... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/... Alexander Viro
- Re: 2.4.0-test10-pre3:Oops in mm/... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_write_pa Petr Vandrovec
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_wri... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_write_pa Petr Vandrovec
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_wri... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_write_pa Petr Vandrovec
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_wri... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap_wri... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:filemap... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c:fil... Alexander Viro
- Re: 2.4.0-test10-pre3:Oops in mm/filemap.c... Alexander Viro
- Re: 2.4.0-test10-pre3:Oops in mm/file... Linus Torvalds
- Re: 2.4.0-test10-pre3:Oops in mm/... Alexander Viro
- Re: 2.4.0-test10-pre3:Oops in mm/... Linus Torvalds