* Re: [PATCH v3 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
[not found] <20250502121253.456974-4-t-pratham@ti.com>
@ 2025-05-05 14:56 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-05-05 14:56 UTC (permalink / raw)
To: T Pratham, Herbert Xu, David S. Miller
Cc: llvm, oe-kbuild-all, netdev, Kamlesh Gurudasani,
Vignesh Raghavendra, Praneeth Bajjuri, Manorit Chawdhry,
linux-kernel, linux-crypto
Hi Pratham,
kernel test robot noticed the following build warnings:
[auto build test WARNING on herbert-cryptodev-2.6/master]
[also build test WARNING on next-20250505]
[cannot apply to herbert-crypto-2.6/master robh/for-next linus/master v6.15-rc5]
[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/T-Pratham/dt-bindings-crypto-Add-binding-for-TI-DTHE-V2/20250502-201653
base: https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
patch link: https://lore.kernel.org/r/20250502121253.456974-4-t-pratham%40ti.com
patch subject: [PATCH v3 2/2] crypto: ti: Add driver for DTHE V2 AES Engine (ECB, CBC)
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20250505/202505052251.UeYNEjXC-lkp@intel.com/config)
compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250505/202505052251.UeYNEjXC-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/202505052251.UeYNEjXC-lkp@intel.com/
All warnings (new ones prefixed by >>):
In file included from drivers/crypto/ti/dthev2-common.c:15:
>> drivers/crypto/ti/dthev2-common.h:9:9: warning: '__TI_DTHEV2_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
9 | #ifndef __TI_DTHEV2_H__
| ^~~~~~~~~~~~~~~
drivers/crypto/ti/dthev2-common.h:10:9: note: '__TI_DTHE2V_H__' is defined here; did you mean '__TI_DTHEV2_H__'?
10 | #define __TI_DTHE2V_H__
| ^~~~~~~~~~~~~~~
| __TI_DTHEV2_H__
1 warning generated.
vim +/__TI_DTHEV2_H__ +9 drivers/crypto/ti/dthev2-common.h
> 9 #ifndef __TI_DTHEV2_H__
10 #define __TI_DTHE2V_H__
11
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread