Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/ci: validate drm/msm XML register files against schema

In order to validate drm/msm register definition files against schema,
reuse the nodebugfs build step. The validation entry is guarded by
the EXPERT Kconfig option and we don't want to enable that option for
all the builds.

Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240503-fd-fix-lxml-v2-2-f80a60ce21a1@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+4
+3
drivers/gpu/drm/ci/build.sh
··· 12 12 apt-get update 13 13 apt-get install -y libssl-dev 14 14 15 + # for msm header validation 16 + apt-get install -y python3-lxml 17 + 15 18 if [[ "$KERNEL_ARCH" = "arm64" ]]; then 16 19 GCC_ARCH="aarch64-linux-gnu" 17 20 DEBIAN_ARCH="arm64"
+1
drivers/gpu/drm/ci/build.yml
··· 106 106 extends: .build:arm64 107 107 variables: 108 108 DISABLE_KCONFIGS: "DEBUG_FS" 109 + ENABLE_KCONFIGS: "EXPERT DRM_MSM_VALIDATE_XML" 109 110 110 111 build:x86_64: 111 112 extends: .build:x86_64