aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/declextract/netlink.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2025-04-11 08:04:51 +0200
committerDmitry Vyukov <dvyukov@google.com>2025-04-11 09:37:01 +0000
commita2335417592dcd4545c1953807ae9c8906e133d5 (patch)
tree919af28ce8d763f29270c69afdd895e194e088ee /pkg/declextract/netlink.go
parentc0efc34f5a3f6a494541381c0f5770200c2640b5 (diff)
tools/syz-declextract: export info about file ops interfaces
Diffstat (limited to 'pkg/declextract/netlink.go')
-rw-r--r--pkg/declextract/netlink.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/declextract/netlink.go b/pkg/declextract/netlink.go
index 0adec5bc4..1b49bbd63 100644
--- a/pkg/declextract/netlink.go
+++ b/pkg/declextract/netlink.go
@@ -47,7 +47,7 @@ func (ctx *context) serializeNetlink() {
Files: []string{fam.SourceFile},
Func: op.Func,
Access: op.Access,
- AutoDescriptions: true,
+ AutoDescriptions: TristateYes,
})
}