On Mon, Nov 14, 2022 at 01:44:29PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.15.79 release. There are 131 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, 16 Nov 2022 12:44:21 +0000. Anything received after that time might be too late.
Build results: total: 154 pass: 152 fail: 2 Failed builds: arm:allmodconfig arm64:allmodconfig Qemu test results: total: 489 pass: 489 fail: 0
Build errors as already reported.
Building arm64:allmodconfig ... failed -------------- Error log: drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable': drivers/net/ethernet/mediatek/mtk_star_emac.c:980:29: error: 'struct mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'? 980 | napi_disable(&priv->rx_napi); | ^~~~~~~ | napi drivers/net/ethernet/mediatek/mtk_star_emac.c:981:29: error: 'struct mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'? 981 | napi_disable(&priv->tx_napi); | ^~~~~~~ | napi
Guenter