[PATCH] drm: ci: skip msm_mapping@shadow on SM8350

Dmitry Baryshkov posted 1 patch 9 months ago
drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] drm: ci: skip msm_mapping@shadow on SM8350
Posted by Dmitry Baryshkov 9 months ago
The msm_mapping@shadow test fails on SM8350, which means that the write
might get through (hopefully not though). Disable the test completely
for now until we can fix the issue.

Link: https://gitlab.freedesktop.org/drm/msm/-/issues/77
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
 drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt b/drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt
index 9450f2a002fd7e68f0f674ac6ac84aeebf28347f..a8b535abc8ef0d996d0c73ece1c7a9622250928e 100644
--- a/drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt
+++ b/drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt
@@ -210,3 +210,8 @@ msm/msm_mapping@ring
 # [  229.752499] CPU features: 0x18,00000017,00200928,4200720b
 # [  229.758095] Memory Limit: none
 # [  229.761291] ---[ end Kernel panic - not syncing: softlockup: hung tasks ]---
+
+# Protection doesn't seem to be enforced, don't perform write which might get through
+# https://gitlab.freedesktop.org/drm/msm/-/issues/77
+msm/msm_mapping@shadow
+

---
base-commit: 8f5264d302e803e7ef82a61f9632a0d2ef67413f
change-id: 20250513-msm-ci-fixes-3e7ce259d1d9

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Re: [PATCH] drm: ci: skip msm_mapping@shadow on SM8350
Posted by Helen Koike 8 months, 4 weeks ago

On 5/13/25 15:49, Dmitry Baryshkov wrote:
> The msm_mapping@shadow test fails on SM8350, which means that the write
> might get through (hopefully not though). Disable the test completely
> for now until we can fix the issue.
> 
> Link: https://gitlab.freedesktop.org/drm/msm/-/issues/77
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

Acked-by: Helen Koike <koike@igalia.com>

Thanks
Helen

> ---
>   drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt b/drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt
> index 9450f2a002fd7e68f0f674ac6ac84aeebf28347f..a8b535abc8ef0d996d0c73ece1c7a9622250928e 100644
> --- a/drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt
> +++ b/drivers/gpu/drm/ci/xfails/msm-sm8350-hdk-skips.txt
> @@ -210,3 +210,8 @@ msm/msm_mapping@ring
>   # [  229.752499] CPU features: 0x18,00000017,00200928,4200720b
>   # [  229.758095] Memory Limit: none
>   # [  229.761291] ---[ end Kernel panic - not syncing: softlockup: hung tasks ]---
> +
> +# Protection doesn't seem to be enforced, don't perform write which might get through
> +# https://gitlab.freedesktop.org/drm/msm/-/issues/77
> +msm/msm_mapping@shadow
> +
> 
> ---
> base-commit: 8f5264d302e803e7ef82a61f9632a0d2ef67413f
> change-id: 20250513-msm-ci-fixes-3e7ce259d1d9
> 
> Best regards,