linux/net/caif
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
..
Kconfig
Makefile
caif_dev.c
caif_socket.c net: Convert proto_ops connect() callbacks to use sockaddr_unsized 2025-11-04 19:10:32 -08:00
caif_usb.c
cfcnfg.c
cfctrl.c caif: Replace memset(0) + strscpy() with strscpy_pad() 2025-08-12 14:08:56 -07:00
cfdbgl.c
cfdgml.c
cffrml.c
cfmuxl.c
cfpkt_skbuff.c
cfrfml.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
cfserl.c
cfsrvl.c caif: Remove unused cfsrvl_getphyid 2024-10-08 15:33:49 -07:00
cfutill.c
cfveil.c
cfvidl.c
chnl_net.c rtnetlink: Pack newlink() params into struct 2025-02-21 15:28:02 -08:00