stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build errors in v3.16.y-stable-queue
@ 2016-07-29  3:41 Guenter Roeck
  2016-07-30 20:03 ` Ben Hutchings
  0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2016-07-29  3:41 UTC (permalink / raw)
  To: Ben Hutchings, stable

Build results:
	total: 139 pass: 8 fail: 131

include/asm-generic/preempt.h: In function ‘preempt_count’:
include/asm-generic/preempt.h:10:2: error: implicit declaration of function ‘READ_ONCE’

Guenter

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

* Re: Build errors in v3.16.y-stable-queue
  2016-07-29  3:41 Build errors in v3.16.y-stable-queue Guenter Roeck
@ 2016-07-30 20:03 ` Ben Hutchings
  2016-07-31 16:08   ` Guenter Roeck
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Hutchings @ 2016-07-30 20:03 UTC (permalink / raw)
  To: Guenter Roeck, stable

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

On Thu, 2016-07-28 at 20:41 -0700, Guenter Roeck wrote:
> Build results:
> 	total: 139 pass: 8 fail: 131
> 
> include/asm-generic/preempt.h: In function ‘preempt_count’:
> include/asm-generic/preempt.h:10:2: error: implicit declaration of function ‘READ_ONCE’

Easily fixed, thanks.

Ben.

-- 

Ben Hutchings
Experience is directly proportional to the value of equipment
destroyed.
                                                         - Carolyn
Scheppner

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: Build errors in v3.16.y-stable-queue
  2016-07-30 20:03 ` Ben Hutchings
@ 2016-07-31 16:08   ` Guenter Roeck
  2016-08-05 23:36     ` Ben Hutchings
  0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2016-07-31 16:08 UTC (permalink / raw)
  To: Ben Hutchings, stable

On 07/30/2016 01:03 PM, Ben Hutchings wrote:
> On Thu, 2016-07-28 at 20:41 -0700, Guenter Roeck wrote:
>> Build results:
>> 	total: 139 pass: 8 fail: 131
>>
>> include/asm-generic/preempt.h: In function ‘preempt_count’:
>> include/asm-generic/preempt.h:10:2: error: implicit declaration of function ‘READ_ONCE’
>
> Easily fixed, thanks.
>

Building arm64:allmodconfig (and defconfig) ... failed
--------------
Error log:
/opt/buildbot/slave/stable-queue-3.16/build/arch/arm64/kernel/setup.c: In function ‘c_show’:
/opt/buildbot/slave/stable-queue-3.16/build/arch/arm64/kernel/setup.c:508:8: error: implicit declaration of function ‘MIDR_REVISION’ [-Werror=implicit-function-declaration]
         MIDR_REVISION(midr), COMPAT_ELF_PLATFORM);


Building m68k:sun3_defconfig ... failed
--------------
Error log:

Inconsistent kallsyms data
Try make KALLSYMS_EXTRA_PASS=1 as a workaround

No idea if that is compiler related.


Building mips:defconfig ... failed
--------------
Error log:
In file included from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/cpu-probe.c:27:0:
/opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h: In function 'read_msa_ir':
/opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h:140:1: error: expected ':' or ')' before '_ASM_INSN_IF_MIPS'

Lots of those, all mips builds affected.

Guenter


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

* Re: Build errors in v3.16.y-stable-queue
  2016-07-31 16:08   ` Guenter Roeck
@ 2016-08-05 23:36     ` Ben Hutchings
  2016-08-06  1:59       ` Guenter Roeck
  0 siblings, 1 reply; 6+ messages in thread
From: Ben Hutchings @ 2016-08-05 23:36 UTC (permalink / raw)
  To: Guenter Roeck, stable

[-- Attachment #1: Type: text/plain, Size: 1983 bytes --]

On Sun, 2016-07-31 at 09:08 -0700, Guenter Roeck wrote:
> On 07/30/2016 01:03 PM, Ben Hutchings wrote:
> > 
> > On Thu, 2016-07-28 at 20:41 -0700, Guenter Roeck wrote:
> > > 
> > > Build results:
> > > 	total: 139 pass: 8 fail: 131
> > > 
> > > include/asm-generic/preempt.h: In function ‘preempt_count’:
> > > include/asm-generic/preempt.h:10:2: error: implicit declaration of function ‘READ_ONCE’
> > 
> > Easily fixed, thanks.
> > 
> 
> Building arm64:allmodconfig (and defconfig) ... failed
> --------------
> Error log:
> /opt/buildbot/slave/stable-queue-3.16/build/arch/arm64/kernel/setup.c: In function ‘c_show’:
> /opt/buildbot/slave/stable-queue-3.16/build/arch/arm64/kernel/setup.c:508:8: error: implicit declaration of function ‘MIDR_REVISION’ [-Werror=implicit-function-declaration]
>          MIDR_REVISION(midr), COMPAT_ELF_PLATFORM);

I've changed the relevant patch ("arm64: Provide "model name" in
/proc/cpuinfo for PER_LINUX32 tasks") to open-code that macro.

> 
> Building m68k:sun3_defconfig ... failed
> --------------
> Error log:
> 
> Inconsistent kallsyms data
> Try make KALLSYMS_EXTRA_PASS=1 as a workaround
> 
> No idea if that is compiler related.

I don't know, but there are no patches to arch/m68k.

> 
> Building mips:defconfig ... failed
> --------------
> Error log:
> In file included from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/cpu-probe.c:27:0:
> /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h: In function 'read_msa_ir':
> /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h:140:1: error: expected ':' or ')' before '_ASM_INSN_IF_MIPS'
> 
> Lots of those, all mips builds affected.

Seems to be caused by "MIPS: Fix little endian microMIPS MSA encodings"
which I've now dropped.

Ben.

-- 
Ben Hutchings
Beware of bugs in the above code;
I have only proved it correct, not tried it. - Donald Knuth

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: Build errors in v3.16.y-stable-queue
  2016-08-05 23:36     ` Ben Hutchings
