From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA0E2C05027 for ; Mon, 23 Jan 2023 20:24:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230315AbjAWUYZ (ORCPT ); Mon, 23 Jan 2023 15:24:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229557AbjAWUYY (ORCPT ); Mon, 23 Jan 2023 15:24:24 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 485CF2112 for ; Mon, 23 Jan 2023 12:24:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674505463; x=1706041463; h=date:from:cc:subject:message-id:mime-version; bh=Rl4IV5tqaI4iujUMnAyKGgz5G71PYFjlRSIT1oqokc8=; b=ILm6WmuOWsseNuQ2N7VeVd2HuM5WAGOO9uAxMBKRBvZ37TQwtLhbJMU6 uk7L9vB1ZTspta0adL+H2xsunKIsGmH3gZ0WHzGI9hmTs5gxV2HQLOEl/ +aPz6ITS7aYePhF0Mr1ldtUmW4mItE2W6rJ0YBdv5zdR3msVhGkLAo5nK pyEED8hBjdL0uXKUH8BHvsVrR83oBqbsc4QQc5eVebHBK7H4LXdMWyRIQ I+xRPokjp6+FUaWb5uZ42PU3VzZ34NonFZCkzl67OsJA8idVhZjf4tn5I AnnS54WiWcfrX/2oIvnu6MxjRF/Wyf88f634sB5ykEfuO2DNsCmDJMCTm g==; X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="353411513" X-IronPort-AV: E=Sophos;i="5.97,240,1669104000"; d="scan'208";a="353411513" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jan 2023 12:24:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="990599844" X-IronPort-AV: E=Sophos;i="5.97,240,1669104000"; d="scan'208";a="990599844" Received: from lkp-server01.sh.intel.com (HELO 5646d64e7320) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 23 Jan 2023 12:24:21 -0800 Received: from kbuild by 5646d64e7320 with local (Exim 4.96) (envelope-from ) id 1pK3Ma-0005sI-2g; Mon, 23 Jan 2023 20:24:20 +0000 Date: Tue, 24 Jan 2023 04:23:43 +0800 From: kernel test robot Cc: oe-kbuild-all@lists.linux.dev, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [geert-renesas-devel:master 18/19] drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory Message-ID: <202301240428.nR3yBWOD-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git master head: 8e27b1d4225c6a239971725fb12a477f99fc4b64 commit: 2f34838107c62f78f4cd17f34b744f24d3cc80d5 [18/19] Merge tag 'v6.2-rc5' into renesas-devel config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20230124/202301240428.nR3yBWOD-lkp@intel.com/config) compiler: m68k-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 # https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git/commit/?id=2f34838107c62f78f4cd17f34b744f24d3cc80d5 git remote add geert-renesas-devel https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git git fetch --no-tags geert-renesas-devel master git checkout 2f34838107c62f78f4cd17f34b744f24d3cc80d5 # 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=m68k olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k SHELL=/bin/bash drivers/block/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory 49 | #include | ^~~~~~~~~~~~~~~~~ compilation terminated. vim +49 drivers/block/pktcdvd.c 4b83e99ee7092d Jens Axboe 2023-01-04 48 4b83e99ee7092d Jens Axboe 2023-01-04 @49 #include 4b83e99ee7092d Jens Axboe 2023-01-04 50 #include 4b83e99ee7092d Jens Axboe 2023-01-04 51 #include 4b83e99ee7092d Jens Axboe 2023-01-04 52 #include 4b83e99ee7092d Jens Axboe 2023-01-04 53 #include 4b83e99ee7092d Jens Axboe 2023-01-04 54 #include 4b83e99ee7092d Jens Axboe 2023-01-04 55 #include 4b83e99ee7092d Jens Axboe 2023-01-04 56 #include 4b83e99ee7092d Jens Axboe 2023-01-04 57 #include 4b83e99ee7092d Jens Axboe 2023-01-04 58 #include 4b83e99ee7092d Jens Axboe 2023-01-04 59 #include 4b83e99ee7092d Jens Axboe 2023-01-04 60 #include 4b83e99ee7092d Jens Axboe 2023-01-04 61 #include 4b83e99ee7092d Jens Axboe 2023-01-04 62 #include 4b83e99ee7092d Jens Axboe 2023-01-04 63 #include 4b83e99ee7092d Jens Axboe 2023-01-04 64 #include 4b83e99ee7092d Jens Axboe 2023-01-04 65 #include 4b83e99ee7092d Jens Axboe 2023-01-04 66 #include 4b83e99ee7092d Jens Axboe 2023-01-04 67 #include 4b83e99ee7092d Jens Axboe 2023-01-04 68 #include 4b83e99ee7092d Jens Axboe 2023-01-04 69 #include 4b83e99ee7092d Jens Axboe 2023-01-04 70 #include 4b83e99ee7092d Jens Axboe 2023-01-04 71 #include 4b83e99ee7092d Jens Axboe 2023-01-04 72 :::::: The code at line 49 was first introduced by commit :::::: 4b83e99ee7092df37a5cf292fde976ebc475ea63 Revert "pktcdvd: remove driver." :::::: TO: Jens Axboe :::::: CC: Jens Axboe -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests