On Thu, Dec 12, 2024 at 06:58:12PM +0530, Naresh Kamboju wrote:
The arm64 builds failed on Linux stable-rc queues/6.6 due to following build warnings / errors.
arm64:
- build/gcc-13-defconfig-lkftconfig
First seen on Linux stable-rc queues/6.6 Good: v6.6.65 Bad: v6.6.65-348-g690f793e86f4
Build log:
drivers/ufs/host/ufs-qcom.c: In function 'ufs_qcom_remove': drivers/ufs/host/ufs-qcom.c:1929:13: error: 'host' undeclared (first use in this function) 1929 | if (host->esi_enabled) | ^~~~ drivers/ufs/host/ufs-qcom.c:1929:13: note: each undeclared identifier is reported only once for each function it appears in make[6]: *** [scripts/Makefile.build:243: drivers/ufs/host/ufs-qcom.o] Error 1
the commit that causes this build regression is, scsi: ufs: qcom: Only free platform MSIs when ESI is enabled commit 64506b3d23a337e98a74b18dcb10c8619365f2bd upstream.
Odd, that backport is broken, sorry about that. I'll go remove it.
greg k-h