Hi Kanchana, kernel test robot noticed the following build warnings: [auto build test WARNING on herbert-cryptodev-2.6/master] [also build test WARNING on herbert-crypto-2.6/master akpm-mm/mm-everything linus/master v6.16-rc4 next-20250704] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Kanchana-P-Sridhar/crypto-iaa-Reorganize-the-iaa_crypto-driver-code/20250704-122613 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master patch link: https://lore.kernel.org/r/20250704042323.10318-11-kanchana.p.sridhar%40intel.com patch subject: [PATCH v10 10/25] crypto: iaa - Rearchitect the iaa_crypto driver to be usable by zswap and zram. config: x86_64-randconfig-123-20250704 (https://download.01.org/0day-ci/archive/20250705/202507052222.LbMGkyWl-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250705/202507052222.LbMGkyWl-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/202507052222.LbMGkyWl-lkp@xxxxxxxxx/ sparse warnings: (new ones prefixed by >>) drivers/crypto/intel/iaa/iaa_crypto_main.c:98:1: sparse: sparse: symbol 'first_wq_found_lock' was not declared. Should it be static? >> drivers/crypto/intel/iaa/iaa_crypto_main.c:100:12: sparse: sparse: symbol 'iaa_compression_mode_names' was not declared. Should it be static? >> drivers/crypto/intel/iaa/iaa_crypto_main.c:104:12: sparse: sparse: symbol 'iaa_compression_alg_names' was not declared. Should it be static? vim +/iaa_compression_mode_names +100 drivers/crypto/intel/iaa/iaa_crypto_main.c 99 > 100 const char *iaa_compression_mode_names[IAA_COMP_MODES_MAX] = { 101 "fixed", 102 }; 103 > 104 const char *iaa_compression_alg_names[IAA_COMP_MODES_MAX] = { 105 "deflate-iaa", 106 }; 107 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki