dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
@ 2017-09-08 12:53 ` bugzilla-daemon
  2017-09-08 13:02 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-08 12:53 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 724 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

Chris Wilson <chris@chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|intel-gfx-bugs@lists.freede |
                   |sktop.org                   |
          Component|DRM/Intel                   |IGT
           Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop
                   |sktop.org                   |.org

--- Comment #3 from Chris Wilson <chris@chris-wilson.co.uk> ---
https://patchwork.freedesktop.org/series/30022/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2511 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] 9+ messages in thread

* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
  2017-09-08 12:53 ` [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0 bugzilla-daemon
@ 2017-09-08 13:02 ` bugzilla-daemon
  2017-09-11  9:52 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-08 13:02 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 262 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

--- Comment #4 from Chris Wilson <chris@chris-wilson.co.uk> ---
*** Bug 102620 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1351 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] 9+ messages in thread

* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
  2017-09-08 12:53 ` [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0 bugzilla-daemon
  2017-09-08 13:02 ` bugzilla-daemon
@ 2017-09-11  9:52 ` bugzilla-daemon
  2017-09-11 11:14 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-11  9:52 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 262 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

--- Comment #5 from Chris Wilson <chris@chris-wilson.co.uk> ---
*** Bug 102652 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1366 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] 9+ messages in thread

* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2017-09-11  9:52 ` bugzilla-daemon
@ 2017-09-11 11:14 ` bugzilla-daemon
  2017-09-19 12:17 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-11 11:14 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 856 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

--- Comment #6 from Chris Wilson <chris@chris-wilson.co.uk> ---
Related igt commit 4f082c35d2df545f81d202ae1a08463f6c123552 (upstream/master)
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Fri Sep 8 13:48:05 2017 +0100

    igt/gem_eio: Install an exithandler to unwedge the device after failure

    Under normal conditions, we try to repair the damage we inflict to the
    GPU, but if we fail we don't. Make sure that if the test does die, we do
    try to restore normal operation by using an atexit handler.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102616
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2155 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] 9+ messages in thread

* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2017-09-11 11:14 ` bugzilla-daemon
@ 2017-09-19 12:17 ` bugzilla-daemon
  2017-10-11  9:41 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-09-19 12:17 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1175 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

Chris Wilson <chris@chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Chris Wilson <chris@chris-wilson.co.uk> ---
commit 92e457d0ffe930369d09bc83d3d3ed90c9bd6cb1
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Fri Sep 8 11:33:15 2017 +0100

    igt/gem_eio: inflight wedged requires long plugging

    As our hangcheck may exceed 10s to declare the device wedged, we need to
    hold the plugging fence indefinitely. This makes using vgem as our input
    fence unusable, so resort to using sw_sync. At the same time, we can
    then check that the async result is also -EIO.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102616
    Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
    Reviewed-by: Michał Winiarski <michal.winiarski@intel.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3281 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] 9+ messages in thread

* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
                   ` (4 preceding siblings ...)
  2017-09-19 12:17 ` bugzilla-daemon
@ 2017-10-11  9:41 ` bugzilla-daemon
  2018-08-22  7:04 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2017-10-11  9:41 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 369 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      i915 platform|APL                         |BXT

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1149 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] 9+ messages in thread

* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
                   ` (5 preceding siblings ...)
  2017-10-11  9:41 ` bugzilla-daemon
@ 2018-08-22  7:04 ` bugzilla-daemon
  2018-08-22  7:04 ` bugzilla-daemon
  2018-08-22  7:06 ` bugzilla-daemon
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2018-08-22  7:04 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 347 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

--- Comment #8 from Lakshmi <lakshminarayana.vudum@intel.com> ---
igt@gem_eio@in-flight with "Failed assertion" was not seen recently and there
are no open bugs related to failed assertion. So closing this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1323 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] 9+ messages in thread

* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
                   ` (6 preceding siblings ...)
  2018-08-22  7:04 ` bugzilla-daemon
@ 2018-08-22  7:04 ` bugzilla-daemon
  2018-08-22  7:06 ` bugzilla-daemon
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2018-08-22  7:04 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 378 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

Lakshmi <lakshminarayana.vudum@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1158 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] 9+ messages in thread

* [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0
       [not found] <bug-102616-502@http.bugs.freedesktop.org/>
                   ` (7 preceding siblings ...)
  2018-08-22  7:04 ` bugzilla-daemon
@ 2018-08-22  7:06 ` bugzilla-daemon
  8 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2018-08-22  7:06 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 400 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=102616

--- Comment #9 from Lakshmi <lakshminarayana.vudum@intel.com> ---
(In reply to Lakshmi from comment #8)
> igt@gem_eio@in-flight test failure with "Failed assertion" was not seen recently and there are no open bugs related to failed assertion. So closing this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1439 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] 9+ messages in thread

end of thread, other threads:[~2018-08-22  7:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-102616-502@http.bugs.freedesktop.org/>
2017-09-08 12:53 ` [Bug 102616] [CI][SNB,HSW,APL,KBL] igt@gem_eio@in-flight - Failed assertion: __vgem_fence_signal(fd, fence) == 0 bugzilla-daemon
2017-09-08 13:02 ` bugzilla-daemon
2017-09-11  9:52 ` bugzilla-daemon
2017-09-11 11:14 ` bugzilla-daemon
2017-09-19 12:17 ` bugzilla-daemon
2017-10-11  9:41 ` bugzilla-daemon
2018-08-22  7:04 ` bugzilla-daemon
2018-08-22  7:04 ` bugzilla-daemon
2018-08-22  7:06 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox