linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [cxl-cxl:pending 6/6] drivers/cxl/core/memdev.c:8:10: fatal error: 'mem.h' file not found
@ 2021-07-31  4:22 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-31  4:22 UTC (permalink / raw)
  To: Ben Widawsky
  Cc: clang-built-linux, kbuild-all, Alison Schofield, Vishal Verma,
	Ira Weiny, Ben Widawsky, Dan Williams, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1670 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git pending
head:   13a47ea9e8feb1362eaf4601b5b40f7cea9174ff
commit: 13a47ea9e8feb1362eaf4601b5b40f7cea9174ff [6/6] cxl/core: Move memdev management to core
config: x86_64-randconfig-a004-20210730 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 4f71f59bf3d9914188a11d0c41bedbb339d36ff5)
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/cxl/cxl.git/commit/?id=13a47ea9e8feb1362eaf4601b5b40f7cea9174ff
        git remote add cxl-cxl https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git
        git fetch --no-tags cxl-cxl pending
        git checkout 13a47ea9e8feb1362eaf4601b5b40f7cea9174ff
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

>> drivers/cxl/core/memdev.c:8:10: fatal error: 'mem.h' file not found
   #include <mem.h>
            ^~~~~~~
   1 error generated.


vim +8 drivers/cxl/core/memdev.c

     3	
     4	#include <linux/device.h>
     5	#include <linux/slab.h>
     6	#include <linux/idr.h>
     7	#include <linux/pci.h>
   > 8	#include <mem.h>
     9	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 36422 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-31  4:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-31  4:22 [cxl-cxl:pending 6/6] drivers/cxl/core/memdev.c:8:10: fatal error: 'mem.h' file not found 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).