linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [geert-renesas-devel:master 18/19] drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory
@ 2023-01-23 20:23 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-01-23 20:23 UTC (permalink / raw)
  Cc: oe-kbuild-all, linux-renesas-soc, Geert Uytterhoeven

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 <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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [geert-renesas-devel:master 18/19] drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory
@ 2023-01-23 20:23 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-01-23 20:23 UTC (permalink / raw)
  Cc: oe-kbuild-all, linux-renesas-soc, Geert Uytterhoeven

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-23 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).