aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/main.yml
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2024-07-22 23:01:45 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-07-23 10:43:03 +0000
commit44cd723acfeeb472c42cc2fa6d1279ec4406d07d (patch)
treead9304bdaf34e9c78173b881e85325b9464d7803 /dashboard/config/linux/main.yml
parent1ede261d340d1b94872fcd490338915478483003 (diff)
dashboard/config: drop security modules bits from usb instance
CONFIG_SECURITY_TOMOYO produces a large amount of coverage entries for each ioctl call. For normal instances, this might not be a problem, as they call only a single ioctl for each syzkaller syscall. However, the syz_usb_connect pseudo-syscall calls a large number of ioctls. As a result, the KCOV coverage buffer for this syscall might overflow due to the tomoyo-produced entries. For example, with tomoyo, the first syscall of the vusb_ath9k runtest produces ~140k KCOV entries (with [1] applied), which is not far from the current 256k limit of KCOV entries per syscall. With tomoyo disabled, the number of entries falls to ~30k. Drop the security modules–related bits from the USB instance: I don't think they are useful for that instance anyway. [1] https://lore.kernel.org/all/eaf54b8634970b73552dcd38bf9be6ef55238c10.1718092070.git.dvyukov@google.com/
Diffstat (limited to 'dashboard/config/linux/main.yml')
-rw-r--r--dashboard/config/linux/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/main.yml b/dashboard/config/linux/main.yml
index 04b4901da..553fb3214 100644
--- a/dashboard/config/linux/main.yml
+++ b/dashboard/config/linux/main.yml
@@ -11,7 +11,7 @@ instances:
- upstream-kmsan-next: [linux-next, timeouts_native, x86_64, clang, lsm, smack, nonoise, kmsan]
- upstream-kcsan: [upstream, timeouts_native, x86_64, clang, onlynet, nonoise, kcsan]
- upstream-leak: [upstream, timeouts_native, x86_64, gcc, bpfjit, lsm, apparmor, nonoise, kmemleak]
- - upstream-usb: [upstream, timeouts_native, x86_64, gcc, lsm, apparmor, onlyusb, kasan]
+ - upstream-usb: [upstream, timeouts_native, x86_64, gcc, onlyusb, kasan]
- upstream-arm64-kasan: [upstream, arm64, arm64_emu, timeouts_emu, clang, lsm, selinux, reduced, kasan, nokcov]
- upstream-arm64-kasan_sw-kcov: [linux-next, arm64, arm64_emu, timeouts_emu, clang, lsm, selinux, reduced, kasan_sw]
- upstream-arm64-mte: [upstream, arm64, arm64_emu, timeouts_emu, clang, bpfjit, lsm, smack, nonoise, reduced, kfence, mte, nokcov]