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 98215C38142 for ; Mon, 23 Jan 2023 20:24:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229557AbjAWUYZ (ORCPT ); Mon, 23 Jan 2023 15:24:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231485AbjAWUYZ (ORCPT ); Mon, 23 Jan 2023 15:24:25 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E31C2684 for ; Mon, 23 Jan 2023 12:24:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674505464; x=1706041464; h=date:from:cc:subject:message-id:mime-version; bh=c3KZKw6tzJDSQNTFKm2ABedO/TYlo/ud4fzT2ss55MA=; b=VpEqOF2uCiuHPddP9jUIdYeKcE8HJELJCaXgKzfAV/AeLly8F9x1MCkX dKX9TLiuFiWSu7FVTE8OxTT4fgh7kEKP7fO6+xC2A91DxSBfre6SUo4Aq HT2/MxR+uf8ANlP0G4VhW7Gf3neuGIzRzXj7BXEkYe5hZSdAdhL5YoMmz cbQnPr+6stgc5J8BJm2NikvGyhMmL10azsDriAJi9eGhxrKLx2uq+1v2C ZLawxwh8ui0ikSM9KwiHKOVrUNqiNc2D/OxTsYicxK3R7wLY1po1jFqle kW4CewtnkaaERjBD2Oxtw/iJhTjrYgvsgAbTKPxrNS/MmzfnP2UsmKlJ8 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="353411510" X-IronPort-AV: E=Sophos;i="5.97,240,1669104000"; d="scan'208";a="353411510" 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="990599845" X-IronPort-AV: E=Sophos;i="5.97,240,1669104000"; d="scan'208";a="990599845" 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-0005sG-2b; Mon, 23 Jan 2023 20:24:20 +0000 Date: Tue, 24 Jan 2023 04:23:42 +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: <202301240450.yiHTqTmb-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: alpha-randconfig-r026-20230123 (https://download.01.org/0day-ci/archive/20230124/202301240450.yiHTqTmb-lkp@intel.com/config) compiler: alpha-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=alpha olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=alpha SHELL=/bin/bash drivers/ 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 398EB7C for ; Mon, 23 Jan 2023 20:24:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1674505465; x=1706041465; h=date:from:cc:subject:message-id:mime-version; bh=c3KZKw6tzJDSQNTFKm2ABedO/TYlo/ud4fzT2ss55MA=; b=PY3k9o3FApYqOi8W8UpiMk/JJHhipRXUuDI73M/c0esxfaYze1K/nBbS iIuXstbW32Ik8uztSPe/T0Sa4tEWkcLoHY/yNA4dIoBCGudWiNeirGEY+ 9OIhJ10VJSeoBm1GzUjeZ1qXPZIvHyo9HpG0dLeKlKiwjQml4esR35z87 UK1n8h36yS0eoIlH10dA8NIf7eGB+insWS8AeND/AY/KKnD6x1gu4rxW1 KSfT+4vDXVNisrjxZMypkmiTSuiJBOVWHRxh7EBhvIP1SMvGBRaipbauF BZGyKxTirBZDTlAwwmKuvkQOPKwYksdzJb8aS7o1R2mPR+yzMg0mjq3+i g==; X-IronPort-AV: E=McAfee;i="6500,9779,10599"; a="353411511" X-IronPort-AV: E=Sophos;i="5.97,240,1669104000"; d="scan'208";a="353411511" 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="990599845" X-IronPort-AV: E=Sophos;i="5.97,240,1669104000"; d="scan'208";a="990599845" 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-0005sG-2b; Mon, 23 Jan 2023 20:24:20 +0000 Date: Tue, 24 Jan 2023 04:23:42 +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: <202301240450.yiHTqTmb-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: 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: alpha-randconfig-r026-20230123 (https://download.01.org/0day-ci/archive/20230124/202301240450.yiHTqTmb-lkp@intel.com/config) compiler: alpha-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=alpha olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=alpha SHELL=/bin/bash drivers/ 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