From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="jZQoiTRO" Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 40175D3 for ; Wed, 6 Dec 2023 08:44:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701881087; x=1733417087; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=K5BamlFQnKspvWlJoAksXpagvzUp5NjCWQziQXXTBVA=; b=jZQoiTROaoAqgKfWOD+tpO+gj6H3zhyVLvzSUoOyipmm+Ofy87cyU/Js 8QzyhpQIke2vIw+pKnmhtyhyHPrXaT9XrEstsr8ohnJJnAd7Ud9i6ghLA N/KTQHFvznLnqRtg/EImhrgI6/F5OFmRXlNk+ofj5jJYFxoVJ2iC8uWJP iYtdh++Hy8cD2sqa9NS1zVuadnjBbUMejuH9c8Leb4Z3DJ2GCBPH+pD2n lq2QkG7iSW8FJ2PQMa1v7wjX3QNQ//5NEbkAnxoxmT5sNTbUuQ1Hlwb1f Sh9zV7R+lqVKlCfPP3j70OYOeCU2mTJ/qu7l+Fio/ndmm7YhCKJJKNTh3 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10916"; a="374264172" X-IronPort-AV: E=Sophos;i="6.04,255,1695711600"; d="scan'208";a="374264172" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2023 08:44:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10916"; a="862165435" X-IronPort-AV: E=Sophos;i="6.04,255,1695711600"; d="scan'208";a="862165435" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by FMSMGA003.fm.intel.com with ESMTP; 06 Dec 2023 08:44:43 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rAuzF-000B9y-23; Wed, 06 Dec 2023 16:44:00 +0000 Date: Thu, 7 Dec 2023 00:42:08 +0800 From: kernel test robot To: Maxime Ripard , davidgow@google.com, Rae Moar , Brendan Higgins Cc: oe-kbuild-all@lists.linux.dev, Daniel Vetter , David Airlie , Maarten Lankhorst , Thomas Zimmermann , Maxime Ripard , dri-devel@lists.freedesktop.org, kunit-dev@googlegroups.com, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] drm/tests: Switch to kunit devices Message-ID: <202312070010.HAfMuYFE-lkp@intel.com> References: <20231205090405.153140-1-mripard@kernel.org> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231205090405.153140-1-mripard@kernel.org> Hi Maxime, kernel test robot noticed the following build errors: [auto build test ERROR on next-20231205] [cannot apply to drm-misc/drm-misc-next v6.7-rc4 v6.7-rc3 v6.7-rc2 linus/master v6.7-rc4] [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/Maxime-Ripard/drm-tests-Switch-to-kunit-devices/20231205-170508 base: next-20231205 patch link: https://lore.kernel.org/r/20231205090405.153140-1-mripard%40kernel.org patch subject: [PATCH] drm/tests: Switch to kunit devices config: i386-randconfig-012-20231206 (https://download.01.org/0day-ci/archive/20231207/202312070010.HAfMuYFE-lkp@intel.com/config) compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231207/202312070010.HAfMuYFE-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 | Closes: https://lore.kernel.org/oe-kbuild-all/202312070010.HAfMuYFE-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/gpu/drm/tests/drm_kunit_helpers.c:8:10: fatal error: kunit/device.h: No such file or directory #include ^~~~~~~~~~~~~~~~ compilation terminated. vim +8 drivers/gpu/drm/tests/drm_kunit_helpers.c 7 > 8 #include 9 #include 10 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki