nvme/044 is not executed in my setup because the requirement _have_driver dh_generic fails. I've configured all modules as built-in.
Shouldn't this be instead
_have_kernel_option CRYPTO_DH
?
I still wonder how _have_driver dh_generic does work on my distro. modprobe dh_generic does not complain that the module doesn't exist:
# modprobe dh_generic
# echo $?
0
# lsmod | grep dh_generic
#
Anyway, with _have_kernel_option it seems to work correctly. Should I post a PR?