Skip to content
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

Enabling -fstack-protector-all prevents the kernel to boot correctly #92

Open
willdurand opened this issue Nov 24, 2020 · 2 comments
Open

Comments

@willdurand
Copy link
Owner

When we pass -fstack-protector-all to a new-ish gcc version (like the one used in the Docker image), the kernel panics in the paging_init() function. This behavior isn't reproducible with x86_64-pc-elf-gcc (GCC) 5.4.0.

@LittleCodingFox
Copy link
Contributor

This should be fixed by now 😄

@willdurand
Copy link
Owner Author

FTR: we're using --fstack-protector-strong right now but only for x86_64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants