On Fri, May 04, 2018 at 10:26:08AM -0700, Greg Kroah-Hartman wrote:
On Fri, May 04, 2018 at 06:44:30AM -0700, Guenter Roeck wrote:
Couple of powerpc problems.
4.14, 4.16:
drivers/net/ethernet/ibm/ibmvnic.c:1460:10: error: 'struct ibmvnic_tx_buff' has no member named 'num_entries'
3.18, 4.4:
arch/powerpc/xmon/xmon.c:1180:7: error: 'xmon_on' undeclared
Also, {i386,x86_64}:allnoconfig in 3.18:
arch/x86/mm/pageattr.c:281:6: error: ‘kernel_set_to_readonly’ undeclared
Most boot tests pass, except for a couple of powerpc tests where the image fails to build.
Ugh. I think I'm going to scrap all of these and let Sasha deal with the build/boot fallout before he resends them to me...
I'll work on that over the next few days.
This scare has one advantage: I updated my merge script to let me merge random branches (aka stable rc branches) into chromeos. Using this, I merged v4.14.39-576-g237172570de5 and v4.4.131-268-g6d2832bac8de into the respective ChromeOS branches. Currently testing...
Guenter