* Re: [PATCH v2] crypto: rsa-pkcs1pad: export rsa1_asn_lookup() [not found] <20240515150213.32491-1-jarkko@kernel.org> @ 2024-05-16 5:24 ` kernel test robot 0 siblings, 0 replies; only message in thread From: kernel test robot @ 2024-05-16 5:24 UTC (permalink / raw) To: Jarkko Sakkinen; +Cc: llvm, oe-kbuild-all Hi Jarkko, 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 linus/master v6.9 next-20240515] [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/Jarkko-Sakkinen/crypto-rsa-pkcs1pad-export-rsa1_asn_lookup/20240515-230406 base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master patch link: https://lore.kernel.org/r/20240515150213.32491-1-jarkko%40kernel.org patch subject: [PATCH v2] crypto: rsa-pkcs1pad: export rsa1_asn_lookup() config: i386-buildonly-randconfig-002-20240516 (https://download.01.org/0day-ci/archive/20240516/202405161355.B776iHbb-lkp@intel.com/config) compiler: clang version 18.1.5 (https://github.com/llvm/llvm-project 617a15a9eac96088ae5e9134248d8236e34b91b1) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240516/202405161355.B776iHbb-lkp@intel.com/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@intel.com> | Closes: https://lore.kernel.org/oe-kbuild-all/202405161355.B776iHbb-lkp@intel.com/ All warnings (new ones prefixed by >>): >> crypto/rsa-pkcs1pad.c:108: warning: Function parameter or struct member 'name' not described in 'rsa_lookup_asn1' vim +108 crypto/rsa-pkcs1pad.c a49de377e051ea Tadeusz Struk 2016-03-03 100 446115366ec712 Jarkko Sakkinen 2024-05-15 101 /** 446115366ec712 Jarkko Sakkinen 2024-05-15 102 * rsa_lookup_asn1() - Lookup the ASN.1 digest info given the hash 446115366ec712 Jarkko Sakkinen 2024-05-15 103 * name: hash algorithm name 446115366ec712 Jarkko Sakkinen 2024-05-15 104 * 446115366ec712 Jarkko Sakkinen 2024-05-15 105 * Returns the ASN.1 digest info on success, and NULL on failure. 446115366ec712 Jarkko Sakkinen 2024-05-15 106 */ 446115366ec712 Jarkko Sakkinen 2024-05-15 107 const struct rsa_asn1_template *rsa_lookup_asn1(const char *name) a49de377e051ea Tadeusz Struk 2016-03-03 @108 { a49de377e051ea Tadeusz Struk 2016-03-03 109 const struct rsa_asn1_template *p; a49de377e051ea Tadeusz Struk 2016-03-03 110 a49de377e051ea Tadeusz Struk 2016-03-03 111 for (p = rsa_asn1_templates; p->name; p++) a49de377e051ea Tadeusz Struk 2016-03-03 112 if (strcmp(name, p->name) == 0) a49de377e051ea Tadeusz Struk 2016-03-03 113 return p; a49de377e051ea Tadeusz Struk 2016-03-03 114 return NULL; a49de377e051ea Tadeusz Struk 2016-03-03 115 } 446115366ec712 Jarkko Sakkinen 2024-05-15 116 EXPORT_SYMBOL_GPL(rsa_lookup_asn1); a49de377e051ea Tadeusz Struk 2016-03-03 117 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki ^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-16 5:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240515150213.32491-1-jarkko@kernel.org>
2024-05-16 5:24 ` [PATCH v2] crypto: rsa-pkcs1pad: export rsa1_asn_lookup() kernel test robot
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox