Skip to content

nvme/044 is skipped because _have_driver dh_generic fails #197

@igaw

Description

@igaw

nvme/044 is not executed in my setup because the requirement _have_driver dh_generic fails. I've configured all modules as built-in.

  _have_driver dh_generic

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions