On Fri, May 08, 2020 at 06:37:56AM -0700, Guenter Roeck wrote:
On 5/8/20 5:29 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.223 release. There are 312 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 Sun, 10 May 2020 12:29:44 +0000. Anything received after that time might be too late.
This is not a complete list of errors.
Yeah, I knew this was going to be a rough one. I was hoping the "early warning" messages from Linaro would have caught most of these, oh well :(
arm64:allmodconfig
drivers/spi/spi-rockchip.c: In function 'rockchip_spi_prepare_dma': drivers/spi/spi-rockchip.c:461:19: error: 'struct dma_slave_caps' has no member named 'max_burst'
Now fixed.
arm:allmodconfig
drivers/mtd/nand/pxa3xx_nand.c: In function 'alloc_nand_resource': drivers/mtd/nand/pxa3xx_nand.c:1753:7: error: 'np' undeclared
Now fixed.
mips:defconfig
Lots of
In file included from ./arch/mips/include/asm/fpu.h:24, from arch/mips/kernel/branch.c:16: ./arch/mips/include/asm/msa.h: In function 'read_msa_ir': ./arch/mips/include/asm/msa.h:204:2: error: expected ':' or ')' before '_ASM_INSN_IF_MIPS'
and similar errors.
arch/mips/mm/tlbex.c: In function 'config_htw_params': arch/mips/mm/tlbex.c:2334:13: error: 'MIPS_PWSIZE_PS_MASK' undeclared
All mips builds are badly broken.
Odd, I thought I had tested mips locally, I guess I got it completly wrong... Let me go through those again...
I'll push out a -rc2 after digging into the mips mess...
greg k-h