All of lore.kernel.org
 help / color / mirror / Atom feed
* Build problems in stable queue
@ 2018-05-04 13:44 Guenter Roeck
  2018-05-04 17:26 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2018-05-04 13:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, Sasha Levin

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.

Guenter

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Build problems in stable queue
  2018-05-04 13:44 Build problems in stable queue Guenter Roeck
@ 2018-05-04 17:26 ` Greg Kroah-Hartman
  2018-05-04 17:57   ` Guenter Roeck
  2018-05-04 20:41   ` Guenter Roeck
  0 siblings, 2 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2018-05-04 17:26 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable, Sasha Levin

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.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Build problems in stable queue
  2018-05-04 17:26 ` Greg Kroah-Hartman
@ 2018-05-04 17:57   ` Guenter Roeck
  2018-05-04 20:41   ` Guenter Roeck
  1 sibling, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2018-05-04 17:57 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, Sasha Levin

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Build problems in stable queue
  2018-05-04 17:26 ` Greg Kroah-Hartman
  2018-05-04 17:57   ` Guenter Roeck
@ 2018-05-04 20:41   ` Guenter Roeck
  2018-05-04 22:11     ` Greg Kroah-Hartman
  1 sibling, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2018-05-04 20:41 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, Sasha Levin

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
> > 

One more build failure, overlooked earlier, in v4.9.y:

Building arm:allmodconfig ... failed

drivers/gpu/drm/omapdrm/dss/dispc.c: In function 'dispc_ovl_setup_common':
drivers/gpu/drm/omapdrm/dss/dispc.c:2614:10: error: 'vm' undeclared

Guenter

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Build problems in stable queue
  2018-05-04 20:41   ` Guenter Roeck
@ 2018-05-04 22:11     ` Greg Kroah-Hartman
  2018-05-04 22:47       ` Guenter Roeck
  0 siblings, 1 reply; 7+ messages in thread
From: Greg Kroah-Hartman @ 2018-05-04 22:11 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable, Sasha Levin

On Fri, May 04, 2018 at 01:41:48PM -0700, Guenter Roeck wrote:
> 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
> > > 
> 
> One more build failure, overlooked earlier, in v4.9.y:
> 
> Building arm:allmodconfig ... failed
> 
> drivers/gpu/drm/omapdrm/dss/dispc.c: In function 'dispc_ovl_setup_common':
> drivers/gpu/drm/omapdrm/dss/dispc.c:2614:10: error: 'vm' undeclared

Ok, all of Sasha's last pull requests are now gone from my queue.  I've
pushed out new test rc releases to kernel.org so all should be "green"
now.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Build problems in stable queue
  2018-05-04 22:11     ` Greg Kroah-Hartman
@ 2018-05-04 22:47       ` Guenter Roeck
  2018-05-05  2:27         ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2018-05-04 22:47 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable, Sasha Levin

On Fri, May 04, 2018 at 03:11:11PM -0700, Greg Kroah-Hartman wrote:
> On Fri, May 04, 2018 at 01:41:48PM -0700, Guenter Roeck wrote:
> > 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
> > > > 
> > 
> > One more build failure, overlooked earlier, in v4.9.y:
> > 
> > Building arm:allmodconfig ... failed
> > 
> > drivers/gpu/drm/omapdrm/dss/dispc.c: In function 'dispc_ovl_setup_common':
> > drivers/gpu/drm/omapdrm/dss/dispc.c:2614:10: error: 'vm' undeclared
> 
> Ok, all of Sasha's last pull requests are now gone from my queue.  I've
> pushed out new test rc releases to kernel.org so all should be "green"
> now.
> 
Now you have a different error :-(.

v4.4.131-12-g3e7c47b, v4.9.98-9-gfd20c9f4f1ef

drivers/char/tpm/tpm_of.c:41:3: error: 'chip' undeclared

Guenter

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Build problems in stable queue
  2018-05-04 22:47       ` Guenter Roeck
@ 2018-05-05  2:27         ` Greg Kroah-Hartman
  0 siblings, 0 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2018-05-05  2:27 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable, Sasha Levin

On Fri, May 04, 2018 at 03:47:53PM -0700, Guenter Roeck wrote:
> On Fri, May 04, 2018 at 03:11:11PM -0700, Greg Kroah-Hartman wrote:
> > On Fri, May 04, 2018 at 01:41:48PM -0700, Guenter Roeck wrote:
> > > 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
> > > > > 
> > > 
> > > One more build failure, overlooked earlier, in v4.9.y:
> > > 
> > > Building arm:allmodconfig ... failed
> > > 
> > > drivers/gpu/drm/omapdrm/dss/dispc.c: In function 'dispc_ovl_setup_common':
> > > drivers/gpu/drm/omapdrm/dss/dispc.c:2614:10: error: 'vm' undeclared
> > 
> > Ok, all of Sasha's last pull requests are now gone from my queue.  I've
> > pushed out new test rc releases to kernel.org so all should be "green"
> > now.
> > 
> Now you have a different error :-(.
> 
> v4.4.131-12-g3e7c47b, v4.9.98-9-gfd20c9f4f1ef
> 
> drivers/char/tpm/tpm_of.c:41:3: error: 'chip' undeclared

Ugh.  I've dropped both of the tpm patches from 4.4.y and 4.9.y now.
And those were backports sent by the maintainer of the subsystem :(

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-05-05  2:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04 13:44 Build problems in stable queue Guenter Roeck
2018-05-04 17:26 ` Greg Kroah-Hartman
2018-05-04 17:57   ` Guenter Roeck
2018-05-04 20:41   ` Guenter Roeck
2018-05-04 22:11     ` Greg Kroah-Hartman
2018-05-04 22:47       ` Guenter Roeck
2018-05-05  2:27         ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.