Bug ID 1189034
Summary config: re-modularize crypto algorithms used by fs encryption
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Kernel
Assignee jeffm@suse.com
Reporter jeffm@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

When ext4 was built in, it pulled in FS_ENCRYPTION_ALGS=y, which in turn pulled
in:

 CRYPTO_AES                                                         
 CRYPTO_CBC                                                         
 CRYPTO_CTS                                                         
 CRYPTO_ECB                                                         
 CRYPTO_HMAC                                                        
 CRYPTO_SHA512                                                      
 CRYPTO_XTS                                                         

Of these, only CRYPTO_AES and CRYPTO_CBC have reason to continue to be
builtins.  ENCRYPTED_KEYS=y selects them.  The others can be made modular
again.


You are receiving this mail because: