Hi Boqun,
[FYI, it's a private test report for your RFC patch.]
[auto build test ERROR on input/next]
[also build test ERROR on mkp-scsi/for-next scsi/for-next linus/master v5.8-rc6]
[cannot apply to next-20200720]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Boqun-Feng/Hyper-V-Support-PAGE_...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git next
config: x86_64-rhel-7.6-kselftests (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
In file included from drivers/video/fbdev/hyperv_fb.c:57:
> include/linux/hyperv.h:26:10: fatal error: asm/memory.h: No such
file or directory
26 | #include <asm/memory.h>
| ^~~~~~~~~~~~~~
compilation terminated.
vim +26 include/linux/hyperv.h
16
17 #include <linux/types.h>
18 #include <linux/scatterlist.h>
19 #include <linux/list.h>
20 #include <linux/timer.h>
21 #include <linux/completion.h>
22 #include <linux/device.h>
23 #include <linux/mod_devicetable.h>
24 #include <linux/interrupt.h>
25 #include <linux/reciprocal_div.h>
26 #include <asm/memory.h>
27 #include
<asm/hyperv-tlfs.h>
28
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org