Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dm-crypt, dm-integrity, dm-verity: bump target version

Signed-off-by: Mike Snitzer <snitzer@kernel.org>

+3 -3
+1 -1
drivers/md/dm-crypt.c
··· 3702 3702 3703 3703 static struct target_type crypt_target = { 3704 3704 .name = "crypt", 3705 - .version = {1, 24, 0}, 3705 + .version = {1, 25, 0}, 3706 3706 .module = THIS_MODULE, 3707 3707 .ctr = crypt_ctr, 3708 3708 .dtr = crypt_dtr,
+1 -1
drivers/md/dm-integrity.c
··· 4736 4736 4737 4737 static struct target_type integrity_target = { 4738 4738 .name = "integrity", 4739 - .version = {1, 10, 0}, 4739 + .version = {1, 11, 0}, 4740 4740 .module = THIS_MODULE, 4741 4741 .features = DM_TARGET_SINGLETON | DM_TARGET_INTEGRITY, 4742 4742 .ctr = dm_integrity_ctr,
+1 -1
drivers/md/dm-verity-target.c
··· 1560 1560 static struct target_type verity_target = { 1561 1561 .name = "verity", 1562 1562 .features = DM_TARGET_IMMUTABLE, 1563 - .version = {1, 9, 0}, 1563 + .version = {1, 10, 0}, 1564 1564 .module = THIS_MODULE, 1565 1565 .ctr = verity_ctr, 1566 1566 .dtr = verity_dtr,