Re: [PATCH 4.14 00/57] 4.14.324-rc1 review
From: Guenter Roeck
Date: Tue Aug 29 2023 - 21:57:40 EST
On Mon, Aug 28, 2023 at 12:12:20PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 4.14.324 release.
> There are 57 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses should be made by Wed, 30 Aug 2023 10:11:30 +0000.
> Anything received after that time might be too late.
>
Build results:
total: 139 pass: 133 fail: 6
Failed builds:
arm:ep93xx_defconfig
mips:mtx1_defconfig
mips:db1xxx_defconfig
powerpc:defconfig
powerpc:allmodconfig
powerpc:cell_defconfig
Qemu test results:
total: 431 pass: 414 fail: 17
Failed tests:
<all ppc64:pseries>
arm:ep93xx_defconfig
Error log:
arch/arm/mach-ep93xx/timer-ep93xx.c:12:10: fatal error: platform.h
That is really an older problem, caused by commit 2e50d55578b0 ("ARM:
ep93xx: fix missing-prototype warnings") which instead of fixing
anything in v4.14.y broke its build.
mips:mtx1_defconfig
arch/mips/alchemy/common/dbdma.c:33:10: fatal error: linux/dma-map-ops.h: No such file or directory
Again, an older problem, caused by commit 10130470bb0 ("MIPS: Alchemy:
fix dbdma2").
powerpc:defconfig, powerpc:allmodconfig, powerpc:cell_defconfig
arch/powerpc/kernel/rtas_flash.c: In function 'rtas_flash_init':
arch/powerpc/kernel/rtas_flash.c:717:29: error: implicit declaration of function 'kmem_cache_create_usercopy'
ppc64 boot tests fail to compile with the same error.
Guenter