Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1452920 > unrolled thread

mips/sparc64 build failures in v3.18.38 and v4.1.29

Started byGuenter Roeck <linux@roeck-us.net>
First post2016-08-01 02:30 +0200
Last post2016-08-01 02:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  mips/sparc64 build failures in v3.18.38 and v4.1.29 Guenter Roeck <linux@roeck-us.net> - 2016-08-01 02:30 +0200

#1452920 — mips/sparc64 build failures in v3.18.38 and v4.1.29

FromGuenter Roeck <linux@roeck-us.net>
Date2016-08-01 02:30 +0200
Subjectmips/sparc64 build failures in v3.18.38 and v4.1.29
Message-ID<s19hf-7hG-1@gated-at.bofh.it>
[ again, this time with Sasha's new e-mail address, and updated ]

Build failures in v3.18.38 and 4.1.29:

mips builds:

arch/mips/kernel/setup.c: In function 'arch_mem_init':
arch/mips/kernel/setup.c:689:2: error: implicit declaration of function 'reserve_bootmem_region'

Offending commit is 1dd0964204277108e ("MIPS: Reserve nosave data for hibernation").
It fixes a bug which does not exist in 3.18 / 4.1, in turn causing all mips builds in 3.18
and 4.1 to fail.

sparc64 builds:

mm/init_64.c: In function 'bootmem_init_numa':
arch/sparc/mm/init_64.c:1311:4: error: 'numa_latency' undeclared

Caused by 0396a871c4e3 ("sparc64: Fix numa node distance initialization").
'numa_latency' does not exist in 3.18 and 4.1. It was introduced upstream with commit
52708d690b8be ("sparc64: Fix numa distance values").

Guenter

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web