From: kernel test robot <lkp@intel.com>
To: Allen Pais <allen.lkml@gmail.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH 1/1] dmaengine: introduce dmaengine_bh_wq and bh helpers
Date: Wed, 14 Jan 2026 16:49:46 +0800 [thread overview]
Message-ID: <202601141622.CAk5SXFi-lkp@intel.com> (raw)
In-Reply-To: <20260108080332.2341725-2-allen.lkml@gmail.com>
Hi Allen,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on vkoul-dmaengine/next]
[also build test ERROR on shawnguo/for-next sunxi/sunxi/for-next soc/for-next linus/master v6.19-rc5 next-20260114]
[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#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Allen-Pais/dmaengine-introduce-dmaengine_bh_wq-and-bh-helpers/20260108-164201
base: https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git next
patch link: https://lore.kernel.org/r/20260108080332.2341725-2-allen.lkml%40gmail.com
patch subject: [RFC PATCH 1/1] dmaengine: introduce dmaengine_bh_wq and bh helpers
config: um-allmodconfig (https://download.01.org/0day-ci/archive/20260114/202601141622.CAk5SXFi-lkp@intel.com/config)
compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260114/202601141622.CAk5SXFi-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/202601141622.CAk5SXFi-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from drivers/dma/hsu/hsu.c:22:
In file included from include/linux/dmaengine.h:12:
In file included from include/linux/scatterlist.h:9:
In file included from arch/um/include/asm/io.h:24:
include/asm-generic/io.h:1209:55: warning: performing pointer arithmetic on a null pointer has undefined behavior [-Wnull-pointer-arithmetic]
1209 | return (port > MMIO_UPPER_LIMIT) ? NULL : PCI_IOBASE + port;
| ~~~~~~~~~~ ^
>> drivers/dma/hsu/hsu.c:503:29: error: no member named 'task' in 'struct virt_dma_chan'
503 | tasklet_kill(&hsuc->vchan.task);
| ~~~~~~~~~~~ ^
1 warning and 1 error generated.
vim +503 drivers/dma/hsu/hsu.c
2b49e0c56741fc Andy Shevchenko 2015-02-23 492
2b49e0c56741fc Andy Shevchenko 2015-02-23 493 int hsu_dma_remove(struct hsu_dma_chip *chip)
2b49e0c56741fc Andy Shevchenko 2015-02-23 494 {
2b49e0c56741fc Andy Shevchenko 2015-02-23 495 struct hsu_dma *hsu = chip->hsu;
2b49e0c56741fc Andy Shevchenko 2015-02-23 496 unsigned short i;
2b49e0c56741fc Andy Shevchenko 2015-02-23 497
2b49e0c56741fc Andy Shevchenko 2015-02-23 498 dma_async_device_unregister(&hsu->dma);
2b49e0c56741fc Andy Shevchenko 2015-02-23 499
4c97ad993d7639 Heikki Krogerus 2015-10-13 500 for (i = 0; i < hsu->nr_channels; i++) {
2b49e0c56741fc Andy Shevchenko 2015-02-23 501 struct hsu_dma_chan *hsuc = &hsu->chan[i];
2b49e0c56741fc Andy Shevchenko 2015-02-23 502
2b49e0c56741fc Andy Shevchenko 2015-02-23 @503 tasklet_kill(&hsuc->vchan.task);
2b49e0c56741fc Andy Shevchenko 2015-02-23 504 }
2b49e0c56741fc Andy Shevchenko 2015-02-23 505
2b49e0c56741fc Andy Shevchenko 2015-02-23 506 return 0;
2b49e0c56741fc Andy Shevchenko 2015-02-23 507 }
2b49e0c56741fc Andy Shevchenko 2015-02-23 508 EXPORT_SYMBOL_GPL(hsu_dma_remove);
2b49e0c56741fc Andy Shevchenko 2015-02-23 509
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2026-01-14 8:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-08 8:03 [RFC PATCH 0/1] dmaengine: introduce dmaengine_bh_wq and bh helpers Allen Pais
2026-01-08 8:03 ` [RFC PATCH 1/1] " Allen Pais
2026-01-08 10:26 ` Arnd Bergmann
2026-01-08 19:22 ` Allen
2026-01-09 16:42 ` Arnd Bergmann
2026-01-12 22:20 ` Allen
2026-01-13 7:33 ` Arnd Bergmann
2026-01-13 19:31 ` Allen
2026-01-12 6:26 ` kernel test robot
2026-01-14 7:13 ` kernel test robot
2026-01-14 7:35 ` kernel test robot
2026-01-14 8:49 ` 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=202601141622.CAk5SXFi-lkp@intel.com \
--to=lkp@intel.com \
--cc=allen.lkml@gmail.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@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.