stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build failure in v4.4.y-queue
@ 2019-01-30 14:44 Guenter Roeck
  2019-01-30 14:47 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Guenter Roeck @ 2019-01-30 14:44 UTC (permalink / raw)
  To: stable, Greg Kroah-Hartman

Building s390:defconfig ... failed
--------------
Error log:
arch/s390/kernel/smp.c: In function 'smp_call_ipl_cpu':
arch/s390/kernel/smp.c:363:23: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
   struct lowcore *lc = pcpu_devices->lowcore;
                        ^~~~~~~~~~~~
arch/s390/kernel/smp.c:366:6: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
    lc = &S390_lowcore;
       ^
arch/s390/kernel/smp.c:369:11: error: dereferencing pointer to incomplete type 'struct lowcore'


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

* Re: Build failure in v4.4.y-queue
  2019-01-30 14:44 Build failure in v4.4.y-queue Guenter Roeck
@ 2019-01-30 14:47 ` Greg Kroah-Hartman
  2019-01-31  7:55   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Greg Kroah-Hartman @ 2019-01-30 14:47 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Wed, Jan 30, 2019 at 06:44:50AM -0800, Guenter Roeck wrote:
> Building s390:defconfig ... failed
> --------------
> Error log:
> arch/s390/kernel/smp.c: In function 'smp_call_ipl_cpu':
> arch/s390/kernel/smp.c:363:23: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
>   struct lowcore *lc = pcpu_devices->lowcore;
>                        ^~~~~~~~~~~~
> arch/s390/kernel/smp.c:366:6: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
>    lc = &S390_lowcore;
>       ^
> arch/s390/kernel/smp.c:369:11: error: dereferencing pointer to incomplete type 'struct lowcore'
> 

Already reported by the s390 developer who sent me the broken patch :)

Hopefully they send a new version soon.

thanks,

greg k-h

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

* Re: Build failure in v4.4.y-queue
  2019-01-30 14:47 ` Greg Kroah-Hartman
@ 2019-01-31  7:55   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2019-01-31  7:55 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Wed, Jan 30, 2019 at 03:47:20PM +0100, Greg Kroah-Hartman wrote:
> On Wed, Jan 30, 2019 at 06:44:50AM -0800, Guenter Roeck wrote:
> > Building s390:defconfig ... failed
> > --------------
> > Error log:
> > arch/s390/kernel/smp.c: In function 'smp_call_ipl_cpu':
> > arch/s390/kernel/smp.c:363:23: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
> >   struct lowcore *lc = pcpu_devices->lowcore;
> >                        ^~~~~~~~~~~~
> > arch/s390/kernel/smp.c:366:6: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
> >    lc = &S390_lowcore;
> >       ^
> > arch/s390/kernel/smp.c:369:11: error: dereferencing pointer to incomplete type 'struct lowcore'
> > 
> 
> Already reported by the s390 developer who sent me the broken patch :)
> 
> Hopefully they send a new version soon.

Should now be resolved, thanks.

greg k-h

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

* Build failure in v4.4.y-queue
@ 2019-06-16 14:01 Guenter Roeck
  2019-06-16 15:24 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 5+ messages in thread
From: Guenter Roeck @ 2019-06-16 14:01 UTC (permalink / raw)
  To: stable, Greg Kroah-Hartman, Sasha Levin

Building um:defconfig ... failed
--------------
Error log:
kernel/time/Kconfig:155:warning: range is invalid
/opt/buildbot/slave/stable-queue-4.4/build/arch/um/kernel/time.c:59:14: error: initializer element is not constant
   .cpumask  = cpu_possible_mask,

Caused by commit 502482cde8ab ("uml: fix a boot splat wrt use of cpu_all_mask"),
which fixes a problem which does not exist in v4.4.y.

Guenter

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

* Re: Build failure in v4.4.y-queue
  2019-06-16 14:01 Guenter Roeck
@ 2019-06-16 15:24 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 5+ messages in thread
From: Greg Kroah-Hartman @ 2019-06-16 15:24 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable, Sasha Levin

On Sun, Jun 16, 2019 at 07:01:57AM -0700, Guenter Roeck wrote:
> Building um:defconfig ... failed
> --------------
> Error log:
> kernel/time/Kconfig:155:warning: range is invalid
> /opt/buildbot/slave/stable-queue-4.4/build/arch/um/kernel/time.c:59:14: error: initializer element is not constant
>   .cpumask  = cpu_possible_mask,
> 
> Caused by commit 502482cde8ab ("uml: fix a boot splat wrt use of cpu_all_mask"),
> which fixes a problem which does not exist in v4.4.y.

Now dropped, thanks.

greg k-h

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

end of thread, other threads:[~2019-06-16 15:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-30 14:44 Build failure in v4.4.y-queue Guenter Roeck
2019-01-30 14:47 ` Greg Kroah-Hartman
2019-01-31  7:55   ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2019-06-16 14:01 Guenter Roeck
2019-06-16 15:24 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).