From: kernel test robot <lkp@intel.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH RFC] xen/swiotlb: avoid arch_sync_dma_* on per-device DMA memory
Date: Sat, 2 May 2026 19:08:30 +0800 [thread overview]
Message-ID: <202605021905.fOno6YnM-lkp@intel.com> (raw)
In-Reply-To: <20260415-xen-swiotlb-v1-1-de24eda3c0fd@nxp.com>
Hi Peng,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on 66672af7a095d89f082c5327f3b15bc2f93d558e]
url: https://github.com/intel-lab-lkp/linux/commits/Peng-Fan-OSS/xen-swiotlb-avoid-arch_sync_dma_-on-per-device-DMA-memory/20260416-135556
base: 66672af7a095d89f082c5327f3b15bc2f93d558e
patch link: https://lore.kernel.org/r/20260415-xen-swiotlb-v1-1-de24eda3c0fd%40nxp.com
patch subject: [PATCH RFC] xen/swiotlb: avoid arch_sync_dma_* on per-device DMA memory
config: x86_64-randconfig-161-20260502 (https://download.01.org/0day-ci/archive/20260502/202605021905.fOno6YnM-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
smatch: v0.5.0-9065-ge9cc34fd
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260502/202605021905.fOno6YnM-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202605021905.fOno6YnM-lkp@intel.com/
All error/warnings (new ones prefixed by >>):
drivers/xen/swiotlb-xen.c: In function 'dev_has_private_dma_pool':
>> drivers/xen/swiotlb-xen.c:200:26: error: 'struct device' has no member named 'dma_mem'
200 | return dev && dev->dma_mem;
| ^~
>> drivers/xen/swiotlb-xen.c:201:1: warning: control reaches end of non-void function [-Wreturn-type]
201 | }
| ^
vim +200 drivers/xen/swiotlb-xen.c
197
198 static inline bool dev_has_private_dma_pool(struct device *dev)
199 {
> 200 return dev && dev->dma_mem;
> 201 }
202
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2026-05-02 11:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-15 15:08 [PATCH RFC] xen/swiotlb: avoid arch_sync_dma_* on per-device DMA memory Peng Fan (OSS)
2026-04-20 12:19 ` Jürgen Groß
2026-04-24 7:03 ` Peng Fan
2026-04-24 23:15 ` Stefano Stabellini
2026-04-20 23:01 ` Jason Gunthorpe
2026-04-24 6:57 ` Peng Fan
2026-04-24 13:44 ` Jason Gunthorpe
2026-04-24 23:26 ` Stefano Stabellini
2026-05-02 11:08 ` kernel test robot [this message]
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=202605021905.fOno6YnM-lkp@intel.com \
--to=lkp@intel.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=peng.fan@oss.nxp.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.