[Bug 252981] panic with ZFS encryption and QAT: VERIFY3(0 == spa_do_crypt_bad(...

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 24 17:00:12 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252981

            Bug ID: 252981
           Summary: panic with ZFS encryption and QAT: VERIFY3(0 ==
                    spa_do_crypt_bad(...
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs at FreeBSD.org
          Reporter: asomers at FreeBSD.org

Created attachment 221884
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=221884&action=edit
screenshot of the panic

I tried out the new QAT driver today with ZFS.  I'm using a Atom C2758 CPU with
14.0-CURRENT.  When I tried to create an encrypted file system, the kernel
immediately paniced.  Note that the same steps worked just fine without the qat
driver loaded.

# kldload qat
# mdctl -a -t malloc -s 1g
# zpool create crypttest /dev/md0
# zpool set feature at encryption=enabled crypttest
# zfs create -o encryption=aes-256-gcm -o keyformat=passphrase crypttest/t
Enter passphrase:
Re-enter passphrase:

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list