Files
linux/net
Gustavo A. R. Silva b6db19d1df tls: Avoid -Wflex-array-member-not-at-end warning
Remove unused flexible-array member in struct tls_rec and, with this,
fix the following warning:

net/tls/tls.h:131:29: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]

Also, add a comment to prevent people from adding any members
after struct aead_request, which is a flexible structure --this is
a structure that ends in a flexible-array member.

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Sabrina Dubroca <sd@queasysnail.net>
Link: https://patch.msgid.link/aNMG1lyXw4XEAVaE@kspp
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-09-24 16:23:02 -07:00
..
2024-10-15 18:52:26 -07:00
2025-06-23 17:05:12 -07:00
2025-09-08 17:47:57 -07:00
2025-09-02 15:52:24 -07:00
2025-09-23 11:13:21 +02:00
2024-10-08 15:16:59 +02:00
2025-09-18 12:32:06 +02:00
2025-06-23 17:04:03 -07:00