From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH RFC v1 6/6] xen-swiotlb: enable 64-bit xen-swiotlb
Date: Thu, 04 Feb 2021 19:50:21 +0800 [thread overview]
Message-ID: <202102041949.ZZAVsabM-lkp@intel.com> (raw)
In-Reply-To: <20210203233709.19819-7-dongli.zhang@oracle.com>
[-- Attachment #1: Type: text/plain, Size: 2250 bytes --]
Hi Dongli,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on powerpc/next]
[also build test WARNING on linus/master v5.11-rc6 next-20210125]
[cannot apply to swiotlb/linux-next xen-tip/linux-next]
[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/Dongli-Zhang/swiotlb-64-bit-DMA-buffer/20210204-074426
base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: i386-randconfig-a016-20200629 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/0day-ci/linux/commit/47bf89497f040bc5e349025c103f49dd24b89df5
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Dongli-Zhang/swiotlb-64-bit-DMA-buffer/20210204-074426
git checkout 47bf89497f040bc5e349025c103f49dd24b89df5
# save the attached .config to linux build tree
make W=1 ARCH=i386
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 >>, old ones prefixed by <<):
>> WARNING: modpost: vmlinux.o(.text+0x861e08): Section mismatch in reference from the function xen_swiotlb_init_type() to the function .init.text:memblock_alloc_try_nid()
The function xen_swiotlb_init_type() references
the function __init memblock_alloc_try_nid().
This is often because xen_swiotlb_init_type lacks a __init
annotation or the annotation of memblock_alloc_try_nid is wrong.
--
>> WARNING: modpost: vmlinux.o(.text+0x861e87): Section mismatch in reference from the function xen_swiotlb_init_type() to the function .init.text:swiotlb_init_with_tbl()
The function xen_swiotlb_init_type() references
the function __init swiotlb_init_with_tbl().
This is often because xen_swiotlb_init_type lacks a __init
annotation or the annotation of swiotlb_init_with_tbl is wrong.
---
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: 32368 bytes --]
next prev parent reply other threads:[~2021-02-04 11:50 UTC|newest]
Thread overview: 95+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-03 23:37 [Intel-gfx] [PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Nouveau] " Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Intel-gfx] [PATCH RFC v1 1/6] swiotlb: define new enumerated type Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Nouveau] " Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Intel-gfx] [PATCH RFC v1 2/6] swiotlb: convert variables to arrays Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Nouveau] " Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-04 4:17 ` kernel test robot
2021-02-04 5:16 ` kernel test robot
2021-02-04 7:29 ` [Intel-gfx] " Christoph Hellwig
2021-02-04 7:29 ` Christoph Hellwig
2021-02-04 7:29 ` [Nouveau] " Christoph Hellwig
2021-02-04 7:29 ` Christoph Hellwig
2021-02-04 7:29 ` Christoph Hellwig
2021-02-04 11:49 ` [Intel-gfx] " Robin Murphy
2021-02-04 11:49 ` Robin Murphy
2021-02-04 11:49 ` Robin Murphy
2021-02-04 11:49 ` [Nouveau] " Robin Murphy
2021-02-04 11:49 ` Robin Murphy
2021-02-04 11:49 ` Robin Murphy
2021-02-04 19:31 ` [Intel-gfx] " Konrad Rzeszutek Wilk
2021-02-04 19:31 ` Konrad Rzeszutek Wilk
2021-02-04 19:31 ` Konrad Rzeszutek Wilk
2021-02-04 19:31 ` [Nouveau] " Konrad Rzeszutek Wilk
2021-02-04 19:31 ` Konrad Rzeszutek Wilk
2021-02-04 19:31 ` Konrad Rzeszutek Wilk
2021-02-03 23:37 ` [Intel-gfx] [PATCH RFC v1 3/6] swiotlb: introduce swiotlb_get_type() to calculate swiotlb buffer type Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Nouveau] " Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Intel-gfx] [PATCH RFC v1 4/6] swiotlb: enable 64-bit swiotlb Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Nouveau] " Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-04 4:10 ` kernel test robot
2021-02-03 23:37 ` [Intel-gfx] [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Nouveau] " Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-04 8:40 ` [Intel-gfx] " Christoph Hellwig
2021-02-04 8:40 ` Christoph Hellwig
2021-02-04 8:40 ` [Nouveau] " Christoph Hellwig
2021-02-04 8:40 ` Christoph Hellwig
2021-02-04 8:40 ` Christoph Hellwig
2021-02-07 15:56 ` [Intel-gfx] " Christoph Hellwig
2021-02-07 15:56 ` Christoph Hellwig
2021-02-07 15:56 ` [Nouveau] " Christoph Hellwig
2021-02-07 15:56 ` Christoph Hellwig
2021-02-07 15:56 ` Christoph Hellwig
2021-02-19 20:32 ` [Intel-gfx] " Konrad Rzeszutek Wilk
2021-02-19 20:32 ` Konrad Rzeszutek Wilk
2021-02-19 20:32 ` Konrad Rzeszutek Wilk
2021-02-19 20:32 ` [Nouveau] " Konrad Rzeszutek Wilk
2021-02-19 20:32 ` Konrad Rzeszutek Wilk
2021-02-19 20:32 ` Konrad Rzeszutek Wilk
2021-02-19 23:59 ` [Intel-gfx] " Boris Ostrovsky
2021-02-19 23:59 ` Boris Ostrovsky
2021-02-19 23:59 ` Boris Ostrovsky
2021-02-19 23:59 ` [Nouveau] " Boris Ostrovsky
2021-02-19 23:59 ` Boris Ostrovsky
2021-02-19 23:59 ` Boris Ostrovsky
2021-02-23 1:22 ` [Intel-gfx] " Stefano Stabellini
2021-02-23 1:22 ` Stefano Stabellini
2021-02-23 1:22 ` Stefano Stabellini
2021-02-23 1:22 ` [Nouveau] " Stefano Stabellini
2021-02-23 1:22 ` Stefano Stabellini
2021-02-23 1:22 ` Stefano Stabellini
2021-02-03 23:37 ` [Intel-gfx] [PATCH RFC v1 6/6] xen-swiotlb: enable 64-bit xen-swiotlb Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` [Nouveau] " Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-03 23:37 ` Dongli Zhang
2021-02-04 11:50 ` kernel test robot [this message]
2021-02-04 19:53 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for swiotlb: 64-bit DMA buffer Patchwork
2021-02-04 19:54 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2021-02-04 20:22 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-02-05 2:08 ` [Intel-gfx] ✗ Fi.CI.IGT: 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=202102041949.ZZAVsabM-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.