dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: pl08x: add COMPILE_TEST support
@ 2025-12-23 20:45 Rosen Penev
  2025-12-25 15:10 ` kernel test robot
  2025-12-27 12:10 ` kernel test robot
  0 siblings, 2 replies; 3+ messages in thread
From: Rosen Penev @ 2025-12-23 20:45 UTC (permalink / raw)
  To: dmaengine; +Cc: Vinod Koul, open list

Allows the buildbots to build on various platforms to check for various
issues.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 66cda7cc9f7a..111d5236fe08 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -66,7 +66,7 @@ config ALTERA_MSGDMA
 
 config AMBA_PL08X
 	bool "ARM PrimeCell PL080 or PL081 support"
-	depends on ARM_AMBA
+	depends on ARM_AMBA || COMPILE_TEST
 	select DMA_ENGINE
 	select DMA_VIRTUAL_CHANNELS
 	help
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dmaengine: pl08x: add COMPILE_TEST support
  2025-12-23 20:45 [PATCH] dmaengine: pl08x: add COMPILE_TEST support Rosen Penev
@ 2025-12-25 15:10 ` kernel test robot
  2025-12-27 12:10 ` kernel test robot
  1 sibling, 0 replies; 3+ messages in thread
From: kernel test robot @ 2025-12-25 15:10 UTC (permalink / raw)
  To: Rosen Penev, dmaengine; +Cc: oe-kbuild-all, Vinod Koul, linux-kernel

Hi Rosen,

kernel test robot noticed the following build errors:

[auto build test ERROR on vkoul-dmaengine/next]
[also build test ERROR on linus/master v6.19-rc2 next-20251219]
[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/Rosen-Penev/dmaengine-pl08x-add-COMPILE_TEST-support/20251224-045157
base:   https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git next
patch link:    https://lore.kernel.org/r/20251223204500.12786-1-rosenp%40gmail.com
patch subject: [PATCH] dmaengine: pl08x: add COMPILE_TEST support
config: arc-randconfig-r112-20251225 (https://download.01.org/0day-ci/archive/20251225/202512252208.RWDZzD7W-lkp@intel.com/config)
compiler: arc-linux-gcc (GCC) 10.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251225/202512252208.RWDZzD7W-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/202512252208.RWDZzD7W-lkp@intel.com/

All errors (new ones prefixed by >>):

   arc-linux-ld: drivers/dma/amba-pl08x.o: in function `pl08x_probe':
>> amba-pl08x.c:(.text+0x245e): undefined reference to `amba_request_regions'
>> arc-linux-ld: amba-pl08x.c:(.text+0x245e): undefined reference to `amba_request_regions'
>> arc-linux-ld: amba-pl08x.c:(.text+0x24ea): undefined reference to `amba_release_regions'
>> arc-linux-ld: amba-pl08x.c:(.text+0x24ea): undefined reference to `amba_release_regions'

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dmaengine: pl08x: add COMPILE_TEST support
  2025-12-23 20:45 [PATCH] dmaengine: pl08x: add COMPILE_TEST support Rosen Penev
  2025-12-25 15:10 ` kernel test robot
@ 2025-12-27 12:10 ` kernel test robot
  1 sibling, 0 replies; 3+ messages in thread
From: kernel test robot @ 2025-12-27 12:10 UTC (permalink / raw)
  To: Rosen Penev, dmaengine; +Cc: llvm, oe-kbuild-all, Vinod Koul, linux-kernel

Hi Rosen,

kernel test robot noticed the following build errors:

[auto build test ERROR on vkoul-dmaengine/next]
[also build test ERROR on linus/master v6.19-rc2 next-20251219]
[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/Rosen-Penev/dmaengine-pl08x-add-COMPILE_TEST-support/20251224-045157
base:   https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git next
patch link:    https://lore.kernel.org/r/20251223204500.12786-1-rosenp%40gmail.com
patch subject: [PATCH] dmaengine: pl08x: add COMPILE_TEST support
config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20251227/202512271929.xdAStz0T-lkp@intel.com/config)
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251227/202512271929.xdAStz0T-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/202512271929.xdAStz0T-lkp@intel.com/

All errors (new ones prefixed by >>):

>> ld.lld: error: undefined symbol: amba_request_regions
   >>> referenced by amba-pl08x.c:2702 (drivers/dma/amba-pl08x.c:2702)
   >>>               vmlinux.o:(pl08x_probe)
--
>> ld.lld: error: undefined symbol: amba_release_regions
   >>> referenced by amba-pl08x.c:2977 (drivers/dma/amba-pl08x.c:2977)
   >>>               vmlinux.o:(pl08x_probe)

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-27 12:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23 20:45 [PATCH] dmaengine: pl08x: add COMPILE_TEST support Rosen Penev
2025-12-25 15:10 ` kernel test robot
2025-12-27 12:10 ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).