<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic dm-crypt hangs on kernel 5.4.3 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/dm-crypt-hangs-on-kernel-5-4-3/m-p/1179418#M164602</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I'm trying to implement root file system authentication with &lt;FONT face="andale mono,times"&gt;integritysetup&lt;/FONT&gt; from &lt;FONT face="andale mono,times"&gt;cryptsetup&lt;/FONT&gt; in &lt;A href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-8m-mini-applications-processor:8MMINILPD4-EVK" target="_self"&gt;i.MX 8mm Mini EVK&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;For this I've added &lt;STRONG&gt;dm-crypt&lt;/STRONG&gt; and &lt;STRONG&gt;Crypto user API&lt;/STRONG&gt; in my kernel build as explained here:&amp;nbsp;&lt;A href="https://wiki.gentoo.org/wiki/Dm-crypt#Kernel_Configuration" target="_blank" rel="noopener"&gt;https://wiki.gentoo.org/wiki/Dm-crypt#Kernel_Configuration&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The user-space application is added as (in Yocto),&lt;/P&gt;&lt;PRE&gt;IMAGE_INSTALL += "&amp;nbsp;cryptodev-module cryptsetup"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; However, when i try running &lt;STRONG&gt;&lt;FONT face="andale mono,times"&gt;cryptsetup&lt;/FONT&gt;&lt;/STRONG&gt; in user-space, it hangs on&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;device-mapper: reload ioctl on failed: Invalid argument.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So, &lt;FONT face="comic sans ms,sans-serif" size="4"&gt;can any one explain the reason or methods to fix run dm-crypt with cryptsetup in Yocto zeus (Linux Kernel 5.4)&lt;/FONT&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I've added detailed log for further reference.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;: I've already successfully built this for kernel 4.19 with same configuration.&lt;/P&gt;&lt;PRE&gt;&lt;FONT face="andale mono,times"&gt;root@imx8mmevk:~# cryptsetup luksFormat /dev/mmcblk1p4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;WARNING: Device /dev/mmcblk1p4 already contains a 'crypto_LUKS' superblock signature.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;WARNING!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;========&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;This will overwrite data on /dev/mmcblk1p4 irrevocably.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Are you sure? (Type uppercase yes): YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Enter passphrase for /dev/mmcblk1p4: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Verify passphrase: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;root@imx8mmevk:~# cryptsetup --debug luksOpen /dev/mmcblk1p4 crypt_home&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# cryptsetup 2.2.1 processing "cryptsetup --debug luksOpen /dev/mmcblk1p4 crypt_home"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Running command open.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Locking memory.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Installing SIGINT/SIGTERM handler.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Unblocking interruption on signal.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Allocating context for crypt device /dev/mmcblk1p4.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Trying to open and read device /dev/mmcblk1p4 with direct-io.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Initialising device-mapper backend library.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Trying to load any crypt type from device /dev/mmcblk1p4.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Crypto backend (OpenSSL 1.1.1d 10 Sep 2019) initialized in cryptsetup library version 2.2.1.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Detected kernel Linux 5.4.3-2.0.0+gfd263a3edd95 aarch64.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# PBKDF pbkdf2-sha256, time_ms 2000 (iterations 0).&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Reading LUKS header of size 1024 from device /dev/mmcblk1p4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Key length 64, device size 65536 sectors, header size 4036 sectors.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Activating volume crypt_home using token -1.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Interactive passphrase entry requested.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Enter passphrase for /dev/mmcblk1p4: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Activating volume crypt_home [keyslot -1] using passphrase.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;[ 75.517856] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm version [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm versions [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Detected dm-ioctl version 4.41.0.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Device-mapper backend running with UDEV support enabled.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm status crypt_home [ opencount noflush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Trying to open key slot 0 [ACTIVE_LAST].&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Reading key slot 0 area.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Using userspace crypto wrapper to access keyslot area.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Reusing open ro fd on device /dev/mmcblk1p4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm versions [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm status [ 77.620394] device-mapper: table: 253:0: crypt: unknown target type&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;crypt_home [ opencount noflush ][ 77.627278] device-mapper: ioctl: error adding target to table&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;[16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Calculated device size is 61440 sectors (RW), offset 4096.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm versions [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# DM-UUID is CRYPT-LUKS1-5ed0055c2a4843c49a147f3d56a0b151-crypt_home&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) created&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) incremented to 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) incremented to 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) assigned to CREATE task(0) with flags DISABLE_LIBRARY_FALLBACK (0x20)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm create crypt_home CRYPT-LUKS1-5ed0055c2a4843c49a147f3d56a0b151-crypt_home [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm reload crypt_home [ opencount flush securedata ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;device-mapper: reload ioctl on failed: Invalid argument&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) decremented to 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) incremented to 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) assigned to REMOVE task(2) with flags DISABLE_LIBRARY_FALLBACK (0x20)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm remove crypt_home [ opencount flush securedata ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) decremented to 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) waiting for zero&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 12:30:52 GMT</pubDate>
    <dc:creator>kanimozhi_t</dc:creator>
    <dc:date>2020-11-06T12:30:52Z</dc:date>
    <item>
      <title>dm-crypt hangs on kernel 5.4.3</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/dm-crypt-hangs-on-kernel-5-4-3/m-p/1179418#M164602</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I'm trying to implement root file system authentication with &lt;FONT face="andale mono,times"&gt;integritysetup&lt;/FONT&gt; from &lt;FONT face="andale mono,times"&gt;cryptsetup&lt;/FONT&gt; in &lt;A href="https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-8m-mini-applications-processor:8MMINILPD4-EVK" target="_self"&gt;i.MX 8mm Mini EVK&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;For this I've added &lt;STRONG&gt;dm-crypt&lt;/STRONG&gt; and &lt;STRONG&gt;Crypto user API&lt;/STRONG&gt; in my kernel build as explained here:&amp;nbsp;&lt;A href="https://wiki.gentoo.org/wiki/Dm-crypt#Kernel_Configuration" target="_blank" rel="noopener"&gt;https://wiki.gentoo.org/wiki/Dm-crypt#Kernel_Configuration&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The user-space application is added as (in Yocto),&lt;/P&gt;&lt;PRE&gt;IMAGE_INSTALL += "&amp;nbsp;cryptodev-module cryptsetup"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; However, when i try running &lt;STRONG&gt;&lt;FONT face="andale mono,times"&gt;cryptsetup&lt;/FONT&gt;&lt;/STRONG&gt; in user-space, it hangs on&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;device-mapper: reload ioctl on failed: Invalid argument.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So, &lt;FONT face="comic sans ms,sans-serif" size="4"&gt;can any one explain the reason or methods to fix run dm-crypt with cryptsetup in Yocto zeus (Linux Kernel 5.4)&lt;/FONT&gt;!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I've added detailed log for further reference.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;: I've already successfully built this for kernel 4.19 with same configuration.&lt;/P&gt;&lt;PRE&gt;&lt;FONT face="andale mono,times"&gt;root@imx8mmevk:~# cryptsetup luksFormat /dev/mmcblk1p4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;WARNING: Device /dev/mmcblk1p4 already contains a 'crypto_LUKS' superblock signature.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;WARNING!&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;========&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;This will overwrite data on /dev/mmcblk1p4 irrevocably.&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Are you sure? (Type uppercase yes): YES&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Enter passphrase for /dev/mmcblk1p4: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Verify passphrase: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;root@imx8mmevk:~# cryptsetup --debug luksOpen /dev/mmcblk1p4 crypt_home&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# cryptsetup 2.2.1 processing "cryptsetup --debug luksOpen /dev/mmcblk1p4 crypt_home"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Running command open.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Locking memory.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Installing SIGINT/SIGTERM handler.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Unblocking interruption on signal.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Allocating context for crypt device /dev/mmcblk1p4.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Trying to open and read device /dev/mmcblk1p4 with direct-io.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Initialising device-mapper backend library.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Trying to load any crypt type from device /dev/mmcblk1p4.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Crypto backend (OpenSSL 1.1.1d 10 Sep 2019) initialized in cryptsetup library version 2.2.1.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Detected kernel Linux 5.4.3-2.0.0+gfd263a3edd95 aarch64.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# PBKDF pbkdf2-sha256, time_ms 2000 (iterations 0).&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Reading LUKS header of size 1024 from device /dev/mmcblk1p4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Key length 64, device size 65536 sectors, header size 4036 sectors.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Activating volume crypt_home using token -1.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Interactive passphrase entry requested.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;Enter passphrase for /dev/mmcblk1p4: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Activating volume crypt_home [keyslot -1] using passphrase.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;[ 75.517856] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm version [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm versions [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Detected dm-ioctl version 4.41.0.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Device-mapper backend running with UDEV support enabled.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm status crypt_home [ opencount noflush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Trying to open key slot 0 [ACTIVE_LAST].&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Reading key slot 0 area.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Using userspace crypto wrapper to access keyslot area.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Reusing open ro fd on device /dev/mmcblk1p4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm versions [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm status [ 77.620394] device-mapper: table: 253:0: crypt: unknown target type&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;crypt_home [ opencount noflush ][ 77.627278] device-mapper: ioctl: error adding target to table&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;[16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Calculated device size is 61440 sectors (RW), offset 4096.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm versions [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# DM-UUID is CRYPT-LUKS1-5ed0055c2a4843c49a147f3d56a0b151-crypt_home&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) created&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) incremented to 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) incremented to 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) assigned to CREATE task(0) with flags DISABLE_LIBRARY_FALLBACK (0x20)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm create crypt_home CRYPT-LUKS1-5ed0055c2a4843c49a147f3d56a0b151-crypt_home [ opencount flush ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm reload crypt_home [ opencount flush securedata ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;device-mapper: reload ioctl on failed: Invalid argument&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) decremented to 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) incremented to 2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) assigned to REMOVE task(2) with flags DISABLE_LIBRARY_FALLBACK (0x20)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# dm remove crypt_home [ opencount flush securedata ] [16384] (*1)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) decremented to 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="andale mono,times"&gt;# Udev cookie 0xd4d9213 (semid 0) waiting for zero&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 12:30:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/dm-crypt-hangs-on-kernel-5-4-3/m-p/1179418#M164602</guid>
      <dc:creator>kanimozhi_t</dc:creator>
      <dc:date>2020-11-06T12:30:52Z</dc:date>
    </item>
  </channel>
</rss>

