tree: https://git.kernel.org/pub/scm/virt/kvm/kvm.git queue head: 6cd1eaf959a3c27612d13173f0530f4ab6a2ad11 commit: 6cd1eaf959a3c27612d13173f0530f4ab6a2ad11 [8/8] PTP: add kvm PTP driver config: mips-txx9 (attached as .config) compiler: mips-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 6cd1eaf959a3c27612d13173f0530f4ab6a2ad11 # save the attached .config to linux build tree make.cross ARCH=mips All errors (new ones prefixed by >>): >> drivers/ptp/ptp_kvm.c:24:25: fatal error: asm/pvclock.h: No such file or directory #include <asm/pvclock.h> ^ compilation terminated. vim +24 drivers/ptp/ptp_kvm.c 18 #include <linux/err.h> 19 #include <linux/init.h> 20 #include <linux/kernel.h> 21 #include <linux/module.h> 22 #include <uapi/linux/kvm_para.h> 23 #include <asm/kvm_para.h> > 24 #include <asm/pvclock.h> 25 #include <asm/kvmclock.h> 26 #include <uapi/asm/kvm_para.h> 27 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip