stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* stable queue build failures
@ 2017-12-21 13:54 Guenter Roeck
  2017-12-21 14:04 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2017-12-21 13:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman, stable


Pretty much all builds in v4.9.y-queue (with the exception od i386/x86_64) fail to build.

Error log:
In file included from arch/alpha/kernel/asm-offsets.c:9:0:
include/linux/sched.h:1479:35: error: field 'arch' has incomplete type

in v4.4.y-queue:

arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
arch/alpha/include/asm/mmu_context.h:158:2: error: implicit declaration of function 'task_thread_info' [-Werror=implicit-function-declaration]
arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int')
arch/alpha/include/asm/mmu_context.h: In function 'init_new_context':
arch/alpha/include/asm/mmu_context.h:236:24: error: invalid type argument of '->' (have 'int')
arch/alpha/include/asm/mmu_context.h: In function 'enter_lazy_tlb':
arch/alpha/include/asm/mmu_context.h:250:23: error: invalid type argument of '->' (have 'int')

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

* Re: stable queue build failures
  2017-12-21 13:54 stable queue build failures Guenter Roeck
@ 2017-12-21 14:04 ` Greg Kroah-Hartman
  2017-12-21 14:32   ` Guenter Roeck
  2017-12-21 14:50   ` Greg Kroah-Hartman
  0 siblings, 2 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-21 14:04 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Thu, Dec 21, 2017 at 05:54:32AM -0800, Guenter Roeck wrote:
> 
> Pretty much all builds in v4.9.y-queue (with the exception od i386/x86_64) fail to build.
> 
> Error log:
> In file included from arch/alpha/kernel/asm-offsets.c:9:0:
> include/linux/sched.h:1479:35: error: field 'arch' has incomplete type
> 
> in v4.4.y-queue:
> 
> arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
> arch/alpha/include/asm/mmu_context.h:158:2: error: implicit declaration of function 'task_thread_info' [-Werror=implicit-function-declaration]
> arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int')
> arch/alpha/include/asm/mmu_context.h: In function 'init_new_context':
> arch/alpha/include/asm/mmu_context.h:236:24: error: invalid type argument of '->' (have 'int')
> arch/alpha/include/asm/mmu_context.h: In function 'enter_lazy_tlb':
> arch/alpha/include/asm/mmu_context.h:250:23: error: invalid type argument of '->' (have 'int')

Yeah, Arnd pointed it out as well, let me work on it some more...

greg k-h

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

* Re: stable queue build failures
  2017-12-21 14:04 ` Greg Kroah-Hartman
@ 2017-12-21 14:32   ` Guenter Roeck
  2017-12-21 14:37     ` Greg Kroah-Hartman
  2017-12-21 14:50   ` Greg Kroah-Hartman
  1 sibling, 1 reply; 7+ messages in thread
From: Guenter Roeck @ 2017-12-21 14:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable

On 12/21/2017 06:04 AM, Greg Kroah-Hartman wrote:
> On Thu, Dec 21, 2017 at 05:54:32AM -0800, Guenter Roeck wrote:
>>
>> Pretty much all builds in v4.9.y-queue (with the exception od i386/x86_64) fail to build.
>>
>> Error log:
>> In file included from arch/alpha/kernel/asm-offsets.c:9:0:
>> include/linux/sched.h:1479:35: error: field 'arch' has incomplete type
>>
>> in v4.4.y-queue:
>>
>> arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
>> arch/alpha/include/asm/mmu_context.h:158:2: error: implicit declaration of function 'task_thread_info' [-Werror=implicit-function-declaration]
>> arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int')
>> arch/alpha/include/asm/mmu_context.h: In function 'init_new_context':
>> arch/alpha/include/asm/mmu_context.h:236:24: error: invalid type argument of '->' (have 'int')
>> arch/alpha/include/asm/mmu_context.h: In function 'enter_lazy_tlb':
>> arch/alpha/include/asm/mmu_context.h:250:23: error: invalid type argument of '->' (have 'int')
> 
> Yeah, Arnd pointed it out as well, let me work on it some more...
> 
One more:

v4.4.107-74-gceb430e fails to boot my crisv32 qemu test. Do you want me to bisect ?

Guenter

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

* Re: stable queue build failures
  2017-12-21 14:32   ` Guenter Roeck
