From: kernel test robot <lkp@intel.com>
To: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
dri-devel@lists.sourceforge.net
Cc: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
intel-gfx@lists.freedesktop.org, llvm@lists.linux.dev,
"Christian Koenig" <christian.koenig@amd.com>,
oe-kbuild-all@lists.linux.dev, intel-xe@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/tests: Suballocator test
Date: Mon, 27 Feb 2023 22:18:54 +0800 [thread overview]
Message-ID: <202302272259.dbMIwSUR-lkp@intel.com> (raw)
In-Reply-To: <20230227103853.12666-1-thomas.hellstrom@linux.intel.com>
Hi Thomas,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-tip/drm-tip]
url: https://github.com/intel-lab-lkp/linux/commits/Thomas-Hellstr-m/drm-tests-Suballocator-test/20230227-184044
base: git://anongit.freedesktop.org/drm/drm-tip drm-tip
patch link: https://lore.kernel.org/r/20230227103853.12666-1-thomas.hellstrom%40linux.intel.com
patch subject: [Intel-gfx] [PATCH] drm/tests: Suballocator test
config: x86_64-randconfig-a006-20230227 (https://download.01.org/0day-ci/archive/20230227/202302272259.dbMIwSUR-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
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://github.com/intel-lab-lkp/linux/commit/bf605f8a4492ba34499541f58ad29cf56bd9d852
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Thomas-Hellstr-m/drm-tests-Suballocator-test/20230227-184044
git checkout bf605f8a4492ba34499541f58ad29cf56bd9d852
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/tests/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302272259.dbMIwSUR-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/tests/drm_suballoc_test.c:16:10: fatal error: 'drm/drm_suballoc.h' file not found
#include <drm/drm_suballoc.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +16 drivers/gpu/drm/tests/drm_suballoc_test.c
8
9 #include <linux/dma-fence.h>
10 #include <linux/ktime.h>
11 #include <linux/hrtimer.h>
12 #include <linux/sizes.h>
13 #include <linux/slab.h>
14 #include <linux/spinlock.h>
15 #include <linux/delay.h>
> 16 #include <drm/drm_suballoc.h>
17
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
dri-devel@lists.sourceforge.net
Cc: intel-gfx@lists.freedesktop.org, llvm@lists.linux.dev,
Christian Koenig <christian.koenig@amd.com>,
oe-kbuild-all@lists.linux.dev, intel-xe@lists.freedesktop.org
Subject: Re: [Intel-xe] [Intel-gfx] [PATCH] drm/tests: Suballocator test
Date: Mon, 27 Feb 2023 22:18:54 +0800 [thread overview]
Message-ID: <202302272259.dbMIwSUR-lkp@intel.com> (raw)
In-Reply-To: <20230227103853.12666-1-thomas.hellstrom@linux.intel.com>
Hi Thomas,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-tip/drm-tip]
url: https://github.com/intel-lab-lkp/linux/commits/Thomas-Hellstr-m/drm-tests-Suballocator-test/20230227-184044
base: git://anongit.freedesktop.org/drm/drm-tip drm-tip
patch link: https://lore.kernel.org/r/20230227103853.12666-1-thomas.hellstrom%40linux.intel.com
patch subject: [Intel-gfx] [PATCH] drm/tests: Suballocator test
config: x86_64-randconfig-a006-20230227 (https://download.01.org/0day-ci/archive/20230227/202302272259.dbMIwSUR-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
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://github.com/intel-lab-lkp/linux/commit/bf605f8a4492ba34499541f58ad29cf56bd9d852
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Thomas-Hellstr-m/drm-tests-Suballocator-test/20230227-184044
git checkout bf605f8a4492ba34499541f58ad29cf56bd9d852
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/tests/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302272259.dbMIwSUR-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/tests/drm_suballoc_test.c:16:10: fatal error: 'drm/drm_suballoc.h' file not found
#include <drm/drm_suballoc.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +16 drivers/gpu/drm/tests/drm_suballoc_test.c
8
9 #include <linux/dma-fence.h>
10 #include <linux/ktime.h>
11 #include <linux/hrtimer.h>
12 #include <linux/sizes.h>
13 #include <linux/slab.h>
14 #include <linux/spinlock.h>
15 #include <linux/delay.h>
> 16 #include <drm/drm_suballoc.h>
17
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
dri-devel@lists.sourceforge.net
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
intel-gfx@lists.freedesktop.org,
"Christian Koenig" <christian.koenig@amd.com>,
intel-xe@lists.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH] drm/tests: Suballocator test
Date: Mon, 27 Feb 2023 22:18:54 +0800 [thread overview]
Message-ID: <202302272259.dbMIwSUR-lkp@intel.com> (raw)
In-Reply-To: <20230227103853.12666-1-thomas.hellstrom@linux.intel.com>
Hi Thomas,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on drm-tip/drm-tip]
url: https://github.com/intel-lab-lkp/linux/commits/Thomas-Hellstr-m/drm-tests-Suballocator-test/20230227-184044
base: git://anongit.freedesktop.org/drm/drm-tip drm-tip
patch link: https://lore.kernel.org/r/20230227103853.12666-1-thomas.hellstrom%40linux.intel.com
patch subject: [Intel-gfx] [PATCH] drm/tests: Suballocator test
config: x86_64-randconfig-a006-20230227 (https://download.01.org/0day-ci/archive/20230227/202302272259.dbMIwSUR-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project f28c006a5895fc0e329fe15fead81e37457cb1d1)
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://github.com/intel-lab-lkp/linux/commit/bf605f8a4492ba34499541f58ad29cf56bd9d852
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Thomas-Hellstr-m/drm-tests-Suballocator-test/20230227-184044
git checkout bf605f8a4492ba34499541f58ad29cf56bd9d852
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 olddefconfig
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/tests/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202302272259.dbMIwSUR-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/tests/drm_suballoc_test.c:16:10: fatal error: 'drm/drm_suballoc.h' file not found
#include <drm/drm_suballoc.h>
^~~~~~~~~~~~~~~~~~~~
1 error generated.
vim +16 drivers/gpu/drm/tests/drm_suballoc_test.c
8
9 #include <linux/dma-fence.h>
10 #include <linux/ktime.h>
11 #include <linux/hrtimer.h>
12 #include <linux/sizes.h>
13 #include <linux/slab.h>
14 #include <linux/spinlock.h>
15 #include <linux/delay.h>
> 16 #include <drm/drm_suballoc.h>
17
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-02-27 14:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-27 10:38 [Intel-gfx] [PATCH] drm/tests: Suballocator test Thomas Hellström
2023-02-27 10:38 ` [Intel-xe] " Thomas Hellström
2023-02-27 13:24 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
2023-02-27 14:18 ` kernel test robot [this message]
2023-02-27 14:18 ` [Intel-gfx] [PATCH] " kernel test robot
2023-02-27 14:18 ` [Intel-xe] " kernel test robot
2023-02-27 14:36 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
2023-02-27 14:40 ` [Intel-gfx] [PATCH] " kernel test robot
2023-02-27 14:40 ` kernel test robot
2023-02-27 14:40 ` [Intel-xe] " 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=202302272259.dbMIwSUR-lkp@intel.com \
--to=lkp@intel.com \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.sourceforge.net \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=thomas.hellstrom@linux.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.