https://bugzilla.kernel.org/show_bug.cgi?id=112631 Karl Sponser <karl.sponser@xxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |karl.sponser@xxxxxx --- Comment #2 from Karl Sponser <karl.sponser@xxxxxx> --- I can confirm the problem on Fedora ARM with the RPI Kernel 4.1.18 (previous kernels worked). It's not possible to open a luks container nor format a new device: # cryptsetup luksOpen /dev/vg1/test1 luks-test1 Enter passphrase for /dev/vg1/test1: Failed to setup dm-crypt key mapping for device /dev/vg1/test1. Check that kernel supports aes-xts-plain64 cipher (check syslog for more info). # cryptsetup luksFormat /dev/vg1/test2 WARNING! ======== This will overwrite data on /dev/vg1/test2 irrevocably. Are you sure? (Type uppercase yes): YES Enter passphrase: Verify passphrase: Failed to setup dm-crypt key mapping for device /dev/vg1/test2. Check that kernel supports aes-xts-plain64 cipher (check syslog for more info). Even if the message tells to check syslog for more information, there's no entry in /var/log/messages nor in dmesg output. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html