All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [RFC PATCH 4/9] vfio-pci: register default dynamic-trap-bar-info region
Date: Mon, 09 Dec 2019 09:07:45 +0800	[thread overview]
Message-ID: <201912090748.k9FEI5aa%lkp@intel.com> (raw)
In-Reply-To: <20191205032650.29794-1-yan.y.zhao@intel.com>

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

Hi Yan,

[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on vfio/next]
[also build test WARNING on jkirsher-next-queue/dev-queue linus/master v5.4 next-20191208]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Yan-Zhao/Introduce-mediate-ops-in-vfio-pci/20191207-070442
base:   https://github.com/awilliam/linux-vfio.git next
reproduce:
        # apt-get install sparse
        # sparse version: v0.6.1-91-g817270f-dirty
        make ARCH=x86_64 allmodconfig
        make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__'

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


sparse warnings: (new ones prefixed by >>)

   drivers/vfio/pci/vfio_pci.c:121:6: sparse: sparse: symbol 'init_migration_region' was not declared. Should it be static?
>> drivers/vfio/pci/vfio_pci.c:133:6: sparse: sparse: symbol 'init_dynamic_trap_bar_info_region' was not declared. Should it be static?
   drivers/vfio/pci/vfio_pci.c:270:25: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:270:43: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:270:56: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:270:65: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:275:25: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:275:44: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:275:57: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:275:66: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:283:39: sparse: sparse: restricted pci_power_t degrades to integer
   drivers/vfio/pci/vfio_pci.c:283:58: sparse: sparse: restricted pci_power_t degrades to integer

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

  parent reply	other threads:[~2019-12-09  1:07 UTC|newest]

