All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Dan Williams <dan.j.williams@intel.com>
Cc: kbuild-all@lists.01.org,
	Alison Schofield <alison.schofield@intel.com>,
	Vishal Verma <vishal.l.verma@intel.com>,
	Ira Weiny <ira.weiny@intel.com>,
	Ben Widawsky <ben.widawsky@intel.com>,
	Dan Williams <dan.j.williams@intel.com>,
	linux-kernel@vger.kernel.org
Subject: [cxl-cxl:pending 3/6] drivers/cxl/core/pmem.c:6:10: fatal error: cxl.h: No such file or directory
Date: Sat, 31 Jul 2021 13:49:15 +0800	[thread overview]
Message-ID: <202107311307.L935vIWK-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git pending
head:   13a47ea9e8feb1362eaf4601b5b40f7cea9174ff
commit: 58adfedb37b466a20f6031f99f96c9135ba32107 [3/6] cxl/core: Move pmem functionality
config: x86_64-randconfig-c002-20210730 (attached as .config)
compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git/commit/?id=58adfedb37b466a20f6031f99f96c9135ba32107
        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 58adfedb37b466a20f6031f99f96c9135ba32107
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 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/pmem.c:6:10: fatal error: cxl.h: No such file or directory
       6 | #include <cxl.h>
         |          ^~~~~~~
   compilation terminated.


vim +6 drivers/cxl/core/pmem.c

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

---
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: 32047 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [cxl-cxl:pending 3/6] drivers/cxl/core/pmem.c:6:10: fatal error: cxl.h: No such file or directory
Date: Sat, 31 Jul 2021 13:49:15 +0800	[thread overview]
Message-ID: <202107311307.L935vIWK-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git pending
head:   13a47ea9e8feb1362eaf4601b5b40f7cea9174ff
commit: 58adfedb37b466a20f6031f99f96c9135ba32107 [3/6] cxl/core: Move pmem functionality
config: x86_64-randconfig-c002-20210730 (attached as .config)
compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
reproduce (this is a W=1 build):
        # https://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git/commit/?id=58adfedb37b466a20f6031f99f96c9135ba32107
        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 58adfedb37b466a20f6031f99f96c9135ba32107
        # save the attached .config to linux build tree
        mkdir build_dir
        make W=1 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/pmem.c:6:10: fatal error: cxl.h: No such file or directory
       6 | #include <cxl.h>
         |          ^~~~~~~
   compilation terminated.


vim +6 drivers/cxl/core/pmem.c

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

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

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

             reply	other threads:[~2021-07-31  5:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-31  5:49 kernel test robot [this message]
2021-07-31  5:49 ` [cxl-cxl:pending 3/6] drivers/cxl/core/pmem.c:6:10: fatal error: cxl.h: No such file or directory kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202107311307.L935vIWK-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=alison.schofield@intel.com \
    --cc=ben.widawsky@intel.com \
    --cc=dan.j.williams@intel.com \
    --cc=ira.weiny@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vishal.l.verma@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.