-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Inspired by the kitchen discussion we had yesterday and #6292 (comment) .
It would be nice to be able to cover more combinations of
- architecture (x86, arm, risc-v etc.)
- sanitizers (kasan, kmsan, kcsan etc.)
- trees (more public, more private)
- kernel_configs
- attack_point (root, user, capabilities etc.)
Multiplying all these options we're getting too many target configurations.
The alternative may be to have a few instances focused on the coverage extension and the workers who are actually executing this corpus on the target systems.
I'm 98% sure this approach was previously discussed. @dvyukov, am I duplicating some existing issue/doc?
Experiments required
- How many bugs are found by the programs that don't add new coverage?
- TODO