From bb3f84250514d5990939e57b5d1ff8badc566033 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 12 Nov 2024 16:53:17 +0100 Subject: 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. --- sys/linux/auto.txt.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sys/linux') 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" -- cgit mrf-deployment