Revision 2fba3573f1cf876ad94992c256c5c410039e60b4 authored by Martin Schwidefsky on 24 July 2018, 05:55:18 UTC, committed by Martin Schwidefsky on 24 July 2018, 06:10:52 UTC
The s390 build currently fails with the latent entropy plugin:

arch/s390/kernel/als.o: In function `verify_facilities':
als.c:(.init.text+0x24): undefined reference to `latent_entropy'
als.c:(.init.text+0xae): undefined reference to `latent_entropy'
make[3]: *** [arch/s390/boot/compressed/vmlinux] Error 1
make[2]: *** [arch/s390/boot/compressed/vmlinux] Error 2
make[1]: *** [bzImage] Error 2

This will be fixed with the early boot rework from Vasily, which
is planned for the 4.19 merge window.

For 4.18 the simplest solution is to disable the gcc plugins and
reenable them after the early boot rework is upstream.

Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
1 parent d72e90f
History
File Mode Size
certs
.gitignore -rw-r--r-- 30 bytes
Kconfig -rw-r--r-- 7.4 KB
Makefile -rw-r--r-- 2.0 KB
ap.c -rw-r--r-- 1.3 KB
chan.c -rw-r--r-- 26.4 KB
core.c -rw-r--r-- 35.8 KB
core.h -rw-r--r-- 16.4 KB
debugfs.c -rw-r--r-- 3.0 KB
debugfs.h -rw-r--r-- 339 bytes
ethtool.c -rw-r--r-- 733 bytes
ibss.c -rw-r--r-- 12.1 KB
lib80211.c -rw-r--r-- 6.6 KB
lib80211_crypt_ccmp.c -rw-r--r-- 11.6 KB
lib80211_crypt_tkip.c -rw-r--r-- 20.7 KB
lib80211_crypt_wep.c -rw-r--r-- 7.3 KB
mesh.c -rw-r--r-- 8.0 KB
mlme.c -rw-r--r-- 23.6 KB
nl80211.c -rw-r--r-- 422.6 KB
nl80211.h -rw-r--r-- 3.8 KB
ocb.c -rw-r--r-- 2.0 KB
of.c -rw-r--r-- 3.4 KB
radiotap.c -rw-r--r-- 11.8 KB
rdev-ops.h -rw-r--r-- 35.5 KB
reg.c -rw-r--r-- 100.9 KB
reg.h -rw-r--r-- 7.4 KB
scan.c -rw-r--r-- 47.3 KB
sme.c -rw-r--r-- 34.2 KB
sysfs.c -rw-r--r-- 4.0 KB
sysfs.h -rw-r--r-- 222 bytes
trace.c -rw-r--r-- 102 bytes
trace.h -rw-r--r-- 88.8 KB
util.c -rw-r--r-- 41.7 KB
wext-compat.c -rw-r--r-- 38.6 KB
wext-compat.h -rw-r--r-- 2.3 KB
wext-core.c -rw-r--r-- 31.5 KB
wext-priv.c -rw-r--r-- 6.9 KB
wext-proc.c -rw-r--r-- 3.6 KB
wext-sme.c -rw-r--r-- 8.6 KB
wext-spy.c -rw-r--r-- 6.6 KB

back to top