]> xenbits.xensource.com Git - people/royger/osstest.git/commit
ts-kernel-build: Disable CONFIG_ARCH_QCOM in Xen Project CI
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 30 May 2019 16:47:42 +0000 (17:47 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 3 Jun 2019 09:32:20 +0000 (10:32 +0100)
commitefeddf7eca8604bf8b2f033ecc4ce2076b19fb0e
treef0ff369458a356102fc8775041279c9bcca4a548
parent0c90436aab92446a490e97b5161cfd7e6d20f7ca
ts-kernel-build: Disable CONFIG_ARCH_QCOM in Xen Project CI

  drivers/firmware/qcom_scm.c:469:47: error: passing argument 3 of `dma_alloc_coherent' from incompatible pointer type [-Werror=incompatible-pointer-types]

This is fixed by

  firmware: qcom_scm: Use proper types for dma mappings

but this is not present in all relevant stable branches.

We currently have no Qualcomm hardware in the Xen Project test lab so
we do not need this enabled.

CC: Stefano Stabellini <sstabellini@kernel.org>
CC: linux-arm-msm@vger.kernel.org
CC: linux-kernel@vger.kernel.org
CC: Stephen Boyd <swboyd@chromium.org>
CC: Andy Gross <agross@kernel.org>
CC: Bjorn Andersson <bjorn.andersson@linaro.org>
CC: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
Acked-by: Julien Grall <julien.grall@arm.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-kernel-build