From: David S. Miller Date: Fri, 13 Oct 2023 10:26:11 +0000 (+0100) Subject: Merge branch 'tls-cleanups' X-Git-Tag: v6.7-rc1~160^2~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35715ac13a7781c8e7a28436477e9f359d9fda91;p=thirdparty%2Flinux.git Merge branch 'tls-cleanups' Sabrina Dubroca says: ==================== net: tls: various code cleanups and improvements This series contains multiple cleanups and simplifications for the config code of both TLS_SW and TLS_HW. It also modifies the chcr_ktls driver to use driver_state like all other drivers, so that we can then make driver_state fixed size instead of a flex array always allocated to that same fixed size. As reported by Gustavo A. R. Silva, the way chcr_ktls misuses driver_state irritates GCC [1]. Patches 1 and 2 are follow-ups to my previous cipher_desc series. [1] https://lore.kernel.org/netdev/ZRvzdlvlbX4+eIln@work/ ==================== Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- 35715ac13a7781c8e7a28436477e9f359d9fda91