aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2023-02-23 12:25:28 -0500
committerTheodore Ts'o <tytso@mit.edu>2023-02-23 12:25:28 -0500
commite579f08c17a4043b34cab2595af196255cc9a52a (patch)
treee88b746cb2c172d87ccb8da47ebed627182a0c86
parent3431c2b31ad69da7c769c967ce04def8d580fc9a (diff)
downloadxfstests-bld-e579f08c17a4043b34cab2595af196255cc9a52a.tar.gz
kernel-build: add support to enable the DEPT feature
Currently the DEPT changes are an out-of-tree patch set; this makes it easier to evaluate the DEPT changes for false positives when running xfstests. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rwxr-xr-xkernel-build/install-kconfig7
-rw-r--r--kernel-build/kernel-configs/dept-configs2
2 files changed, 9 insertions, 0 deletions
diff --git a/kernel-build/install-kconfig b/kernel-build/install-kconfig
index bd5fcc2f..fc2a49a7 100755
--- a/kernel-build/install-kconfig
+++ b/kernel-build/install-kconfig
@@ -35,6 +35,9 @@ do
shift
ARCH=$1
;;
+ --dept)
+ DO_DEPT=yes
+ ;;
--kasan)
DO_KASAN=yes
;;
@@ -153,6 +156,10 @@ if test -n "$DO_FULL_DEBUG_INFO" ; then
FILES+=("$KCONFIG_DIR/full-debug-info-configs")
fi
+if test -n "$DO_DEPT" ; then
+ FILES+=("$KCONFIG_DIR/dept-configs")
+fi
+
if test -n "$DO_KASAN" ; then
FILES+=("$KCONFIG_DIR/kasan-configs")
fi
diff --git a/kernel-build/kernel-configs/dept-configs b/kernel-build/kernel-configs/dept-configs
new file mode 100644
index 00000000..2fabc604
--- /dev/null
+++ b/kernel-build/kernel-configs/dept-configs
@@ -0,0 +1,2 @@
+# TAG: dept
+CONFIG_DEPT=y