@ 2017-12-21 14:37     ` Greg Kroah-Hartman
  2017-12-21 14:43       ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-21 14:37 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Thu, Dec 21, 2017 at 06:32:41AM -0800, Guenter Roeck wrote:
> On 12/21/2017 06:04 AM, Greg Kroah-Hartman wrote:
> > On Thu, Dec 21, 2017 at 05:54:32AM -0800, Guenter Roeck wrote:
> > > 
> > > Pretty much all builds in v4.9.y-queue (with the exception od i386/x86_64) fail to build.
> > > 
> > > Error log:
> > > In file included from arch/alpha/kernel/asm-offsets.c:9:0:
> > > include/linux/sched.h:1479:35: error: field 'arch' has incomplete type
> > > 
> > > in v4.4.y-queue:
> > > 
> > > arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
> > > arch/alpha/include/asm/mmu_context.h:158:2: error: implicit declaration of function 'task_thread_info' [-Werror=implicit-function-declaration]
> > > arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int')
> > > arch/alpha/include/asm/mmu_context.h: In function 'init_new_context':
> > > arch/alpha/include/asm/mmu_context.h:236:24: error: invalid type argument of '->' (have 'int')
> > > arch/alpha/include/asm/mmu_context.h: In function 'enter_lazy_tlb':
> > > arch/alpha/include/asm/mmu_context.h:250:23: error: invalid type argument of '->' (have 'int')
> > 
> > Yeah, Arnd pointed it out as well, let me work on it some more...
> > 
> One more:
> 
> v4.4.107-74-gceb430e fails to boot my crisv32 qemu test. Do you want me to bisect ?

Hm, I thought I fixed that up, let me verify first, there was a patch I
was told to drop already....

greg k-h

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

* Re: stable queue build failures
  2017-12-21 14:37     ` Greg Kroah-Hartman
@ 2017-12-21 14:43       ` Greg Kroah-Hartman
  2017-12-21 15:47         ` Guenter Roeck
  0 siblings, 1 reply; 7+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-21 14:43 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Thu, Dec 21, 2017 at 03:37:45PM +0100, Greg Kroah-Hartman wrote:
> On Thu, Dec 21, 2017 at 06:32:41AM -0800, Guenter Roeck wrote:
> > On 12/21/2017 06:04 AM, Greg Kroah-Hartman wrote:
> > > On Thu, Dec 21, 2017 at 05:54:32AM -0800, Guenter Roeck wrote:
> > > > 
> > > > Pretty much all builds in v4.9.y-queue (with the exception od i386/x86_64) fail to build.
> > > > 
> > > > Error log:
> > > > In file included from arch/alpha/kernel/asm-offsets.c:9:0:
> > > > include/linux/sched.h:1479:35: error: field 'arch' has incomplete type
> > > > 
> > > > in v4.4.y-queue:
> > > > 
> > > > arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
> > > > arch/alpha/include/asm/mmu_context.h:158:2: error: implicit declaration of function 'task_thread_info' [-Werror=implicit-function-declaration]
> > > > arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int')
> > > > arch/alpha/include/asm/mmu_context.h: In function 'init_new_context':
> > > > arch/alpha/include/asm/mmu_context.h:236:24: error: invalid type argument of '->' (have 'int')
> > > > arch/alpha/include/asm/mmu_context.h: In function 'enter_lazy_tlb':
> > > > arch/alpha/include/asm/mmu_context.h:250:23: error: invalid type argument of '->' (have 'int')
> > > 
> > > Yeah, Arnd pointed it out as well, let me work on it some more...
> > > 
> > One more:
> > 
> > v4.4.107-74-gceb430e fails to boot my crisv32 qemu test. Do you want me to bisect ?
> 
> Hm, I thought I fixed that up, let me verify first, there was a patch I
> was told to drop already....

Ah, I only dropped the patch from 4.14 for that, now gone from 3.18,
4.4, and 4.9, all of which should be failing for chrisv32.  Should now
be resolved, sorry about that.

greg k-h

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

* Re: stable queue build failures
  2017-12-21 14:04 ` Greg Kroah-Hartman
  2017-12-21 14:32   ` Guenter Roeck
