* Build failures in stable queues (4.4.y and later)
@ 2018-08-31 13:47 Guenter Roeck
2018-08-31 14:57 ` Guenter Roeck
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Guenter Roeck @ 2018-08-31 13:47 UTC (permalink / raw)
To: stable, Greg Kroah-Hartman
4.4.y, 4.9.y:
fs/cifs/cifsfs.c: In function 'cifs_statfs':
fs/cifs/cifsfs.c:198:27: error: 'struct cifs_tcon' has no member named 'vol_serial_number'
fs/cifs/cifsfs.c:200:45: error: 'struct cifs_tcon' has no member named 'vol_create_time'
4.14.y, 4.18.y:
kernel/printk/printk_safe.o: In function `vprintk_func':
kernel/printk/printk_safe.c:386: undefined reference to `vprintk_store'
kernel/printk/printk_safe.c:388: undefined reference to `defer_console_output'
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build failures in stable queues (4.4.y and later)
2018-08-31 13:47 Build failures in stable queues (4.4.y and later) Guenter Roeck
@ 2018-08-31 14:57 ` Guenter Roeck
2018-08-31 15:47 ` Guenter Roeck
2018-08-31 15:58 ` Greg Kroah-Hartman
2018-08-31 19:56 ` Greg Kroah-Hartman
2018-08-31 20:05 ` Greg Kroah-Hartman
2 siblings, 2 replies; 9+ messages in thread
From: Guenter Roeck @ 2018-08-31 14:57 UTC (permalink / raw)
To: stable, Greg Kroah-Hartman
On 08/31/2018 06:47 AM, Guenter Roeck wrote:
> 4.4.y, 4.9.y:
>
> fs/cifs/cifsfs.c: In function 'cifs_statfs':
> fs/cifs/cifsfs.c:198:27: error: 'struct cifs_tcon' has no member named 'vol_serial_number'
> fs/cifs/cifsfs.c:200:45: error: 'struct cifs_tcon' has no member named 'vol_create_time'
>
> 4.14.y, 4.18.y:
>
> kernel/printk/printk_safe.o: In function `vprintk_func':
> kernel/printk/printk_safe.c:386: undefined reference to `vprintk_store'
> kernel/printk/printk_safe.c:388: undefined reference to `defer_console_output'
>
>
I just had to share this one. I don't think I ever had _all_ boot tests fail,
much less for two releases. The good news is that some builds are still passing :-).
For 4.14.y:
Build results:
total: 150 pass: 27 fail: 123
Qemu test results:
total: 302 pass: 0 fail: 302
For 4.18.y:
Build results:
total: 136 pass: 27 fail: 109
Qemu test results:
total: 305 pass: 0 fail: 305
Guenter
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build failures in stable queues (4.4.y and later)
2018-08-31 14:57 ` Guenter Roeck
@ 2018-08-31 15:47 ` Guenter Roeck
2018-08-31 20:07 ` Greg Kroah-Hartman
2018-08-31 15:58 ` Greg Kroah-Hartman
1 sibling, 1 reply; 9+ messages in thread
From: Guenter Roeck @ 2018-08-31 15:47 UTC (permalink / raw)
To: stable, Greg Kroah-Hartman
On 08/31/2018 07:57 AM, Guenter Roeck wrote:
> On 08/31/2018 06:47 AM, Guenter Roeck wrote:
>> 4.4.y, 4.9.y:
>>
>> fs/cifs/cifsfs.c: In function 'cifs_statfs':
>> fs/cifs/cifsfs.c:198:27: error: 'struct cifs_tcon' has no member named 'vol_serial_number'
>> fs/cifs/cifsfs.c:200:45: error: 'struct cifs_tcon' has no member named 'vol_create_time'
>>
>> 4.14.y, 4.18.y:
>>
>> kernel/printk/printk_safe.o: In function `vprintk_func':
>> kernel/printk/printk_safe.c:386: undefined reference to `vprintk_store'
>> kernel/printk/printk_safe.c:388: undefined reference to `defer_console_output'
>>
>>
>
One more build failure in v4.9.y.queue:
Build reference: v4.9.124-64-g6d66e98
gcc version: sparc64-linux-gcc (GCC) 7.3.0
Building sparc32:allmodconfig ... passed
Building sparc32:defconfig ... failed
--------------
Error log:
arch/sparc/kernel/pcic.c: In function 'pcibios_fixup_bus':
arch/sparc/kernel/pcic.c:647:8: error: 'cmd' may be used uninitialized in this function
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build failures in stable queues (4.4.y and later)
2018-08-31 14:57 ` Guenter Roeck
2018-08-31 15:47 ` Guenter Roeck
@ 2018-08-31 15:58 ` Greg Kroah-Hartman
1 sibling, 0 replies; 9+ messages in thread
From: Greg Kroah-Hartman @ 2018-08-31 15:58 UTC (permalink / raw)
To: Guenter Roeck; +Cc: stable
On Fri, Aug 31, 2018 at 07:57:23AM -0700, Guenter Roeck wrote:
> On 08/31/2018 06:47 AM, Guenter Roeck wrote:
> > 4.4.y, 4.9.y:
> >
> > fs/cifs/cifsfs.c: In function 'cifs_statfs':
> > fs/cifs/cifsfs.c:198:27: error: 'struct cifs_tcon' has no member named 'vol_serial_number'
> > fs/cifs/cifsfs.c:200:45: error: 'struct cifs_tcon' has no member named 'vol_create_time'
> >
> > 4.14.y, 4.18.y:
> >
> > kernel/printk/printk_safe.o: In function `vprintk_func':
> > kernel/printk/printk_safe.c:386: undefined reference to `vprintk_store'
> > kernel/printk/printk_safe.c:388: undefined reference to `defer_console_output'
> >
> >
>
> I just had to share this one. I don't think I ever had _all_ boot tests fail,
> much less for two releases. The good news is that some builds are still passing :-).
>
> For 4.14.y:
>
> Build results:
> total: 150 pass: 27 fail: 123
> Qemu test results:
> total: 302 pass: 0 fail: 302
>
> For 4.18.y:
>
> Build results:
> total: 136 pass: 27 fail: 109
> Qemu test results:
> total: 305 pass: 0 fail: 305
Ugh, things are really broken, sorry about that. I'm at the OSS
conference and pushed out patches without being able to test them first
and then was too busy to read email for 24 hours :(
I'll fix this up later today, sorry.
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build failures in stable queues (4.4.y and later)
2018-08-31 13:47 Build failures in stable queues (4.4.y and later) Guenter Roeck
2018-08-31 14:57 ` Guenter Roeck
@ 2018-08-31 19:56 ` Greg Kroah-Hartman
2018-08-31 20:05 ` Greg Kroah-Hartman
2 siblings, 0 replies; 9+ messages in thread
From: Greg Kroah-Hartman @ 2018-08-31 19:56 UTC (permalink / raw)
To: Guenter Roeck; +Cc: stable
On Fri, Aug 31, 2018 at 06:47:02AM -0700, Guenter Roeck wrote:
> 4.14.y, 4.18.y:
>
> kernel/printk/printk_safe.o: In function `vprintk_func':
> kernel/printk/printk_safe.c:386: undefined reference to `vprintk_store'
> kernel/printk/printk_safe.c:388: undefined reference to `defer_console_output'
This should now be fixed, thanks.
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build failures in stable queues (4.4.y and later)
2018-08-31 13:47 Build failures in stable queues (4.4.y and later) Guenter Roeck
2018-08-31 14:57 ` Guenter Roeck
2018-08-31 19:56 ` Greg Kroah-Hartman
@ 2018-08-31 20:05 ` Greg Kroah-Hartman
2 siblings, 0 replies; 9+ messages in thread
From: Greg Kroah-Hartman @ 2018-08-31 20:05 UTC (permalink / raw)
To: Guenter Roeck; +Cc: stable
On Fri, Aug 31, 2018 at 06:47:02AM -0700, Guenter Roeck wrote:
> 4.4.y, 4.9.y:
>
> fs/cifs/cifsfs.c: In function 'cifs_statfs':
> fs/cifs/cifsfs.c:198:27: error: 'struct cifs_tcon' has no member named 'vol_serial_number'
> fs/cifs/cifsfs.c:200:45: error: 'struct cifs_tcon' has no member named 'vol_create_time'
Should now be fixed, thanks.
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build failures in stable queues (4.4.y and later)
2018-08-31 15:47 ` Guenter Roeck
@ 2018-08-31 20:07 ` Greg Kroah-Hartman
2018-08-31 20:19 ` Guenter Roeck
0 siblings, 1 reply; 9+ messages in thread
From: Greg Kroah-Hartman @ 2018-08-31 20:07 UTC (permalink / raw)
To: Guenter Roeck; +Cc: stable
On Fri, Aug 31, 2018 at 08:47:59AM -0700, Guenter Roeck wrote:
> One more build failure in v4.9.y.queue:
>
>
> Build reference: v4.9.124-64-g6d66e98
> gcc version: sparc64-linux-gcc (GCC) 7.3.0
>
> Building sparc32:allmodconfig ... passed
> Building sparc32:defconfig ... failed
> --------------
> Error log:
>
> arch/sparc/kernel/pcic.c: In function 'pcibios_fixup_bus':
> arch/sparc/kernel/pcic.c:647:8: error: 'cmd' may be used uninitialized in this function
That is really odd as there is no patch in the queue that touches this
file. Could this have been caused by an older release?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build failures in stable queues (4.4.y and later)
2018-08-31 20:07 ` Greg Kroah-Hartman
@ 2018-08-31 20:19 ` Guenter Roeck
2018-08-31 20:22 ` Greg Kroah-Hartman
0 siblings, 1 reply; 9+ messages in thread
From: Guenter Roeck @ 2018-08-31 20:19 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: stable
On Fri, Aug 31, 2018 at 01:07:28PM -0700, Greg Kroah-Hartman wrote:
> On Fri, Aug 31, 2018 at 08:47:59AM -0700, Guenter Roeck wrote:
> > One more build failure in v4.9.y.queue:
> >
> >
> > Build reference: v4.9.124-64-g6d66e98
> > gcc version: sparc64-linux-gcc (GCC) 7.3.0
> >
> > Building sparc32:allmodconfig ... passed
> > Building sparc32:defconfig ... failed
> > --------------
> > Error log:
> >
> > arch/sparc/kernel/pcic.c: In function 'pcibios_fixup_bus':
> > arch/sparc/kernel/pcic.c:647:8: error: 'cmd' may be used uninitialized in this function
>
> That is really odd as there is no patch in the queue that touches this
> file. Could this have been caused by an older release?
>
Ah, yes, sorry. I had added sparc32:defconfig recently since
sparc32:allmodconfig no longer builds in mainline. The fix is
commit 2dc77533f1e4 ("sparc: kernel/pcic: silence gcc 7.x
warning in pcibios_fixup_bus()"). The patch applies cleanly
to v4.9.y and fixes the problem.
Guenter
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build failures in stable queues (4.4.y and later)
2018-08-31 20:19 ` Guenter Roeck
@ 2018-08-31 20:22 ` Greg Kroah-Hartman
0 siblings, 0 replies; 9+ messages in thread
From: Greg Kroah-Hartman @ 2018-08-31 20:22 UTC (permalink / raw)
To: Guenter Roeck; +Cc: stable
On Fri, Aug 31, 2018 at 01:19:05PM -0700, Guenter Roeck wrote:
> On Fri, Aug 31, 2018 at 01:07:28PM -0700, Greg Kroah-Hartman wrote:
> > On Fri, Aug 31, 2018 at 08:47:59AM -0700, Guenter Roeck wrote:
> > > One more build failure in v4.9.y.queue:
> > >
> > >
> > > Build reference: v4.9.124-64-g6d66e98
> > > gcc version: sparc64-linux-gcc (GCC) 7.3.0
> > >
> > > Building sparc32:allmodconfig ... passed
> > > Building sparc32:defconfig ... failed
> > > --------------
> > > Error log:
> > >
> > > arch/sparc/kernel/pcic.c: In function 'pcibios_fixup_bus':
> > > arch/sparc/kernel/pcic.c:647:8: error: 'cmd' may be used uninitialized in this function
> >
> > That is really odd as there is no patch in the queue that touches this
> > file. Could this have been caused by an older release?
> >
>
> Ah, yes, sorry. I had added sparc32:defconfig recently since
> sparc32:allmodconfig no longer builds in mainline. The fix is
> commit 2dc77533f1e4 ("sparc: kernel/pcic: silence gcc 7.x
> warning in pcibios_fixup_bus()"). The patch applies cleanly
> to v4.9.y and fixes the problem.
No problem, I'll go queue that up now.
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2018-09-01 0:31 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-31 13:47 Build failures in stable queues (4.4.y and later) Guenter Roeck
2018-08-31 14:57 ` Guenter Roeck
2018-08-31 15:47 ` Guenter Roeck
2018-08-31 20:07 ` Greg Kroah-Hartman
2018-08-31 20:19 ` Guenter Roeck
2018-08-31 20:22 ` Greg Kroah-Hartman
2018-08-31 15:58 ` Greg Kroah-Hartman
2018-08-31 19:56 ` Greg Kroah-Hartman
2018-08-31 20:05 ` 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