Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1643565

Re: [PATCH -next] dma: bcm-sba-raid: fix build errors and dependencies

From Bjorn Andersson <bjorn.andersson@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH -next] dma: bcm-sba-raid: fix build errors and dependencies
Date 2017-05-17 20:20 +0200
Message-ID <tIbId-6xR-1@gated-at.bofh.it> (permalink)
References <tIaj7-5vV-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, May 17, 2017 at 9:40 AM, Randy Dunlap <rdunlap@infradead.org> wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix build errors when COMPILE_TEST is enabled but RAID6_PQ is not
> enabled (seen on x86_64).
>
> drivers/built-in.o: In function `sba_prep_dma_pq_req':
> (.text+0x16132): undefined reference to `raid6_gflog'
> drivers/built-in.o: In function `sba_prep_dma_pq_single_req':
> (.text+0x162f4): undefined reference to `raid6_gflog'
>
> This driver needs RAID6_PQ and MAILBOX (from inspection) independent of
> ARM64 or COMPILE_TEST.
>
> However, RAID6_PQ is not defined in any Kconfig file, although it is
> used in several of them. :(
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Anup Patel <anup.patel@broadcom.com>
> Cc: Vinod Koul <vinod.koul@intel.com>
> Cc: dmaengine@vger.kernel.org

Hit this as well today.

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH -next] dma: bcm-sba-raid: fix build errors and dependencies Randy Dunlap <rdunlap@infradead.org> - 2017-05-17 18:50 +0200
  Re: [PATCH -next] dma: bcm-sba-raid: fix build errors and dependencies Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-05-17 20:20 +0200
  Re: [PATCH -next] dma: bcm-sba-raid: fix build errors and  dependencies Vinod Koul <vinod.koul@intel.com> - 2017-05-19 05:50 +0200

csiph-web