diff options
| author | Albert van der Linde <alinde@google.com> | 2020-09-09 09:55:37 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-09 14:39:22 +0200 |
| commit | ac7ca78e73a05a08918dd014f40739b3bbc26ea6 (patch) | |
| tree | 7c92cd34990c925e1dbf5cf23f37a6d490d8585b /docs | |
| parent | 0ea7a8875d3f20d3bdf6323495521b62ef71878c (diff) | |
dashboard/config: enable CONFIG_FAULT_INJECTION_USERCOPY
As CONFIG_FAULT_INJECTION_USERCOPY is already included in linux-next,
enable the config.
Fixes #1979
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/linux/kernel_configs.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
