-
Notifications
You must be signed in to change notification settings - Fork 544
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
Talos extensions-e2e doesn't verify loadable modules are loaded #7049
Comments
I think at the very minimum we can test gasket & drbd being loaded, it should be pretty straightforward, and should give us good coverage. |
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Apr 10, 2023
Add kernel module signature verification for out of tree kernel modules. Fixes: siderolabs#7049 Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Apr 10, 2023
Add kernel module signature verification for out of tree kernel modules. Fixes: siderolabs#7049 Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Apr 10, 2023
Add kernel module signature verification for out of tree kernel modules. Fixes: siderolabs#7049 Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
added a commit
to frezbo/talos
that referenced
this issue
Apr 10, 2023
Add kernel module signature verification for out of tree kernel modules. Fixes: siderolabs#7049 Signed-off-by: Noel Georgi <git@frezbo.dev>
smira
pushed a commit
to smira/talos
that referenced
this issue
Apr 11, 2023
Add kernel module signature verification for out of tree kernel modules. Fixes: siderolabs#7049 Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit 5e9d836)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
Talos extensions-e2e doesn't verify loadable modules are loaded
Description
Update the
e2e-extensions
test to also load drbd/gasket modules and verify that their are loaded.Also add a check to verify modules like nvidia are signed by the key in the running talos version
Probable steps:
The text was updated successfully, but these errors were encountered: