Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO. #20636

Closed

Commits on Mar 29, 2023

  1. /dev/crypto: Suppress warning when open /dev/crypto fails with ENXIO.

    On NetBSD the device node is essentially always present, but these
    days it's mostly not useful except for testing the kernel crypto
    stack since the cost of CPU crypto has gone down much faster than the
    cost of I/O to external crypto engines.  So on most systems it is
    disabled in a way that makes open fail with ENXIO.  NetBSD has had
    this warning for ENXIO patched away for years.
    
    CLA: trivial
    Taylor R Campbell committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    5638f4f View commit details
    Browse the repository at this point in the history