On Tue, Mar 20, 2018 at 10:29:11PM -0700, Nathan Chancellor wrote: > On Tue, Mar 20, 2018 at 06:32:00AM -0700, Guenter Roeck wrote: > > On 03/19/2018 11:04 AM, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 4.4.123 release. > > > There are 134 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 Mar 21 17:18:04 UTC 2018. > > > Anything received after that time might be too late. > > > > > > > For v4.4.122-134-gb4e03b4: > > > > Build results: > > total: 145 pass: 140 fail: 5 > > Failed builds: > > arm:allmodconfig > > powerpc:defconfig > > powerpc:allmodconfig > > powerpc:cell_defconfig > > powerpc:maple_defconfig > > > > arm:allmodconfig: > > > > drivers/net/ethernet/marvell/mvpp2.c: In function 'mvpp2_probe': > > drivers/net/ethernet/marvell/mvpp2.c:6451:10: error: 'struct mvpp2' has no member named 'hw_version' > > if (priv->hw_version == MVPP22) { > > ^ > > drivers/net/ethernet/marvell/mvpp2.c:6451:26: error: 'MVPP22' undeclared (first use in this function) > > if (priv->hw_version == MVPP22) { > > > > Caused by commit 6349601ed3e1 ("net: mvpp2: set dma mask and coherent > dma mask on PPv2.2"), which seems irrelevant for 4.4 since PPv2.2 > support was added in 4.12 per upstream commit fc5e1550e5c3 ("net: mvpp2: > finally add the PPv2.2 compatible string"). Dropped from both the 4.4.y and 4.9.y trees (I saw it was failing the build in 4.9.y as well.) thanks, greg k-h