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-prev] [day] [month] [year] [list]
Date:   Fri, 19 May 2017 08:50:53 +0530
From:   Vinod Koul <vinod.koul@...el.com>
To:     Arnd Bergmann <arnd@...db.de>
Cc:     Dan Williams <dan.j.williams@...el.com>,
        Anup Patel <anup.patel@...adcom.com>,
        dmaengine@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dmaengine: bcm-sba-raid: fix Kconfig dependencies

On Thu, May 18, 2017 at 03:25:25PM +0200, Arnd Bergmann wrote:
> The new driver requires both mailbox and raid support for compile
> testing:
> 
> drivers/dma/built-in.o: In function `sba_remove':
> edma.c:(.text+0x4414): undefined reference to `mbox_free_channel'
> drivers/dma/built-in.o: In function `sba_issue_pending':
> edma.c:(.text+0x46cc): undefined reference to `mbox_send_message'
> drivers/dma/built-in.o: In function `sba_probe':
> edma.c:(.text+0x4e60): undefined reference to `mbox_request_channel'
> edma.c:(.text+0x5038): undefined reference to `mbox_free_channel'
> drivers/dma/built-in.o: In function `sba_tx_status':
> edma.c:(.text+0x5210): undefined reference to `mbox_client_peek_data'
> 
> drivers/dma/built-in.o: In function `sba_prep_dma_pq_req':
> edma.c:(.text+0x5784): undefined reference to `raid6_gflog'
> edma.c:(.text+0x5798): undefined reference to `raid6_gflog'
> 
> This rearranges the Kconfig dependencies accordingly.

Applied, thanks

-- 
~Vinod

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