-
Notifications
You must be signed in to change notification settings - Fork 524
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
Enable CONFIG_FS_ENCRYPTION in kernel 5.15 #3908
Enable CONFIG_FS_ENCRYPTION in kernel 5.15 #3908
Conversation
Can you post the usual kernel config diff in the testing results? |
The config diffs:
I could also enable FS_ENCRYPTION_INLINE_CRYPT (we have the prerequisite block-device inline encryption configuration selected). Opinions? My inclination is yes. |
b829488
to
326395d
Compare
I'm not sure if anything will actually be able to use |
326395d
to
52dfa05
Compare
The new and improved config diffs:
The 5.10 kernel does not (and therefore can't enable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description of changes:
Enable CONFIG_FS_ENCRYPTION in 5.15. This is already enabled in the 5.10 and 6.1 kernel configs.
Testing done:
Sonobuoy
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.