All of lore.kernel.org
 help / color / mirror / Atom feed
* Build failures in v4.19.y.queue
@ 2021-05-13 20:37 Guenter Roeck
  2021-05-20  8:41 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2021-05-13 20:37 UTC (permalink / raw)
  To: stable, Greg Kroah-Hartman

Build results:
     total: 155 pass: 153 fail: 2
Failed builds:
     arm:allmodconfig
     arm:axm55xx_defconfig
Qemu test results:
     total: 424 pass: 423 fail: 1
Failed tests:
mipsel:mips32r6-generic:malta_32r6_defconfig:nocd:smp:net,pcnet:ide:rootfs

Failures are similar to the build failures in v5.4.y, plus:

drivers/crypto/omap-aes.c: In function 'omap_aes_hw_init':
drivers/crypto/omap-aes.c:110:8: error: implicit declaration of function 'pm_runtime_resume_and_get'

Guenter


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

* Re: Build failures in v4.19.y.queue
  2021-05-13 20:37 Build failures in v4.19.y.queue Guenter Roeck
@ 2021-05-20  8:41 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2021-05-20  8:41 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Thu, May 13, 2021 at 01:37:29PM -0700, Guenter Roeck wrote:
> Build results:
>     total: 155 pass: 153 fail: 2
> Failed builds:
>     arm:allmodconfig
>     arm:axm55xx_defconfig
> Qemu test results:
>     total: 424 pass: 423 fail: 1
> Failed tests:
> mipsel:mips32r6-generic:malta_32r6_defconfig:nocd:smp:net,pcnet:ide:rootfs
> 
> Failures are similar to the build failures in v5.4.y, plus:
> 
> drivers/crypto/omap-aes.c: In function 'omap_aes_hw_init':
> drivers/crypto/omap-aes.c:110:8: error: implicit declaration of function 'pm_runtime_resume_and_get'

Now deleted the offending patch, thanks.

greg k-h

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

* Re: Build failures in v4.19.y.queue
  2023-02-01  4:16 Guenter Roeck
@ 2023-02-03  9:21 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2023-02-03  9:21 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Tue, Jan 31, 2023 at 08:16:58PM -0800, Guenter Roeck wrote:
> Hi,
> 
> I see a number of build failures in v4.19.y.queue.
> 
> Building arm:allmodconfig ... failed
> --------------
> drivers/memory/atmel-sdramc.c: In function 'atmel_ramc_probe':
> drivers/memory/atmel-sdramc.c:62:23: error: implicit declaration of function 'devm_clk_get_enabled'

Offending patch now dropped.

> 
> Building arm:imx_v6_v7_defconfig ... failed
> --------------
> Error log:
> drivers/mmc/host/sdhci-esdhc-imx.c: In function 'sdhci_esdhc_imx_hwinit':
> drivers/mmc/host/sdhci-esdhc-imx.c:1187:31: error: implicit declaration of function 'cqhci_readl'
> 
> drivers/mmc/host/sdhci-esdhc-imx.c:1187:52: error: 'CQHCI_IS' undeclared (first use in this function)
>  1187 |                         tmp = cqhci_readl(cq_host, CQHCI_IS);
> 
> drivers/mmc/host/sdhci-esdhc-imx.c:1188:25: error: implicit declaration of function 'cqhci_writel'; did you mean 'sdhci_writel'? [-Werror=implicit-function-declaration]
>  1188 |                         cqhci_writel(cq_host, tmp, CQHCI_IS);
> 
> drivers/mmc/host/sdhci-esdhc-imx.c:1189:47: error: 'CQHCI_HALT' undeclared (first use in this function)
>  1189 |                         cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);
>       |                                               ^~~~~~~~~~
> drivers/mmc/host/sdhci-esdhc-imx.c:1189:59: error: 'CQHCI_CTL' undeclared (first use in this function)
>  1189 |                         cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);
> 
> Other builds fail with the same errors.

Offending patches now dropped, thanks.

greg k-h

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

* Build failures in v4.19.y.queue
@ 2023-02-01  4:16 Guenter Roeck
  2023-02-03  9:21 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Guenter Roeck @ 2023-02-01  4:16 UTC (permalink / raw)
  To: stable, Greg Kroah-Hartman

Hi,

I see a number of build failures in v4.19.y.queue.

Building arm:allmodconfig ... failed
--------------
drivers/memory/atmel-sdramc.c: In function 'atmel_ramc_probe':
drivers/memory/atmel-sdramc.c:62:23: error: implicit declaration of function 'devm_clk_get_enabled'

Building arm:imx_v6_v7_defconfig ... failed
--------------
Error log:
drivers/mmc/host/sdhci-esdhc-imx.c: In function 'sdhci_esdhc_imx_hwinit':
drivers/mmc/host/sdhci-esdhc-imx.c:1187:31: error: implicit declaration of function 'cqhci_readl'

drivers/mmc/host/sdhci-esdhc-imx.c:1187:52: error: 'CQHCI_IS' undeclared (first use in this function)
  1187 |                         tmp = cqhci_readl(cq_host, CQHCI_IS);

drivers/mmc/host/sdhci-esdhc-imx.c:1188:25: error: implicit declaration of function 'cqhci_writel'; did you mean 'sdhci_writel'? [-Werror=implicit-function-declaration]
  1188 |                         cqhci_writel(cq_host, tmp, CQHCI_IS);

drivers/mmc/host/sdhci-esdhc-imx.c:1189:47: error: 'CQHCI_HALT' undeclared (first use in this function)
  1189 |                         cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);
       |                                               ^~~~~~~~~~
drivers/mmc/host/sdhci-esdhc-imx.c:1189:59: error: 'CQHCI_CTL' undeclared (first use in this function)
  1189 |                         cqhci_writel(cq_host, CQHCI_HALT, CQHCI_CTL);

Other builds fail with the same errors.

Guenter

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

end of thread, other threads:[~2023-02-03  9:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 20:37 Build failures in v4.19.y.queue Guenter Roeck
2021-05-20  8:41 ` Greg Kroah-Hartman
2023-02-01  4:16 Guenter Roeck
2023-02-03  9:21 ` Greg Kroah-Hartman

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.