-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid modifying the kernel source code without customization.cfg change and with the same answer #906
Comments
I don't really understand the issue, people aren't supposed to build on a fresh copy of the sources ? Can't that example you give be included in a |
For example:
will be overridden. |
|
Any news on this front ? |
Iv'e also noticed that when supplying a custom .config with INIT_STACK_NONE it gets reset back to INIT_STACK_ALL_ZERO or when I set INIT_ON_ALLOC_DEFAULT_ON=n it gets set back to INIT_ON_ALLOC_DEFAULT_ON=y and I have to manually set them every time. I'm pretty sure this happens with some crypto/compression stuff as well. I just stopped using the script to build the kernel:
I'm using Gentoo so I don't mind not packaging it. |
Not very convenient, it's better to be a default behavior. |
The current behavior (always re-clone git tree and re-apply patches) causes some kernel config options (like
CONFIG_DEFAULT_HOSTNAME
) to be overridden.The text was updated successfully, but these errors were encountered: