tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 1c86f90a16d413621918ae1403842b43632f0b3d commit: 19ae333001b375bbc7d1ff9eaa9cbb0a72fff65e [1624/2270] drm/amdgpu: added support for psp fw attestation config: arm64-randconfig-r004-20201028 (attached as .config) compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 50dfa19cc799ae7cddd39a95dbfce675a12672ad) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install arm64 cross compiling tool for clang build # apt-get install binutils-aarch64-linux-gnu # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=19ae333001b375bbc7d1ff9eaa9cbb0a72fff65e git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 19ae333001b375bbc7d1ff9eaa9cbb0a72fff65e # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> All warnings (new ones prefixed by >>): >> drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c:130:6: warning: no previous prototype for function 'amdgpu_fw_attestation_debugfs_init' [-Wmissing-prototypes] void amdgpu_fw_attestation_debugfs_init(struct amdgpu_device *adev) ^ drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c:130:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void amdgpu_fw_attestation_debugfs_init(struct amdgpu_device *adev) ^ static 1 warning generated. vim +/amdgpu_fw_attestation_debugfs_init +130 drivers/gpu/drm/amd/amdgpu/amdgpu_fw_attestation.c 129 > 130 void amdgpu_fw_attestation_debugfs_init(struct amdgpu_device *adev) --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx
Attachment:
.config.gz
Description: application/gzip