* [Bug 22756] New: nouveau_fence.c kernel BUG and recursive faults
@ 2009-07-13 21:27 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-22756-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-07-13 21:27 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
http://bugs.freedesktop.org/show_bug.cgi?id=22756
Summary: nouveau_fence.c kernel BUG and recursive faults
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
ReportedBy: pq-X3B1VOXEql0@public.gmane.org
QAContact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
Created an attachment (id=27647)
--> (http://bugs.freedesktop.org/attachment.cgi?id=27647)
Xorg log
Nouveau, KMS enabled and working fine, NV28 card.
DRM modules from nouveau/linux-2.6 git, v2.6.31-rc2-65-g7525cc6, branch
master-compat, commit 7525cc6ddc45772f78aa40fe0a767f512f2ae1ed "Clarify
nouveau/DEPENDS file.". This branch is up-to-date with master branch commit
"drm/nouveau: allow celcius on nv20". The host kernel is 2.6.28-gentoo-r5.
When trying to start X, screen blinks, goes black, kernel hits BUGs, but the
machine does not hang. SysRq can unlock the keyboard, but I do not get the
console back, screen stays black. The kernel recommends a reboot after the
recursive fault.
Attaching X.org log (nothing really interesting), and the kernel log with drm
debug=1, except all debug messages starting in nouveau_hw.h disabled (they
overflow the kernel message buffer and I hear they make I2C/DDC fail).
I'm guessing a way to reproduce this would be to remove e.g. NVxxTCL object
from the list of allowed grobjs, and then starting X. Missing NV11TCL was how I
first hit this kind of bug, but adding that did not fix everything. Probably
something wrong in the nouveau DRM error paths.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <bug-22756-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>]
* [Bug 22756] nouveau_fence.c kernel BUG and recursive faults [not found] ` <bug-22756-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> @ 2009-07-13 21:28 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2009-07-16 11:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-07-13 21:28 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW http://bugs.freedesktop.org/show_bug.cgi?id=22756 --- Comment #1 from Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org> 2009-07-13 14:28:57 PST --- Created an attachment (id=27648) --> (http://bugs.freedesktop.org/attachment.cgi?id=27648) kernel log -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 22756] nouveau_fence.c kernel BUG and recursive faults [not found] ` <bug-22756-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> 2009-07-13 21:28 ` [Bug 22756] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-07-16 11:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2009-07-17 10:08 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2009-07-19 15:58 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-07-16 11:09 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW http://bugs.freedesktop.org/show_bug.cgi?id=22756 --- Comment #2 from David <david.hernando.m-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2009-07-16 04:09:17 PST --- Created an attachment (id=27759) --> (http://bugs.freedesktop.org/attachment.cgi?id=27759) kernel log The same happens with NV18. Removing the patch: drm/nouveau: protect fence pending list with Spinlock commit: ed6cc42c377ed125e6b95e0808883a8a47f137c2 this works. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 22756] nouveau_fence.c kernel BUG and recursive faults [not found] ` <bug-22756-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> 2009-07-13 21:28 ` [Bug 22756] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2009-07-16 11:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-07-17 10:08 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2009-07-19 15:58 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-07-17 10:08 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW http://bugs.freedesktop.org/show_bug.cgi?id=22756 --- Comment #3 from David <david.hernando.m-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2009-07-17 03:08:38 PST --- It already works well, I think it's because: drm/nouveau: fix BUG_ON() on UP systems, spin_is_locked() always returns 0 commit: f248e95a848d3e70be395862fdf512ffdfcecd51 thanks -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 22756] nouveau_fence.c kernel BUG and recursive faults [not found] ` <bug-22756-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> ` (2 preceding siblings ...) 2009-07-17 10:08 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-07-19 15:58 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2009-07-19 15:58 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW http://bugs.freedesktop.org/show_bug.cgi?id=22756 Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org> 2009-07-19 08:58:44 PST --- (In reply to comment #3) > It already works well, I think it's because: > > drm/nouveau: fix BUG_ON() on UP systems, spin_is_locked() always returns 0 > commit: f248e95a848d3e70be395862fdf512ffdfcecd51 > > thanks > Yup, confirmed here, too. Latest DRM works just fine. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-07-19 15:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-13 21:27 [Bug 22756] New: nouveau_fence.c kernel BUG and recursive faults bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-22756-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2009-07-13 21:28 ` [Bug 22756] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-07-16 11:09 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-07-17 10:08 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2009-07-19 15:58 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.