From 137e37cac241dfee41f3899d3b97eca4e62b8359 Mon Sep 17 00:00:00 2001 From: Marco Elver Date: Mon, 7 Oct 2019 21:54:59 +0200 Subject: Change KCSAN info file to debugfs --- executor/common_linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/common_linux.h b/executor/common_linux.h index 13bc71011..de9db05ff 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -2782,7 +2782,7 @@ static void setup_binfmt_misc() #if SYZ_EXECUTOR || SYZ_ENABLE_KCSAN static void setup_kcsan() { - if (!write_file("/proc/kcsaninfo", "on")) + if (!write_file("/sys/kernel/debug/kcsan", "on")) fail("failed to enable KCSAN"); } #endif -- cgit mrf-deployment