aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-05-07 12:01:55 +0200
committerAleksandr Nogikh <nogikh@google.com>2024-05-07 10:41:44 +0000
commit0955da9e52431ca2d6b2d55a41b72018726799d5 (patch)
tree331f8899771efb2048b91fa75be15f74cd5365a1
parent0ab95910c2f109015cdf71fb1f9a9d31512ae30a (diff)
pkg/subsystem/linux: recognize bcachefs mounts
This must be a strong signal to assign a bcachefs subsystem.
-rw-r--r--pkg/subsystem/linux/rules.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go
index c8aa2b10a..dd46bc1d1 100644
--- a/pkg/subsystem/linux/rules.go
+++ b/pkg/subsystem/linux/rules.go
@@ -23,6 +23,7 @@ var (
subsystemCalls: map[string][]string{
"adfs": {"syz_mount_image$adfs"},
"affs": {"syz_mount_image$affs"},
+ "bcachefs": {"syz_mount_image$bcachefs"},
"befs": {"syz_mount_image$befs"},
"bfs": {"syz_mount_image$bfs"},
"bluetooth": {"syz_emit_vhci"},