Skip to content

Commit 0849170

Browse files
committed
redhat/configs: Enable CONFIG_CRASH_DM_CRYPT on RHEL
JIRA: https://issues.redhat.com/browse/RHEL-104939 Upstream Status: RHEL-only With this option enabled, user space can interact with /sys/kernel/config/crash_dm_crypt_keys to make the dm crypt keys persistent for the dump-capture kernel. Note CONFIG_SYSFS has already been enabled by default. But somehow enabling CONFIG_CRASH_DM_CRYPT triggers the following error, 0:11:04 Found unset config items in arm64 rt-debug-rhel, please set them to an appropriate value 00:11:04 CONFIG_SYSFS=y ... 00:11:04 make[1]: *** [Makefile:607: dist-configs-check] Error 1 00:11:04 make[1]: Leaving directory '/builds/11318547917/workdir/redhat' 00:11:04 make: *** [makefile:12: dist-srpm] Error 2 So set CONFIG_SYSFS=y explicitly. Signed-off-by: Coiby Xu <coxu@redhat.com>
1 parent 5aa407a commit 0849170

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_CRASH_DM_CRYPT=y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SYSFS=y

0 commit comments

Comments
 (0)