From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:41760 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479AbeEDTSH (ORCPT ); Fri, 4 May 2018 15:18:07 -0400 Date: Fri, 4 May 2018 10:57:11 -0700 From: Guenter Roeck To: Greg Kroah-Hartman Cc: stable , Sasha Levin Subject: Re: Build problems in stable queue Message-ID: <20180504175711.GA10296@roeck-us.net> References: <375706e1-e4f5-ee98-3c8f-d53c6969debe@roeck-us.net> <20180504172608.GA4285@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180504172608.GA4285@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: 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