Bug 208461
Summary: | FAULT_INJECTION: fail copy_to/from_user | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Dmitry Vyukov (dvyukov) |
Component: | Sanitizers | Assignee: | MM/Sanitizers virtual assignee (mm_sanitizers) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | kasan-dev |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | ALL | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Dmitry Vyukov
2020-07-06 07:52:36 UTC
Adding this capability to FAULT_INJECTION will make syzkaller auto-magically systematically test all failure sites. Also see related: FAULT_INJECTION: fail LSM hooks https://bugzilla.kernel.org/show_bug.cgi?id=208607 This is implemented by Albert van der Linde: 2c739ced5886 lib, include/linux: add usercopy failure capability |