From: kernel test robot <lkp@intel.com>
To: Michael Cheng <michael.cheng@intel.com>, intel-gfx@lists.freedesktop.org
Cc: kbuild-all@lists.01.org, lucas.demarchi@intel.com,
dri-devel@lists.freedesktop.org, michael.cheng@intel.com
Subject: Re: [Intel-gfx] [PATCH v3 1/3] drm_cache: Add logic for wbvind_on_all_cpus
Date: Wed, 23 Feb 2022 07:31:04 +0800 [thread overview]
Message-ID: <202202230701.l0i1vncs-lkp@intel.com> (raw)
In-Reply-To: <20220222172649.331661-2-michael.cheng@intel.com>
Hi Michael,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on drm-intel/for-linux-next]
[also build test WARNING on drm/drm-next drm-tip/drm-tip v5.17-rc5 next-20220217]
[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/Michael-Cheng/Move-define-wbvind_on_all_cpus/20220223-012853
base: git://anongit.freedesktop.org/drm-intel for-linux-next
config: openrisc-randconfig-r025-20220221 (https://download.01.org/0day-ci/archive/20220223/202202230701.l0i1vncs-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 11.2.0
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/0day-ci/linux/commit/3aaa40c95b16a78c9059a77536de70bb08ce05e9
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Michael-Cheng/Move-define-wbvind_on_all_cpus/20220223-012853
git checkout 3aaa40c95b16a78c9059a77536de70bb08ce05e9
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=openrisc SHELL=/bin/bash drivers/gpu/drm/vgem/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from include/drm/drm_cache.h:37,
from drivers/gpu/drm/vgem/vgem_drv.h:33,
from drivers/gpu/drm/vgem/vgem_fence.c:28:
>> arch/openrisc/include/asm/smp.h:15: warning: "raw_smp_processor_id" redefined
15 | #define raw_smp_processor_id() (current_thread_info()->cpu)
|
In file included from include/linux/lockdep.h:14,
from include/linux/spinlock.h:62,
from include/linux/vmalloc.h:5,
from include/asm-generic/io.h:911,
from arch/openrisc/include/asm/io.h:36,
from include/linux/io.h:13,
from include/linux/iosys-map.h:9,
from include/linux/dma-buf.h:16,
from drivers/gpu/drm/vgem/vgem_fence.c:23:
include/linux/smp.h:191: note: this is the location of the previous definition
191 | #define raw_smp_processor_id() 0
|
vim +/raw_smp_processor_id +15 arch/openrisc/include/asm/smp.h
8e6d08e0a15e7d4 Stefan Kristiansson 2014-05-11 14
8e6d08e0a15e7d4 Stefan Kristiansson 2014-05-11 @15 #define raw_smp_processor_id() (current_thread_info()->cpu)
8e6d08e0a15e7d4 Stefan Kristiansson 2014-05-11 16 #define hard_smp_processor_id() mfspr(SPR_COREID)
8e6d08e0a15e7d4 Stefan Kristiansson 2014-05-11 17
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
next prev parent reply other threads:[~2022-02-22 23:32 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-22 17:26 [Intel-gfx] [PATCH v3 0/3] Move #define wbvind_on_all_cpus Michael Cheng
2022-02-22 17:26 ` [Intel-gfx] [PATCH v3 1/3] drm_cache: Add logic for wbvind_on_all_cpus Michael Cheng
2022-02-22 21:07 ` kernel test robot
2022-02-22 23:31 ` kernel test robot
2022-02-22 23:31 ` kernel test robot [this message]
2022-02-22 17:26 ` [Intel-gfx] [PATCH v3 2/3] drm/i915/gem: Remove logic for wbinvd_on_all_cpus Michael Cheng
2022-02-22 19:24 ` Thomas Hellström (Intel)
2022-02-23 1:13 ` Michael Cheng
2022-03-08 17:58 ` Lucas De Marchi
2022-03-14 23:06 ` Michael Cheng
2022-03-15 16:59 ` Michael Cheng
2022-03-16 8:48 ` Thomas Hellström (Intel)
2022-02-22 17:26 ` [Intel-gfx] [PATCH v3 3/3] drm/i915/: Add drm_cache.h Michael Cheng
2022-02-23 2:33 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Move #define wbvind_on_all_cpus (rev4) Patchwork
2022-02-23 2:33 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-02-23 3:05 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
2022-02-24 1:26 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Move #define wbvind_on_all_cpus (rev5) Patchwork
2022-02-24 1:27 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-02-24 2:00 ` [Intel-gfx] ✗ Fi.CI.BAT: failure " Patchwork
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=202202230701.l0i1vncs-lkp@intel.com \
--to=lkp@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=kbuild-all@lists.01.org \
--cc=lucas.demarchi@intel.com \
--cc=michael.cheng@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox