* [Bug 105051] circular locking,
@ 2018-02-12 7:00 bugzilla-daemon
2018-02-12 7:01 ` [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock bugzilla-daemon
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2018-02-12 7:00 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1525 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105051
Bug ID: 105051
Summary: circular locking,
Product: DRI
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: DRM/other
Assignee: dri-devel@lists.freedesktop.org
Reporter: bugzilla@colorremedies.com
4.16.0-0.rc0.git9.1.fc28.x86_64 which is "linux-next" git f9f1e414128e
[ 9.523799] switcheroo-cont/889 is trying to acquire lock:
[ 9.523799] (console_lock){+.+.}, at: [<000000002c1cc7fb>]
vga_switchto_stage2+0x93/0x130
[ 9.523806]
but task is already holding lock:
[ 9.523807] (vgasr_mutex){+.+.}, at: [<000000007e504e29>]
vga_switcheroo_debugfs_write+0x6b/0x360
[ 9.523810]
which lock already depends on the new lock.
[ 9.523810]
the existing dependency chain (in reverse order) is:
[ 9.523810]
-> #3 (vgasr_mutex){+.+.}:
[ 9.523812]
-> #2 (&helper->lock){+.+.}:
[ 9.523814]
-> #1 ((fb_notifier_list).rwsem){++++}:
[ 9.523816]
-> #0 (console_lock){+.+.}:
[ 9.523818]
other info that might help us debug this:
[ 9.523818] Chain exists of:
console_lock --> &helper->lock --> vgasr_mutex
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2844 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock
2018-02-12 7:00 [Bug 105051] circular locking, bugzilla-daemon
@ 2018-02-12 7:01 ` bugzilla-daemon
2018-02-12 7:02 ` bugzilla-daemon
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2018-02-12 7:01 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 742 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105051
bugzilla@colorremedies.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|circular locking, |circular locking,
| |switcheroo-cont/889 is
| |trying to acquire lock
| |vga_switchto_stage2, but
| |vga_switcheroo_debugfs_writ
| |e already has lock
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1273 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock
2018-02-12 7:00 [Bug 105051] circular locking, bugzilla-daemon
2018-02-12 7:01 ` [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock bugzilla-daemon
@ 2018-02-12 7:02 ` bugzilla-daemon
2018-02-12 7:02 ` bugzilla-daemon
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2018-02-12 7:02 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 296 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105051
--- Comment #1 from bugzilla@colorremedies.com ---
Created attachment 137286
--> https://bugs.freedesktop.org/attachment.cgi?id=137286&action=edit
dmesg.log
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1353 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock
2018-02-12 7:00 [Bug 105051] circular locking, bugzilla-daemon
2018-02-12 7:01 ` [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock bugzilla-daemon
2018-02-12 7:02 ` bugzilla-daemon
@ 2018-02-12 7:02 ` bugzilla-daemon
2018-02-12 7:03 ` bugzilla-daemon
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2018-02-12 7:02 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 319 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105051
--- Comment #2 from bugzilla@colorremedies.com ---
Created attachment 137287
--> https://bugs.freedesktop.org/attachment.cgi?id=137287&action=edit
journalctl -b -o short-monotonic
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1422 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock
2018-02-12 7:00 [Bug 105051] circular locking, bugzilla-daemon
` (2 preceding siblings ...)
2018-02-12 7:02 ` bugzilla-daemon
@ 2018-02-12 7:03 ` bugzilla-daemon
2018-02-12 7:03 ` bugzilla-daemon
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2018-02-12 7:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 298 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105051
--- Comment #3 from bugzilla@colorremedies.com ---
Created attachment 137288
--> https://bugs.freedesktop.org/attachment.cgi?id=137288&action=edit
lspci -vvnn
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1359 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock
2018-02-12 7:00 [Bug 105051] circular locking, bugzilla-daemon
` (3 preceding siblings ...)
2018-02-12 7:03 ` bugzilla-daemon
@ 2018-02-12 7:03 ` bugzilla-daemon
2018-03-10 9:06 ` bugzilla-daemon
2019-10-14 13:20 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2018-02-12 7:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 296 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105051
--- Comment #4 from bugzilla@colorremedies.com ---
Created attachment 137289
--> https://bugs.freedesktop.org/attachment.cgi?id=137289&action=edit
dmidecode
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1353 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock
2018-02-12 7:00 [Bug 105051] circular locking, bugzilla-daemon
` (4 preceding siblings ...)
2018-02-12 7:03 ` bugzilla-daemon
@ 2018-03-10 9:06 ` bugzilla-daemon
2019-10-14 13:20 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2018-03-10 9:06 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 262 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105051
--- Comment #5 from bugzilla@colorremedies.com ---
Still happens in 4.16.0-0.rc4.git3.1.fc29.x86_64 which is git 1b88accf6a65.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1209 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock
2018-02-12 7:00 [Bug 105051] circular locking, bugzilla-daemon
` (5 preceding siblings ...)
2018-03-10 9:06 ` bugzilla-daemon
@ 2019-10-14 13:20 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-10-14 13:20 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 907 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105051
Martin Peres <martin.peres@free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #6 from Martin Peres <martin.peres@free.fr> ---
Hi,
Freedesktop's Bugzilla instance is EOLed and open bugs are about to be migrated
to http://gitlab.freedesktop.org.
To avoid migrating out of date bugs, I am now closing all the bugs that did not
see any activity in the past year. If the issue is still happening, please
create a new bug in the relevant project at https://gitlab.freedesktop.org/drm
(use misc by default).
Sorry about the noise!
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2763 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-10-14 13:20 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-12 7:00 [Bug 105051] circular locking, bugzilla-daemon
2018-02-12 7:01 ` [Bug 105051] circular locking, switcheroo-cont/889 is trying to acquire lock vga_switchto_stage2, but vga_switcheroo_debugfs_write already has lock bugzilla-daemon
2018-02-12 7:02 ` bugzilla-daemon
2018-02-12 7:02 ` bugzilla-daemon
2018-02-12 7:03 ` bugzilla-daemon
2018-02-12 7:03 ` bugzilla-daemon
2018-03-10 9:06 ` bugzilla-daemon
2019-10-14 13:20 ` bugzilla-daemon
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.