diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-11-12 16:53:17 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-11-13 10:33:28 +0000 |
| commit | bb3f84250514d5990939e57b5d1ff8badc566033 (patch) | |
| tree | 60318ce505725d0d2770f30818e43dffd94a3cd7 /sys/linux | |
| parent | 5ad1a162959d6df7712dc93cffe128322b11d7af (diff) | |
tools/syz-declextract: improve declaration name extraction
Extracting declaration name is trickier than removing casts.
If the initialized type is a union, then the expression may
also contain InitListExpr and other nodes.
Remove all of them in a more robust way.
Diffstat (limited to 'sys/linux')
| -rw-r--r-- | sys/linux/auto.txt.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/linux/auto.txt.json b/sys/linux/auto.txt.json index 7a87bf32b..f35cda062 100644 --- a/sys/linux/auto.txt.json +++ b/sys/linux/auto.txt.json @@ -1097,6 +1097,7 @@ "files": [ "net/netlink/genetlink.c" ], + "func": "ctrl_dumpfamily", "access": "user", "subsystems": [ "net" @@ -1110,6 +1111,7 @@ "files": [ "net/netlink/genetlink.c" ], + "func": "ctrl_dumppolicy_done", "access": "user", "subsystems": [ "net" @@ -1809,6 +1811,7 @@ "files": [ "net/handshake/genl.c" ], + "func": "handshake_nl_accept_doit", "access": "admin", "subsystems": [ "tls" @@ -1822,6 +1825,7 @@ "files": [ "net/handshake/genl.c" ], + "func": "handshake_nl_done_doit", "access": "user", "subsystems": [ "tls" @@ -3151,6 +3155,7 @@ "files": [ "net/core/netdev-genl-gen.c" ], + "func": "netdev_nl_bind_rx_doit", "access": "admin", "subsystems": [ "net" @@ -3164,6 +3169,7 @@ "files": [ "net/core/netdev-genl-gen.c" ], + "func": "netdev_nl_dev_get_doit", "access": "user", "subsystems": [ "net" @@ -3177,6 +3183,7 @@ "files": [ "net/core/netdev-genl-gen.c" ], + "func": "netdev_nl_napi_get_dumpit", "access": "user", "subsystems": [ "net" @@ -3190,6 +3197,7 @@ "files": [ "net/core/netdev-genl-gen.c" ], + "func": "netdev_nl_page_pool_get_doit", "access": "user", "subsystems": [ "net" @@ -3203,6 +3211,7 @@ "files": [ "net/core/netdev-genl-gen.c" ], + "func": "netdev_nl_qstats_get_dumpit", "access": "user", "subsystems": [ "net" @@ -3216,6 +3225,7 @@ "files": [ "net/core/netdev-genl-gen.c" ], + "func": "netdev_nl_queue_get_dumpit", "access": "user", "subsystems": [ "net" @@ -3584,6 +3594,7 @@ "files": [ "fs/nfsd/netlink.c" ], + "func": "nfsd_nl_listener_set_doit", "access": "admin", "subsystems": [ "nfs" @@ -3597,6 +3608,7 @@ "files": [ "fs/nfsd/netlink.c" ], + "func": "nfsd_nl_pool_mode_set_doit", "access": "admin", "subsystems": [ "nfs" @@ -3610,6 +3622,7 @@ "files": [ "fs/nfsd/netlink.c" ], + "func": "nfsd_nl_threads_set_doit", "access": "admin", "subsystems": [ "nfs" @@ -3623,6 +3636,7 @@ "files": [ "fs/nfsd/netlink.c" ], + "func": "nfsd_nl_version_set_doit", "access": "admin", "subsystems": [ "nfs" |
