-
Notifications
You must be signed in to change notification settings - Fork 656
Building custom kernel modules requires CONFIG_STACK_VALIDATION= in 1.4.0 #2374
Comments
This specifically prevents us from building the parallels guest tools. |
More information:
|
Here's a functional workaround for this issue: outstand/docker-parallels-tools@6f0188f |
Yes, I also feel pain for it. The build failure appears to have been introduced by a regression in the kernel packaging which breaks all out-of-tree-module builds. The objtool binary is no longer being included and it is required for external module builds when the kernel is compiled with CONFIG_STACK_VALIDATION=y. |
@ryansch @niusmallnan There are three way to eliminate influence of
|
Tested with RancherOS version- v1.4.1-rc2 with AWS. |
Backported to v1.4.1. |
RancherOS Version: (ros os version)
v1.4.0
Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
docker-machine
I have side by side attempts to build https://github.com/maK-/SimplestLKM in a container with the `kernel-headers' service enabled.
1.3.0:
1.4.0:
The text was updated successfully, but these errors were encountered: