From: kernel test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, llvm@lists.linux.dev
Subject: Re: [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
Date: Mon, 30 Aug 2021 03:23:25 +0800 [thread overview]
Message-ID: <202108300318.X0EwtCuU-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1938 bytes --]
In-Reply-To: <20210824144649.1488190-8-hch@lst.de>
References: <20210824144649.1488190-8-hch@lst.de>
TO: Christoph Hellwig <hch@lst.de>
Hi Christoph,
I love your patch! Perhaps something to improve:
[auto build test WARNING on vfio/next]
[cannot apply to linus/master v5.14-rc7 next-20210827]
[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/Christoph-Hellwig/vfio-Move-vfio_iommu_group_get-to-vfio_register_group_dev/20210824-234703
base: https://github.com/awilliam/linux-vfio.git next
config: x86_64-randconfig-a001-20210829 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 510e106fa8635e7f9c51c896180b971de6309b2f)
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/710b535c0e5df66eae20c4a7f4868b8c29ce4376
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Christoph-Hellwig/vfio-Move-vfio_iommu_group_get-to-vfio_register_group_dev/20210824-234703
git checkout 710b535c0e5df66eae20c4a7f4868b8c29ce4376
# 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 drivers/
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 >>):
>> drivers/vfio/vfio.o: warning: objtool: __vfio_register_dev()+0x129: unreachable instruction
---
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: 37090 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices
Date: Mon, 30 Aug 2021 03:23:25 +0800 [thread overview]
Message-ID: <202108300318.X0EwtCuU-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1979 bytes --]
In-Reply-To: <20210824144649.1488190-8-hch@lst.de>
References: <20210824144649.1488190-8-hch@lst.de>
TO: Christoph Hellwig <hch@lst.de>
Hi Christoph,
I love your patch! Perhaps something to improve:
[auto build test WARNING on vfio/next]
[cannot apply to linus/master v5.14-rc7 next-20210827]
[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/Christoph-Hellwig/vfio-Move-vfio_iommu_group_get-to-vfio_register_group_dev/20210824-234703
base: https://github.com/awilliam/linux-vfio.git next
config: x86_64-randconfig-a001-20210829 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 510e106fa8635e7f9c51c896180b971de6309b2f)
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/710b535c0e5df66eae20c4a7f4868b8c29ce4376
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Christoph-Hellwig/vfio-Move-vfio_iommu_group_get-to-vfio_register_group_dev/20210824-234703
git checkout 710b535c0e5df66eae20c4a7f4868b8c29ce4376
# 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 drivers/
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 >>):
>> drivers/vfio/vfio.o: warning: objtool: __vfio_register_dev()+0x129: unreachable instruction
---
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: 37090 bytes --]
next reply other threads:[~2021-08-29 19:24 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-29 19:23 kernel test robot [this message]
2021-08-29 19:23 ` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2021-09-13 7:15 cleanup vfio iommu_group creation v5 Christoph Hellwig
2021-09-13 7:15 ` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices Christoph Hellwig
2021-09-14 2:23 ` Tian, Kevin
2021-08-26 13:34 cleanup vfio iommu_group creation v4 Christoph Hellwig
2021-08-26 13:34 ` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices Christoph Hellwig
2021-08-26 17:24 ` Alex Williamson
2021-08-26 22:59 ` Alex Williamson
2021-08-27 2:17 ` Tian, Kevin
2021-08-27 5:42 ` Christoph Hellwig
2021-08-25 16:19 cleanup vfio iommu_group creation v3 Christoph Hellwig
2021-08-25 16:19 ` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices Christoph Hellwig
2021-08-25 22:31 ` Jason Gunthorpe
2021-08-26 3:10 ` Tian, Kevin
2021-08-24 14:46 cleanup vfio iommu_group creation v2 Christoph Hellwig
2021-08-24 14:46 ` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices Christoph Hellwig
2021-08-25 0:19 ` Jason Gunthorpe
2021-08-25 5:32 ` Christoph Hellwig
2021-08-25 12:21 ` Jason Gunthorpe
2021-08-25 12:24 ` Christoph Hellwig
2021-08-25 12:34 ` Jason Gunthorpe
2021-08-25 12:37 ` Christoph Hellwig
2021-08-25 12:45 ` Jason Gunthorpe
2021-08-25 12:50 ` Christoph Hellwig
2021-08-25 12:50 ` Jason Gunthorpe
2021-08-11 15:14 cleanup vfio iommu_group creation Christoph Hellwig
2021-08-11 15:14 ` [PATCH 07/14] vfio: simplify iommu group allocation for mediated devices Christoph Hellwig
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=202108300318.X0EwtCuU-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=llvm@lists.linux.dev \
/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.