[geert-renesas-devel:master 18/19] drivers/block/pktcdvd.c:49:10: fatal error: linux/pktcdvd.h: No such file or directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx/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@xxxxxxxxx>

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@xxxxxxxxx>
:::::: CC: Jens Axboe <axboe@xxxxxxxxx>

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



[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux