From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2B6E421CF5 for ; Wed, 10 May 2023 21:30:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1683754211; x=1715290211; h=date:from:cc:subject:message-id:mime-version; bh=/8xL5n6oqr8QGwrfQbI4vCIfI+pcM9NKfyBk9akSSY8=; b=KFYZyl1UmKamwJsGrXgBkfZ+K8lGjJ7gw72SiqorC2ZSpFM+Ez6F7AJr PJRp3p+UXP8h2TzdRSw+wHXMLoawoLCCFs/tTuDlbB1vb/o1Muls6o4Mr +EQAsQOTZ4lJI4UPPaNohKqnLdaKlrGExg8xroEcC6jhORjlMbtWaRl1g UFx94hGu57Nfk9VGWt1ZEbnbrbptx9OD47o4x64xOm5zDqFFmgxMrkW7I Jm5pq6uEzIrVI8h+sxJ+0FZwZyCxvhJsDuuISuo3CQXAPetEM4R5IVuO9 ZKI7A9/qHJG1LHWNzU/iNXy+wp/a8kfF3jmsdXUM0BpW5ruIUSibYe3KP w==; X-IronPort-AV: E=McAfee;i="6600,9927,10706"; a="349166710" X-IronPort-AV: E=Sophos;i="5.99,265,1677571200"; d="scan'208";a="349166710" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2023 14:29:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10706"; a="789102212" X-IronPort-AV: E=Sophos;i="5.99,265,1677571200"; d="scan'208";a="789102212" Received: from lkp-server01.sh.intel.com (HELO dea6d5a4f140) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 10 May 2023 14:29:47 -0700 Received: from kbuild by dea6d5a4f140 with local (Exim 4.96) (envelope-from ) id 1pwrNa-0003aQ-2I; Wed, 10 May 2023 21:29:46 +0000 Date: Thu, 11 May 2023 05:28:50 +0800 From: kernel test robot Cc: oe-kbuild-all@lists.linux.dev, vigneshr@ti.com, nm@ti.com, Brandon Brnich Subject: [ti:ti-rt-linux-6.1.y-cicd 77/87] include/trace/define_trace.h:95:42: fatal error: ../../drivers/media/platform/chips-media/trace.h: No such file or directory Message-ID: <202305110552.AGJTsjFd-lkp@intel.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline tree: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y-cicd head: 5131dc945565a7c0536092202e27490824f1eca3 commit: 3535376e4f9618805ce0c36abaf8e567b61c95f7 [77/87] media: platform: chips-media: Move Coda to separate folder config: openrisc-randconfig-r022-20230509 (https://download.01.org/0day-ci/archive/20230511/202305110552.AGJTsjFd-lkp@intel.com/config) compiler: or1k-linux-gcc (GCC) 12.1.0 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 git remote add ti git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git git fetch --no-tags ti ti-rt-linux-6.1.y-cicd git checkout 3535376e4f9618805ce0c36abaf8e567b61c95f7 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=openrisc SHELL=/bin/bash drivers/media/platform/chips-media/coda/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202305110552.AGJTsjFd-lkp@intel.com/ All errors (new ones prefixed by >>): In file included from drivers/media/platform/chips-media/coda/trace.h:175, from drivers/media/platform/chips-media/coda/coda-bit.c:32: >> include/trace/define_trace.h:95:42: fatal error: ../../drivers/media/platform/chips-media/trace.h: No such file or directory 95 | #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) | ^ compilation terminated. vim +95 include/trace/define_trace.h a8d154b0091683 Steven Rostedt 2009-04-10 94 a8d154b0091683 Steven Rostedt 2009-04-10 @95 #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) a8d154b0091683 Steven Rostedt 2009-04-10 96 :::::: The code at line 95 was first introduced by commit :::::: a8d154b009168337494fbf345671bab74d3e4b8b tracing: create automated trace defines :::::: TO: Steven Rostedt :::::: CC: Steven Rostedt -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests