Merged
Conversation
Member
|
Please add DCO to your commit (git commit -s --amend). I will move this to be a kernel module. |
3902580 to
355ed8c
Compare
Author
|
@smira I added the DCO to my commit. |
This might be consumed e.g. by Ceph CSI. Signed-off-by: Gregor Gruener <gregor.gruener@stackit.cloud> Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
355ed8c to
553e0fb
Compare
smira
reviewed
Jan 23, 2026
smira
approved these changes
Jan 23, 2026
Member
|
/m |
smira
added a commit
to smira/talos
that referenced
this pull request
Jan 23, 2026
Update pkgs with Linux 6.18.6 and dm-integrity module added. Drops some crc kmods, as they are now compiled in. See siderolabs/pkgs#1447 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira
added a commit
to smira/talos
that referenced
this pull request
Jan 26, 2026
Update pkgs with Linux 6.18.6 and dm-integrity module added. Drops some crc kmods, as they are now compiled in. See siderolabs/pkgs#1447 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
shanduur
pushed a commit
to shanduur/talos
that referenced
this pull request
Feb 6, 2026
Update pkgs with Linux 6.18.6 and dm-integrity module added. Drops some crc kmods, as they are now compiled in. See siderolabs/pkgs#1447 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit b9e27eb)
shanduur
pushed a commit
to shanduur/talos
that referenced
this pull request
Feb 6, 2026
Update pkgs with Linux 6.18.6 and dm-integrity module added. Drops some crc kmods, as they are now compiled in. See siderolabs/pkgs#1447 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit b9e27eb)
shanduur
pushed a commit
to shanduur/talos
that referenced
this pull request
Feb 6, 2026
Update pkgs with Linux 6.18.6 and dm-integrity module added. Drops some crc kmods, as they are now compiled in. See siderolabs/pkgs#1447 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit b9e27eb)
shanduur
pushed a commit
to shanduur/talos
that referenced
this pull request
Feb 6, 2026
Update pkgs with Linux 6.18.6 and dm-integrity module added. Drops some crc kmods, as they are now compiled in. See siderolabs/pkgs#1447 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit b9e27eb)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We would like to use dm-integrity in conjunction with LUKS.
LUKS, which is used for encrypting hard drives, dm-integrity provides an additional layer of protection by ensuring that the encrypted data cannot be manipulated without detection.
To use LUKS with the integrity command, the dm-integrity.ko is required.
For example:
cryptsetup luksFormat --type luks2 --hash sha256 --cipher aes-xts-plain64 --integrity hmac-sha256 /dev/sdXAll other requirements are already enabled in the kernel config file (CONFIG_DM_CRYPT, CONFIG_CRYPTO_SHA256, CONFIG_CRYPTO_SHA512, CONFIG_CRYPTO_AES etc.)