diff options
author | Vasily Khoruzhick <[email protected]> | 2020-03-10 01:53:57 -0700 |
---|---|---|
committer | Vasily Khoruzhick <[email protected]> | 2020-03-16 16:28:33 -0700 |
commit | ac1dbd5ef81fe9bd389e38f22da32d940c1d9e02 (patch) | |
tree | b03533ea0d505493436deb205abaae50e032c5c4 /.gitlab-ci/deqp-lima-skips.txt | |
parent | 2756b629171f61ca8e162be7b332e91a62c5c978 (diff) |
lima/gpir: fix crash in schedule_insert_ready_list()
Fix crash if node is already at position we want. Otherwise we remove
it from list (and list->prev becomes NULL) and then we dereference list->prev
in list_addtail()
Reviewed-by: Andreas Baierl <[email protected]>
Signed-off-by: Vasily Khoruzhick <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4126>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4126>
Diffstat (limited to '.gitlab-ci/deqp-lima-skips.txt')
-rw-r--r-- | .gitlab-ci/deqp-lima-skips.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci/deqp-lima-skips.txt b/.gitlab-ci/deqp-lima-skips.txt index 83b241f34d1..f866ece29a6 100644 --- a/.gitlab-ci/deqp-lima-skips.txt +++ b/.gitlab-ci/deqp-lima-skips.txt @@ -9,11 +9,6 @@ dEQP-GLES[0-9]*.stress # These are really slow on tiling architectures (including llvmpipe). dEQP-GLES[0-9]*.functional.flush_finish -# Crashes -dEQP-GLES2.functional.shaders.invariance.highp.common_subexpression_1 -dEQP-GLES2.functional.shaders.invariance.mediump.common_subexpression_1 -dEQP-GLES2.functional.shaders.invariance.lowp.common_subexpression_1 - # Flaky dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_pos_z dEQP-GLES2.functional.default_vertex_attrib.* |