diff options
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/images/NEWS b/images/NEWS index b0aa1d422..bdf5b8e0f 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include modules needed by cryptsetup (mga#24638) + Version 2.57 - 18 March 2019 by Thierry Vignaud - include i2c_algo_bit (mga#20327) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 255622544..005f53327 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -305,6 +305,7 @@ our %l = ( ], crypto => [ qw(aes-i586 aes-x86_64 aes_generic aesni_intel amd768_rng amd7xx_tco cbc cryptd hw_random i810_rng leedslite n5pf padlock sha256_generic virtio_crypto virtio_rng xts), + qw(af_alg algif_aead algif_hash algif_rng algif_skcipher), ], laptop => [ qw(i8k sonypi toshiba), |