@ 2016-08-06  1:59       ` Guenter Roeck
  2016-08-06 10:47         ` Ben Hutchings
  0 siblings, 1 reply; 6+ messages in thread
From: Guenter Roeck @ 2016-08-06  1:59 UTC (permalink / raw)
  To: Ben Hutchings, stable

Hi Ben,

On 08/05/2016 04:36 PM, Ben Hutchings wrote:
[ ... ]
>>
>> Building m68k:sun3_defconfig ... failed
>> --------------
>> Error log:
>>
>> Inconsistent kallsyms data
>> Try make KALLSYMS_EXTRA_PASS=1 as a workaround
>>
>> No idea if that is compiler related.
>
> I don't know, but there are no patches to arch/m68k.
>

Still seen. I'll try to find a more recent toolchain.

>>
>> Building mips:defconfig ... failed
>> --------------
>> Error log:
>> In file included from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/cpu-probe.c:27:0:
>> /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h: In function 'read_msa_ir':
>> /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/msa.h:140:1: error: expected ':' or ')' before '_ASM_INSN_IF_MIPS'
>>
>> Lots of those, all mips builds affected.
>
> Seems to be caused by "MIPS: Fix little endian microMIPS MSA encodings"
> which I've now dropped.
>

Current failure:

Building mips:nlm_xlp_defconfig ... failed
Building mips:cavium_octeon_defconfig ... failed
Building mips:malta_defconfig ... failed

--------------
Error log:
In file included from /opt/buildbot/slave/stable-queue-3.16/build/include/linux/mm.h:51:0,
                  from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/asm-offsets.c:14:
/opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/pgtable.h: In function 'set_pte':
/opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/pgtable.h:192:12: error: expected ':' or ')' before 'MIPS_ISA_ARCH_LEVEL'
     " .set "MIPS_ISA_ARCH_LEVEL"  \n"
             ^
make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1

Guenter


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

* Re: Build errors in v3.16.y-stable-queue
  2016-08-06  1:59       ` Guenter Roeck
@ 2016-08-06 10:47         ` Ben Hutchings
  0 siblings, 0 replies; 6+ messages in thread
From: Ben Hutchings @ 2016-08-06 10:47 UTC (permalink / raw)
  To: Guenter Roeck, stable

[-- Attachment #1: Type: text/plain, Size: 1131 bytes --]

On Fri, 2016-08-05 at 18:59 -0700, Guenter Roeck wrote:
> 
[...]
> > 
> >Current failure:
> 
> Building mips:nlm_xlp_defconfig ... failed
> Building mips:cavium_octeon_defconfig ... failed
> Building mips:malta_defconfig ... failed
> 
> --------------
> Error log:
> In file included from /opt/buildbot/slave/stable-queue-3.16/build/include/linux/mm.h:51:0,
>                   from /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/kernel/asm-offsets.c:14:
> /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/pgtable.h: In function 'set_pte':
> /opt/buildbot/slave/stable-queue-3.16/build/arch/mips/include/asm/pgtable.h:192:12: error: expected ':' or ')' before 'MIPS_ISA_ARCH_LEVEL'
>      " .set "MIPS_ISA_ARCH_LEVEL"  \n"
>              ^
> make[2]: *** [arch/mips/kernel/asm-offsets.s] Error 1

Looks like "MIPS: Adjust set_pte() SMP fix to handle R10000_LLSC_WAR"
needs all the same changes for 3.16 as it does for 3.2.

Ben.

-- 
Ben Hutchings
Beware of bugs in the above code;
I have only proved it correct, not tried it. - Donald Knuth

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2016-08-06 23:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29  3:41 Build errors in v3.16.y-stable-queue Guenter Roeck
2016-07-30 20:03 ` Ben Hutchings
2016-07-31 16:08   ` Guenter Roeck
2016-08-05 23:36     ` Ben Hutchings
2016-08-06  1:59       ` Guenter Roeck
2016-08-06 10:47         ` Ben Hutchings

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