Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1452920
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | mips/sparc64 build failures in v3.18.38 and v4.1.29 |
| Date | 2016-08-01 02:30 +0200 |
| Message-ID | <s19hf-7hG-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
[ 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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
mips/sparc64 build failures in v3.18.38 and v4.1.29 Guenter Roeck <linux@roeck-us.net> - 2016-08-01 02:30 +0200
csiph-web