On 6/23/20 12:57 PM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.14.186 release. There are 136 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 Thu, 25 Jun 2020 19:52:30 +0000. Anything received after that time might be too late.
For v4.14.185-136-g1c6114e25934:
arm:allmodconfig, arm64:allmodconfig, arm:pxa_defconfig:
drivers/mtd/nand/pxa3xx_nand.c: In function 'pxa3xx_nand_remove': drivers/mtd/nand/pxa3xx_nand.c:1918:16: error: passing argument 1 of 'nand_release' from incompatible pointer type
arm:lpc32xx_defconfig:
drivers/mtd/nand/lpc32xx_slc.c: In function 'lpc32xx_nand_probe': drivers/mtd/nand/lpc32xx_slc.c:938:15: error: passing argument 1 of 'nand_release' from incompatible pointer type
drivers/mtd/nand/lpc32xx_mlc.c: In function 'lpc32xx_nand_probe': drivers/mtd/nand/lpc32xx_mlc.c:808:15: error: passing argument 1 of 'nand_release' from incompatible pointer type
Boot tests are not complete, so there may be more failures. Also, looking through callers of nand_release(), there are more failures. Confirmed:
drivers/mtd/nand/jz4740_nand.c (mips:qi_lb60_defconfig) drivers/mtd/nand/bf5xx_nand.c (blackfin:BF548-EZKIT_defconfig)
I don't know if I found all instances.
Guenter