lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu,  3 Nov 2016 13:36:55 +0100
From:   Borislav Petkov <bp@...en8.de>
To:     LKML <linux-kernel@...r.kernel.org>
Cc:     Dan Williams <dan.j.williams@...el.com>,
        Vinod Koul <vinod.koul@...el.com>, dmaengine@...r.kernel.org
Subject: [PATCH] dmaengine: mmp_tdma: Select GENERIC_ALLOCATOR

From: Borislav Petkov <bp@...e.de>

as the driver needs it. Build error caught with a randconfig build:

  drivers/built-in.o: In function `mmp_tdma_prep_dma_cyclic':
  mmp_tdma.c:(.text+0x1612d9): undefined reference to `gen_pool_dma_alloc'
  drivers/built-in.o: In function `mmp_tdma_free_chan_resources':
  mmp_tdma.c:(.text+0x161444): undefined reference to `gen_pool_free'
  drivers/built-in.o: In function `mmp_tdma_probe':
  mmp_tdma.c:(.text+0x1616ac): undefined reference to `of_gen_pool_get'
  make: *** [vmlinux] Error 1

Signed-off-by: Borislav Petkov <bp@...e.de>
Cc: Dan Williams <dan.j.williams@...el.com>
Cc: Vinod Koul <vinod.koul@...el.com>
Cc: dmaengine@...r.kernel.org
---
 drivers/dma/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index af63a6bcf564..e88a6ef03dcf 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -304,6 +304,7 @@ config MMP_PDMA
 config MMP_TDMA
 	bool "MMP Two-Channel DMA support"
 	depends on ARCH_MMP || COMPILE_TEST
+	select GENERIC_ALLOCATOR
 	select DMA_ENGINE
 	select MMP_SRAM if ARCH_MMP
 	help
-- 
2.10.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