@ 2017-12-21 14:50   ` Greg Kroah-Hartman
  1 sibling, 0 replies; 7+ messages in thread
From: Greg Kroah-Hartman @ 2017-12-21 14:50 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: stable

On Thu, Dec 21, 2017 at 03:04:57PM +0100, Greg Kroah-Hartman wrote:
> On Thu, Dec 21, 2017 at 05:54:32AM -0800, Guenter Roeck wrote:
> > 
> > Pretty much all builds in v4.9.y-queue (with the exception od i386/x86_64) fail to build.
> > 
> > Error log:
> > In file included from arch/alpha/kernel/asm-offsets.c:9:0:
> > include/linux/sched.h:1479:35: error: field 'arch' has incomplete type
> > 
> > in v4.4.y-queue:
> > 
> > arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
> > arch/alpha/include/asm/mmu_context.h:158:2: error: implicit declaration of function 'task_thread_info' [-Werror=implicit-function-declaration]
> > arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int')
> > arch/alpha/include/asm/mmu_context.h: In function 'init_new_context':
> > arch/alpha/include/asm/mmu_context.h:236:24: error: invalid type argument of '->' (have 'int')
> > arch/alpha/include/asm/mmu_context.h: In function 'enter_lazy_tlb':
> > arch/alpha/include/asm/mmu_context.h:250:23: error: invalid type argument of '->' (have 'int')
> 
> Yeah, Arnd pointed it out as well, let me work on it some more...

Oops, no, doesn't seem to be the same bug that Arnd pointed out, odd.
I'm thinking I will drop some of these patches as they don't seem quite
ready just yet...

thanks,

greg k-h

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

* Re: stable queue build failures
  2017-12-21 14:43       ` Greg Kroah-Hartman
@ 2017-12-21 15:47         ` Guenter Roeck
  0 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2017-12-21 15:47 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: stable

On Thu, Dec 21, 2017 at 03:43:10PM +0100, Greg Kroah-Hartman wrote:
> On Thu, Dec 21, 2017 at 03:37:45PM +0100, Greg Kroah-Hartman wrote:
> > On Thu, Dec 21, 2017 at 06:32:41AM -0800, Guenter Roeck wrote:
> > > On 12/21/2017 06:04 AM, Greg Kroah-Hartman wrote:
> > > > On Thu, Dec 21, 2017 at 05:54:32AM -0800, Guenter Roeck wrote:
> > > > > 
> > > > > Pretty much all builds in v4.9.y-queue (with the exception od i386/x86_64) fail to build.
> > > > > 
> > > > > Error log:
> > > > > In file included from arch/alpha/kernel/asm-offsets.c:9:0:
> > > > > include/linux/sched.h:1479:35: error: field 'arch' has incomplete type
> > > > > 
> > > > > in v4.4.y-queue:
> > > > > 
> > > > > arch/alpha/include/asm/mmu_context.h: In function 'ev5_switch_mm':
> > > > > arch/alpha/include/asm/mmu_context.h:158:2: error: implicit declaration of function 'task_thread_info' [-Werror=implicit-function-declaration]
> > > > > arch/alpha/include/asm/mmu_context.h:158:24: error: invalid type argument of '->' (have 'int')
> > > > > arch/alpha/include/asm/mmu_context.h: In function 'init_new_context':
> > > > > arch/alpha/include/asm/mmu_context.h:236:24: error: invalid type argument of '->' (have 'int')
> > > > > arch/alpha/include/asm/mmu_context.h: In function 'enter_lazy_tlb':
> > > > > arch/alpha/include/asm/mmu_context.h:250:23: error: invalid type argument of '->' (have 'int')
> > > > 
> > > > Yeah, Arnd pointed it out as well, let me work on it some more...
> > > > 
> > > One more:
> > > 
> > > v4.4.107-74-gceb430e fails to boot my crisv32 qemu test. Do you want me to bisect ?
> > 
> > Hm, I thought I fixed that up, let me verify first, there was a patch I
> > was told to drop already....
> 
> Ah, I only dropped the patch from 4.14 for that, now gone from 3.18,
> 4.4, and 4.9, all of which should be failing for chrisv32.  Should now
> be resolved, sorry about that.
> 
I don't run the crisv32 emulation in 3.18; maybe it had some other
failure there or I never tried. 4.9 failed to build, so it didn't
even get there.

Guenter

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

end of thread, other threads:[~2017-12-21 15:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-21 13:54 stable queue build failures Guenter Roeck
2017-12-21 14:04 ` Greg Kroah-Hartman
2017-12-21 14:32   ` Guenter Roeck
2017-12-21 14:37     ` Greg Kroah-Hartman
2017-12-21 14:43       ` Greg Kroah-Hartman
2017-12-21 15:47         ` Guenter Roeck
2017-12-21 14:50   ` 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).