tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: e3262265625831348cfb3128d35907ead75d8bf7 commit: 9041b53a59d77039c69fa61be8575fa232cd3bcd [753/2369] drm/amdkfd: Use KIQ to unmap HIQ config: i386-buildonly-randconfig-r004-20230713 (https://download.01.org/0day-ci/archive/20230713/202307132214.zi4xL3jo-lkp@xxxxxxxxx/config) compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a) reproduce: (https://download.01.org/0day-ci/archive/20230713/202307132214.zi4xL3jo-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/202307132214.zi4xL3jo-lkp@xxxxxxxxx/ Note: the linux-next/master HEAD e3262265625831348cfb3128d35907ead75d8bf7 builds fine. It may have been fixed somewhere. All errors (new ones prefixed by >>): >> drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:834:5: error: stack frame size (1124) exceeds limit (1024) in 'amdgpu_amdkfd_unmap_hiq' [-Werror,-Wframe-larger-than] int amdgpu_amdkfd_unmap_hiq(struct amdgpu_device *adev, u32 doorbell_off, ^ 1 error generated. vim +/amdgpu_amdkfd_unmap_hiq +834 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c 833 > 834 int amdgpu_amdkfd_unmap_hiq(struct amdgpu_device *adev, u32 doorbell_off, -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki