* [Bug 99385] New: Nouveau produces soft lockups
@ 2017-01-12 15:33 bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-99385-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
0 siblings, 1 reply; 5+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-01-12 15:33 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 1294 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=99385
Bug ID: 99385
Summary: Nouveau produces soft lockups
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Reporter: celelibi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
QA Contact: xorg-team-go0+a7rfsptAfugRpC6u6w@public.gmane.org
Created attachment 128914
--> https://bugs.freedesktop.org/attachment.cgi?id=128914&action=edit
dmesg log from boot to bug
Nouveau driver seems to produce soft lockups.
The most notable effect is that some syscalls "hangs", the whole system become
very slow and this kind f message appear in every terminals:
NMI watchdog: BUG: soft lockup - CPU#6 stuck for 23s! [kworker/6:2:324]
This seems related to power management, since adding the option runpm=0 doesn't
produce the lockups. This bug can be triggered by many things, including
running commands like lspci.
I attach the dmesg log from boot up to the bug.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2716 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <bug-99385-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>]
* [Bug 99385] Nouveau produces soft lockups [not found] ` <bug-99385-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> @ 2017-01-29 14:47 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2017-01-29 15:04 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-01-29 14:47 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1.1: Type: text/plain, Size: 335 bytes --] https://bugs.freedesktop.org/show_bug.cgi?id=99385 --- Comment #1 from celelibi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --- Created attachment 129216 --> https://bugs.freedesktop.org/attachment.cgi?id=129216&action=edit acpidump -z -o acpidump.txt -- You are receiving this mail because: You are the assignee for the bug. [-- Attachment #1.2: Type: text/html, Size: 1170 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 99385] Nouveau produces soft lockups [not found] ` <bug-99385-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> 2017-01-29 14:47 ` [Bug 99385] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-01-29 15:04 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2017-01-29 18:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2019-12-04 9:23 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-01-29 15:04 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1.1: Type: text/plain, Size: 1184 bytes --] https://bugs.freedesktop.org/show_bug.cgi?id=99385 Peter Wu <peter-VTkQYDcBqhK7DlmcbJSQ7g@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peter-VTkQYDcBqhK7DlmcbJSQ7g@public.gmane.org --- Comment #2 from Peter Wu <peter-VTkQYDcBqhK7DlmcbJSQ7g@public.gmane.org> --- Based on your acpidump for an Alienware 15 R3/0GY3V1, BIOS 1.0.8 11/12/2016 with GTX 1070, I found this in ssdt6.dsl: Method (PGOF, 1, Serialized) { ... If (((\_SB.GGIV (0x01030009) == Zero) || (OSYS == 0x07D9))) { ... } Else { LKDS (PIOF) } ... } This is a common pattern that is known to give issues. The "LKDS" part seems to cause issues, so you want to force the other code path. As OSYS is 2009 (set in DSDT), try booting with: acpi_osi=! acpi_osi="Windows 2009" See also https://bugzilla.kernel.org/show_bug.cgi?id=156341 -- You are receiving this mail because: You are the assignee for the bug. [-- Attachment #1.2: Type: text/html, Size: 2448 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 99385] Nouveau produces soft lockups [not found] ` <bug-99385-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> 2017-01-29 14:47 ` [Bug 99385] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2017-01-29 15:04 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-01-29 18:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 2019-12-04 9:23 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2017-01-29 18:11 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1.1: Type: text/plain, Size: 276 bytes --] https://bugs.freedesktop.org/show_bug.cgi?id=99385 --- Comment #3 from celelibi-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --- I'm not sure what it means, but this works around the issue as well. -- You are receiving this mail because: You are the assignee for the bug. [-- Attachment #1.2: Type: text/html, Size: 965 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 99385] Nouveau produces soft lockups [not found] ` <bug-99385-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/> ` (2 preceding siblings ...) 2017-01-29 18:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2019-12-04 9:23 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ 3 siblings, 0 replies; 5+ messages in thread From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2019-12-04 9:23 UTC (permalink / raw) To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW [-- Attachment #1.1: Type: text/plain, Size: 870 bytes --] https://bugs.freedesktop.org/show_bug.cgi?id=99385 Martin Peres <martin.peres-GANU6spQydw@public.gmane.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED --- Comment #4 from Martin Peres <martin.peres-GANU6spQydw@public.gmane.org> --- -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/316. -- You are receiving this mail because: You are the assignee for the bug. [-- Attachment #1.2: Type: text/html, Size: 2353 bytes --] [-- Attachment #2: Type: text/plain, Size: 153 bytes --] _______________________________________________ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-12-04 9:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 15:33 [Bug 99385] New: Nouveau produces soft lockups bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
[not found] ` <bug-99385-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2017-01-29 14:47 ` [Bug 99385] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2017-01-29 15:04 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2017-01-29 18:11 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2019-12-04 9:23 ` 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.