[Bug 599628] New: BUG in nfs_page_async_flush
http://bugzilla.novell.com/show_bug.cgi?id=599628 http://bugzilla.novell.com/show_bug.cgi?id=599628#c0 Summary: BUG in nfs_page_async_flush Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: meissner@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=356786) --> (http://bugzilla.novell.com/attachment.cgi?id=356786) dmesg.log on ppc64 kernel BUG at /usr/src/packages/BUILD/kernel-ppc64-2.6.34/linux-2.6.33/fs/nfs/write.c:312! Oops: Exception in kernel mode, sig: 5 [#1] SMP NR_CPUS=1024 NUMA PowerMac full trace attached -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=599628 http://bugzilla.novell.com/show_bug.cgi?id=599628#c Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #356786|text/x-log |text/plain mime type| | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=599628 http://bugzilla.novell.com/show_bug.cgi?id=599628#c Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium CC| |jeffm@novell.com AssignedTo|kernel-maintainers@forge.pr |nfbrown@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=599628 http://bugzilla.novell.com/show_bug.cgi?id=599628#c1 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Neil Brown <nfbrown@novell.com> 2010-04-26 21:44:53 UTC --- That would be: BUG_ON(ret != 0); in nfs_page_async_flush. This implies that the page was already in write-back, even after we waited for a lock on the request. Sounds like some sort of race.... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=599628 http://bugzilla.novell.com/show_bug.cgi?id=599628#c2 --- Comment #2 from Neil Brown <nfbrown@novell.com> 2010-04-27 04:26:24 UTC --- Current theory is commit a6305ddb080 which moves calls to nfs_end_page_writeback to after nfs_clear_page_tag_locked, so that there is a small window when the page is no longer locked, but writeback is still set. Will discuss upstream. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=599628 http://bugzilla.novell.com/show_bug.cgi?id=599628#c3 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Neil Brown <nfbrown@novell.com> 2010-05-03 01:29:06 UTC --- This has been addressed upstream by commit ba8b06e67ed7a560b0 which has now made its way into the SUSE leading-edge kernel. So I'll assume it is FIXED. Please reopen if the bug recurs. Thanks! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com