From ac7ca78e73a05a08918dd014f40739b3bbc26ea6 Mon Sep 17 00:00:00 2001 From: Albert van der Linde Date: Wed, 9 Sep 2020 09:55:37 +0000 Subject: dashboard/config: enable CONFIG_FAULT_INJECTION_USERCOPY As CONFIG_FAULT_INJECTION_USERCOPY is already included in linux-next, enable the config. Fixes #1979 --- docs/linux/kernel_configs.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/linux/kernel_configs.md') diff --git a/docs/linux/kernel_configs.md b/docs/linux/kernel_configs.md index 76698bd2b..6fc8b33af 100644 --- a/docs/linux/kernel_configs.md +++ b/docs/linux/kernel_configs.md @@ -83,6 +83,7 @@ For testing with fault injection enable the following configs (syzkaller will pi ``` CONFIG_FAULT_INJECTION=y CONFIG_FAULT_INJECTION_DEBUG_FS=y +CONFIG_FAULT_INJECTION_USERCOPY=y CONFIG_FAILSLAB=y CONFIG_FAIL_PAGE_ALLOC=y CONFIG_FAIL_MAKE_REQUEST=y -- cgit mrf-deployment