Re: Top 10 bugs/warnings for the week of March 23rd, 2008

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jan Kara
Date: Saturday, May 24, 2008 - 3:23 pm

Hello,

  Is someone looking into this? It could be somehow connected with commit
1be62dc190ebaca331038962c873e7967de6cc4b where we add smp_mb() to
mark_buffer_dirty() under some circumstances. But I don't really see
how. The WARN_ON() being triggered is !buffer_uptodate(bh) but that
seems ridiculous for call paths like ext2_sync_super() ->
mark_buffer_dirty() or journal_destroy() -> journal_update_superblock() ->
mark_buffer_dirty() which are in oopses. Also this warning started
appearing only recently while ext2 and JBD didn't change those areas
recently. Also interesting may be that both ext2_sync_super() and
journal_update_superblock() call sync_dirty_buffer() just after calling
mark_buffer_dirty()...
  Arjan, do we have some more info for these oopses (like hw config,
what was the machine doing while the WARN_ON has been triggered etc.)?
Thanks.

								Honza
-- 
Jan Kara <jack@suse.cz>
SuSE CR Labs
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Top 10 bugs/warnings for the week of March 23rd, 2008, Arjan van de Ven, (Fri May 23, 9:19 am)
Re: Top 10 bugs/warnings for the week of May 23rd, 2008, Arjan van de Ven, (Fri May 23, 9:23 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Linus Torvalds, (Fri May 23, 9:42 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Arjan van de Ven, (Fri May 23, 10:35 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Arjan van de Ven, (Fri May 23, 10:07 pm)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Jan Kara, (Sat May 24, 3:23 pm)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Arjan van de Ven, (Sat May 24, 3:30 pm)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Stefan Richter, (Sun May 25, 4:58 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Stefan Richter, (Mon May 26, 7:52 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Theodore Tso, (Mon May 26, 10:01 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Oliver Neukum, (Mon May 26, 10:09 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Bart Van Assche, (Mon May 26, 10:28 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Theodore Tso, (Mon May 26, 10:50 am)
Re: Top 10 bugs/warnings for the week of March 23rd, 2008, Oliver Neukum, (Mon May 26, 11:12 pm)