]> git.hungrycats.org Git - linux/commit
zygo: config: build dm-log-writes, dm-flakey and dm-crypt in
authorZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Wed, 19 Aug 2026 21:31:14 +0000 (17:31 -0400)
committerZygo Blaxell <ce3g8jdj@umail.furryterror.org>
Fri, 18 Sep 2026 21:36:35 +0000 (17:36 -0400)
commit96b837b32d38095199e03c64e78ffd2add8875be
tree6f91139eded6fd7ddcb78690f1fd3f102256dd6a
parentd381e858d6edcc84810db5b3a8ab48e373e7a527
zygo: config: build dm-log-writes, dm-flakey and dm-crypt in

The test kernels install a single bzImage with no module tree, so =m means
the dm target simply does not exist at runtime.  DM_LOG_WRITES=m blocked the
entire Stage 0 logged-write replay matrix, DM_FLAKEY=m parts of the octopus
suite, and DM_CRYPT=m the crypted soak arm.

DM_CRYPT depends on (TRUSTED_KEYS || TRUSTED_KEYS=n) and TRUSTED_KEYS=m
capped it at m, so TRUSTED_KEYS is turned off here.
.config