Thread overview: 94+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05  3:24 [RFC PATCH 0/9] Introduce mediate ops in vfio-pci Yan Zhao
2019-12-05  3:24 ` Yan Zhao
2019-12-05  3:25 ` [RFC PATCH 1/9] vfio/pci: introduce mediate ops to intercept vfio-pci ops Yan Zhao
2019-12-05  3:25   ` Yan Zhao
2019-12-05 23:55   ` Alex Williamson
2019-12-05 23:55     ` Alex Williamson
2019-12-06  7:56     ` Yan Zhao
2019-12-06  7:56       ` Yan Zhao
2019-12-06 21:22       ` Alex Williamson
2019-12-06 21:22         ` Alex Williamson
2019-12-09  3:42         ` Yan Zhao
2019-12-09  3:42           ` Yan Zhao
2019-12-10  0:03           ` Alex Williamson
2019-12-10  0:03             ` Alex Williamson
2019-12-10  2:44             ` Yan Zhao
2019-12-10  2:44               ` Yan Zhao
2019-12-10 16:58               ` Alex Williamson
2019-12-10 16:58                 ` Alex Williamson
2019-12-11  1:19                 ` Yan Zhao
2019-12-11  1:19                   ` Yan Zhao
2019-12-06 23:13   ` Eric Blake
2019-12-09  3:17     ` Yan Zhao
2019-12-09  3:17       ` Yan Zhao
2019-12-05  3:25 ` [RFC PATCH 2/9] vfio/pci: test existence before calling region->ops Yan Zhao
2019-12-05  3:25   ` Yan Zhao
2019-12-05  3:26 ` [RFC PATCH 3/9] vfio/pci: register a default migration region Yan Zhao
2019-12-05  3:26   ` Yan Zhao
2019-12-05 23:55   ` Alex Williamson
2019-12-05 23:55     ` Alex Williamson
2019-12-06  5:50     ` Yan Zhao
2019-12-06  5:50       ` Yan Zhao
2019-12-08 14:37   ` kbuild test robot
2019-12-08 14:37   ` [RFC PATCH] vfio/pci: init_migration_region() can be static kbuild test robot
2019-12-05  3:26 ` [RFC PATCH 4/9] vfio-pci: register default dynamic-trap-bar-info region Yan Zhao
2019-12-05  3:26   ` Yan Zhao
2019-12-05 23:55   ` Alex Williamson
2019-12-05 23:55     ` Alex Williamson
2019-12-06  6:04     ` Yan Zhao
2019-12-06  6:04       ` Yan Zhao
2019-12-06 15:20       ` Alex Williamson
2019-12-06 15:20         ` Alex Williamson
2019-12-09  6:22         ` Yan Zhao
2019-12-09  6:22           ` Yan Zhao
2019-12-09 21:16           ` Alex Williamson
2019-12-09 21:16             ` Alex Williamson
2019-12-10  7:44             ` Yan Zhao
2019-12-10  7:44               ` Yan Zhao
2019-12-10 16:38               ` Alex Williamson
2019-12-10 16:38                 ` Alex Williamson
2019-12-11  6:25                 ` Yan Zhao
2019-12-11  6:25                   ` Yan Zhao
2019-12-11 18:56                   ` Alex Williamson
2019-12-11 18:56                     ` Alex Williamson
2019-12-12  2:02                     ` Yan Zhao
2019-12-12  2:02                       ` Yan Zhao
2019-12-12  3:07                       ` Alex Williamson
2019-12-12  3:07                         ` Alex Williamson
2019-12-12  3:11                         ` Yan Zhao
2019-12-12  3:11                           ` Yan Zhao
2019-12-09  1:07   ` kbuild test robot [this message]
2019-12-09  1:07   ` [RFC PATCH] vfio-pci: init_dynamic_trap_bar_info_region() can be static kbuild test robot
2019-12-05  3:27 ` [RFC PATCH 5/9] samples/vfio-pci/igd_dt: sample driver to mediate a passthrough IGD Yan Zhao
2019-12-05  3:27   ` Yan Zhao
2019-12-05  3:27 ` [RFC PATCH 6/9] sample/vfio-pci/igd_dt: dynamically trap/untrap subregion of IGD bar0 Yan Zhao
2019-12-05  3:27   ` Yan Zhao
2019-12-05  3:27 ` [RFC PATCH 7/9] i40e/vf_migration: register mediate_ops to vfio-pci Yan Zhao
2019-12-05  3:27   ` Yan Zhao
2019-12-05  3:27 ` [RFC PATCH 8/9] i40e/vf_migration: mediate migration region Yan Zhao
2019-12-05  3:27   ` Yan Zhao
2019-12-05  3:27 ` [RFC PATCH 9/9] i40e/vf_migration: support dynamic trap of bar0 Yan Zhao
2019-12-05  3:27   ` Yan Zhao
2019-12-05  6:33 ` [RFC PATCH 0/9] Introduce mediate ops in vfio-pci Jason Wang
2019-12-05  8:51   ` Yan Zhao
2019-12-05  8:51     ` Yan Zhao
2019-12-05 13:05     ` Jason Wang
2019-12-05 13:05       ` Jason Wang
2019-12-06  8:22       ` Yan Zhao
2019-12-06  8:22         ` Yan Zhao
2019-12-06  9:40         ` Jason Wang
2019-12-06  9:40           ` Jason Wang
2019-12-06 12:49           ` Yan Zhao
2019-12-06 12:49             ` Yan Zhao
2019-12-12  3:48             ` Jason Wang
2019-12-12  3:48               ` Jason Wang
2019-12-12  5:47               ` Yan Zhao
2019-12-12  5:47                 ` Yan Zhao
2019-12-18  2:36                 ` Jason Wang
2019-12-18  2:36                   ` Jason Wang
2019-12-06 17:42           ` Alex Williamson
2019-12-06 17:42             ` Alex Williamson
2019-12-12  4:09             ` Jason Wang
2019-12-12  4:09               ` Jason Wang
2019-12-12 18:39               ` Alex Williamson
2019-12-12 18:39                 ` Alex Williamson

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=201912090748.k9FEI5aa%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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.