diff options
| author | Gustavo A. R. Silva <[email protected]> | 2024-08-08 22:05:26 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2024-08-17 05:55:50 +0000 |
| commit | 8caa061cfdf65bca9a3ceb4ce2b2b8e5fb98c1e8 (patch) | |
| tree | 2f59cd8ecddcc8488d800caf2defac6922da3b98 /lib/crypto/mpi/mpiutil.c | |
| parent | crypto: arm64/poly1305 - move data to rodata section (diff) | |
| download | kernel-8caa061cfdf65bca9a3ceb4ce2b2b8e5fb98c1e8.tar.gz kernel-8caa061cfdf65bca9a3ceb4ce2b2b8e5fb98c1e8.zip | |
crypto: qat - Use static_assert() to check struct sizes
Commit 140e4c85d540 ("crypto: qat - Avoid -Wflex-array-member-not-at-end
warnings") introduced tagged `struct qat_alg_buf_list_hdr`. We want to
ensure that when new members need to be added to the flexible structure,
they are always included within this tagged struct.
So, we use `static_assert()` to ensure that the memory layout for
both the flexible structure and the tagged struct is the same after
any changes.
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Acked-by: Giovanni Cabiddu <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions
