Skip to content

Conversation

@igaw
Copy link
Contributor

@igaw igaw commented Nov 25, 2025

A crypto algorithm might be provided as built-in, thus check first if it is always present before trying to load as module.

The idea to check the CONFIG flags is not enough. The algorithm needs to be present in the kernel. /proc/crypto has all the info. /sys/modules/* will not show built-in modules.

Fixes: ##197
Replaces: ##198

A crypto algorithm might be provided as built-in, thus check first if it
is always present before trying to load as module.

Signed-off-by: Daniel Wagner <[email protected]>
@kawasaki
Copy link
Collaborator

kawasaki commented Jan 3, 2026

@igaw Thanks for this new PR, and sorry for my late response. The change looks good to me. I just wanted to replace the short option "-q" of the grep command with the long option "--quiet" for readability and reliability, and wanted to improve the commit message title to clarify the modification target test cases. I made these changes, and applied to the master branch as the commit fda2141. Please confirm the change is good for you.

@kawasaki kawasaki closed this Jan 4, 2026
@kawasaki kawasaki reopened this Jan 4, 2026
@kawasaki
Copy link
Collaborator

kawasaki commented Jan 4, 2026

Sorry, I closed this PR by mistake. I intended to keep it open until @igaw confirm the change I made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants