summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2019-05-31 19:50:41 +0100
committerPeter Robinson <pbrobinson@gmail.com>2019-05-31 19:50:41 +0100
commit198050236c873556369a43db8bc3dc74df61889e (patch)
treef43337790ddafb4289c4bdd1f9dc7c6c334f2808 /configs
parentdaabca5f6fb30a49376668adb3d21da0836e69a7 (diff)
downloadkernel-198050236c873556369a43db8bc3dc74df61889e.tar.gz
kernel-198050236c873556369a43db8bc3dc74df61889e.tar.xz
kernel-198050236c873556369a43db8bc3dc74df61889e.zip
Disable OPTIMIZE_INLINING on ARMv7 as it breaks boot with systemd
[ 6.264658] Run /init as init process [ 6.333757] systemd[1]: System time before build time, advancing clock. [ 6.362298] systemd[1]: systemd v241-8.git9ef65cb.fc30 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) [ 6.386432] systemd[1]: Detected architecture arm. [ 6.391433] systemd[1]: Running in initial RAM disk. [ 6.412690] systemd[1]: Set hostname to <udoo-neo.home.roving-it.com>. [ 6.419981] systemd[1]: Failed to open netlink: Operation not permitted [ 6.427610] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument [ 7.049071] systemd[227]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1. [ 7.066927] systemd[1]: Failed to start device monitor: Bad address [ 7.213774] systemd[1]: SO_PASSCRED failed: Bad address [ 7.233065] systemd[1]: Freezing execution.
Diffstat (limited to 'configs')
-rw-r--r--configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING b/configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING
new file mode 100644
index 000000000..b7e716809
--- /dev/null
+++ b/configs/fedora/generic/arm/armv7/CONFIG_OPTIMIZE_INLINING
@@ -0,0 +1 @@
+# CONFIG_OPTIMIZE_INLINING is not set