linux-kernelorg-stable/net/rose
Kees Cook 85cb0757d7 net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Update all struct proto_ops connect() callback function prototypes from
"struct sockaddr *" to "struct sockaddr_unsized *" to avoid lying to the
compiler about object sizes. Calls into struct proto handlers gain casts
that will be removed in the struct proto conversion patch.

No binary changes expected.

Signed-off-by: Kees Cook <kees@kernel.org>
Link: https://patch.msgid.link/20251104002617.2752303-3-kees@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-11-04 19:10:32 -08:00
..
Makefile
af_rose.c net: Convert proto_ops connect() callbacks to use sockaddr_unsized 2025-11-04 19:10:32 -08:00
rose_dev.c
rose_in.c net: rose: convert 'use' field to refcount_t 2025-08-27 07:43:08 -07:00
rose_link.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
rose_loopback.c
rose_out.c
rose_route.c net: rose: fix a typo in rose_clear_routes() 2025-08-27 17:27:52 -07:00
rose_subr.c
rose_timer.c net: rose: convert 'use' field to refcount_t 2025-08-27 07:43:08 -07:00
sysctl_net_rose.c