linux-stable/drivers/crypto/chelsio
Gustavo A. R. Silva 6c48764aa4 crypto: Replace zero-length array with flexible-array
There is a regular need in the kernel to provide a way to declare having a
dynamically sized set of trailing elements in a structure. Kernel code should
always use “flexible array members”[1] for these cases. The older style of
one-element or zero-length arrays should no longer be used[2].

[1] https://en.wikipedia.org/wiki/Flexible_array_member
[2] https://github.com/KSPP/linux/issues/21

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
2020-06-15 23:08:31 -05:00
..
chtls crypto/chtls:Fix compile error when CONFIG_IPV6 is disabled 2020-06-04 16:02:29 -07:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile cxgb4/chcr : Register to tls add and del callback 2020-03-08 21:16:23 -07:00
chcr_algo.c Crypto/chcr: Checking cra_refcnt before unregistering the algorithms 2020-06-10 17:05:02 -07:00
chcr_algo.h crypto/chtls:Fix compile error when CONFIG_IPV6 is disabled 2020-06-04 16:02:29 -07:00
chcr_common.h chcr: Handle first or middle part of record 2020-03-08 21:16:23 -07:00
chcr_core.c cxgb4/chcr: Enable ktls settings at run time 2020-06-01 15:48:18 -07:00
chcr_core.h cxgb4/chcr: Enable ktls settings at run time 2020-06-01 15:48:18 -07:00
chcr_crypto.h crypto: Replace zero-length array with flexible-array 2020-06-15 23:08:31 -05:00
chcr_ipsec.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next 2020-06-03 16:27:18 -07:00
chcr_ktls.c crypto/chcr: IPV6 code needs to be in CONFIG_IPV6 2020-06-01 15:49:00 -07:00
chcr_ktls.h cxgb4/chcr: Enable ktls settings at run time 2020-06-01 15:48:18 -07:00