tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 2030579113a1b1b5bfd7ff24c0852847836d8fd1 commit: 00b1248606ba3979ccae30ed11df8cdc1a84245a [1481/13906] firmware: qcom_scm: Add support for Qualcomm Secure Execution Environment SCM interface config: i386-buildonly-randconfig-001-20231021 (https://download.01.org/0day-ci/archive/20231021/202310210234.ArlqNeKe-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231021/202310210234.ArlqNeKe-lkp@xxxxxxxxx/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202310210234.ArlqNeKe-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/firmware/qcom_scm.c:1621:34: warning: 'qcom_scm_qseecom_allowlist' defined but not used [-Wunused-const-variable=] 1621 | static const struct of_device_id qcom_scm_qseecom_allowlist[] = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for VIDEO_OV7670 Depends on [n]: MEDIA_SUPPORT [=y] && VIDEO_DEV [=y] && VIDEO_CAMERA_SENSOR [=n] Selected by [y]: - VIDEO_VIA_CAMERA [=y] && MEDIA_SUPPORT [=y] && MEDIA_PLATFORM_SUPPORT [=y] && MEDIA_PLATFORM_DRIVERS [=y] && V4L_PLATFORM_DRIVERS [=y] && FB_VIA [=y] && VIDEO_DEV [=y] vim +/qcom_scm_qseecom_allowlist +1621 drivers/firmware/qcom_scm.c 1616 1617 /* 1618 * We do not yet support re-entrant calls via the qseecom interface. To prevent 1619 + any potential issues with this, only allow validated machines for now. 1620 */ > 1621 static const struct of_device_id qcom_scm_qseecom_allowlist[] = { 1622 { .compatible = "lenovo,thinkpad-x13s", }, 1623 { } 1624 }; 1625 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki