All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: unlisted-recipients:; (no To-header on input)
Cc: oe-kbuild-all@lists.linux.dev, linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [geert-renesas-devel:master 18/19] drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory
Date: Tue, 24 Jan 2023 04:23:42 +0800	[thread overview]
Message-ID: <202301240450.yiHTqTmb-lkp@intel.com> (raw)

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 <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory
      49 | #include <linux/pktcdvd.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.


vim +49 drivers/block/pktcdvd.c

4b83e99ee7092d Jens Axboe 2023-01-04  48  
4b83e99ee7092d Jens Axboe 2023-01-04 @49  #include <linux/pktcdvd.h>
4b83e99ee7092d Jens Axboe 2023-01-04  50  #include <linux/module.h>
4b83e99ee7092d Jens Axboe 2023-01-04  51  #include <linux/types.h>
4b83e99ee7092d Jens Axboe 2023-01-04  52  #include <linux/kernel.h>
4b83e99ee7092d Jens Axboe 2023-01-04  53  #include <linux/compat.h>
4b83e99ee7092d Jens Axboe 2023-01-04  54  #include <linux/kthread.h>
4b83e99ee7092d Jens Axboe 2023-01-04  55  #include <linux/errno.h>
4b83e99ee7092d Jens Axboe 2023-01-04  56  #include <linux/spinlock.h>
4b83e99ee7092d Jens Axboe 2023-01-04  57  #include <linux/file.h>
4b83e99ee7092d Jens Axboe 2023-01-04  58  #include <linux/proc_fs.h>
4b83e99ee7092d Jens Axboe 2023-01-04  59  #include <linux/seq_file.h>
4b83e99ee7092d Jens Axboe 2023-01-04  60  #include <linux/miscdevice.h>
4b83e99ee7092d Jens Axboe 2023-01-04  61  #include <linux/freezer.h>
4b83e99ee7092d Jens Axboe 2023-01-04  62  #include <linux/mutex.h>
4b83e99ee7092d Jens Axboe 2023-01-04  63  #include <linux/slab.h>
4b83e99ee7092d Jens Axboe 2023-01-04  64  #include <linux/backing-dev.h>
4b83e99ee7092d Jens Axboe 2023-01-04  65  #include <scsi/scsi_cmnd.h>
4b83e99ee7092d Jens Axboe 2023-01-04  66  #include <scsi/scsi_ioctl.h>
4b83e99ee7092d Jens Axboe 2023-01-04  67  #include <scsi/scsi.h>
4b83e99ee7092d Jens Axboe 2023-01-04  68  #include <linux/debugfs.h>
4b83e99ee7092d Jens Axboe 2023-01-04  69  #include <linux/device.h>
4b83e99ee7092d Jens Axboe 2023-01-04  70  #include <linux/nospec.h>
4b83e99ee7092d Jens Axboe 2023-01-04  71  #include <linux/uaccess.h>
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 <axboe@kernel.dk>
:::::: CC: Jens Axboe <axboe@kernel.dk>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
Cc: oe-kbuild-all@lists.linux.dev, linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [geert-renesas-devel:master 18/19] drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory
Date: Tue, 24 Jan 2023 04:23:42 +0800	[thread overview]
Message-ID: <202301240450.yiHTqTmb-lkp@intel.com> (raw)

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 <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory
      49 | #include <linux/pktcdvd.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.


vim +49 drivers/block/pktcdvd.c

4b83e99ee7092d Jens Axboe 2023-01-04  48  
4b83e99ee7092d Jens Axboe 2023-01-04 @49  #include <linux/pktcdvd.h>
4b83e99ee7092d Jens Axboe 2023-01-04  50  #include <linux/module.h>
4b83e99ee7092d Jens Axboe 2023-01-04  51  #include <linux/types.h>
4b83e99ee7092d Jens Axboe 2023-01-04  52  #include <linux/kernel.h>
4b83e99ee7092d Jens Axboe 2023-01-04  53  #include <linux/compat.h>
4b83e99ee7092d Jens Axboe 2023-01-04  54  #include <linux/kthread.h>
4b83e99ee7092d Jens Axboe 2023-01-04  55  #include <linux/errno.h>
4b83e99ee7092d Jens Axboe 2023-01-04  56  #include <linux/spinlock.h>
4b83e99ee7092d Jens Axboe 2023-01-04  57  #include <linux/file.h>
4b83e99ee7092d Jens Axboe 2023-01-04  58  #include <linux/proc_fs.h>
4b83e99ee7092d Jens Axboe 2023-01-04  59  #include <linux/seq_file.h>
4b83e99ee7092d Jens Axboe 2023-01-04  60  #include <linux/miscdevice.h>
4b83e99ee7092d Jens Axboe 2023-01-04  61  #include <linux/freezer.h>
4b83e99ee7092d Jens Axboe 2023-01-04  62  #include <linux/mutex.h>
4b83e99ee7092d Jens Axboe 2023-01-04  63  #include <linux/slab.h>
4b83e99ee7092d Jens Axboe 2023-01-04  64  #include <linux/backing-dev.h>
4b83e99ee7092d Jens Axboe 2023-01-04  65  #include <scsi/scsi_cmnd.h>
4b83e99ee7092d Jens Axboe 2023-01-04  66  #include <scsi/scsi_ioctl.h>
4b83e99ee7092d Jens Axboe 2023-01-04  67  #include <scsi/scsi.h>
4b83e99ee7092d Jens Axboe 2023-01-04  68  #include <linux/debugfs.h>
4b83e99ee7092d Jens Axboe 2023-01-04  69  #include <linux/device.h>
4b83e99ee7092d Jens Axboe 2023-01-04  70  #include <linux/nospec.h>
4b83e99ee7092d Jens Axboe 2023-01-04  71  #include <linux/uaccess.h>
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 <axboe@kernel.dk>
:::::: CC: Jens Axboe <axboe@kernel.dk>

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

             reply	other threads:[~2023-01-23 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-23 20:23 kernel test robot [this message]
2023-01-23 20:23 ` [geert-renesas-devel:master 18/19] drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2023-01-23 20:23 kernel test robot
2023-01-23 20:23 ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202301240450.yiHTqTmb-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=geert+renesas@glider.be \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.