summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2020-06-06 23:23:28 -0500
committerClark Williams <williams@redhat.com>2020-06-06 23:23:28 -0500
commitaf34474d3a7388f36ff056575b13c26655a5fb13 (patch)
tree310d7c322b4792ee615bffbf3e746a24bf49fdae /init
parentbd9ff5bf81a22385c17e9bd8eec3d560dfa5e0d2 (diff)
parenta41ba30d9df20fe141c92aacbb56b6b077f19716 (diff)
downloadlinux-rt-af34474d3a7388f36ff056575b13c26655a5fb13.tar.gz
Merge tag 'v4.14.181' into v4.14-rt
This is the 4.14.181 stable release
Diffstat (limited to 'init')
-rw-r--r--init/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 8e1a37cd2e32..a87969b6cc61 100644
--- a/init/main.c
+++ b/init/main.c
@@ -707,6 +707,8 @@ asmlinkage __visible void __init start_kernel(void)
/* Do the rest non-__init'ed, we're now alive */
rest_init();
+
+ prevent_tail_call_optimization();
}
/* Call all constructor functions linked into the kernel. */