diff options
author | Ofer Heifetz <oferh@marvell.com> | 2022-07-02 10:14:26 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-07-08 15:21:17 +0800 |
commit | 932be3e95b228d13cd1b8aaf5c0578c76e3f7dc6 (patch) | |
tree | 3cf4f493bd946793f90f21821588e1e1d0a7dc52 /kernel/audit.c | |
parent | 68740ab505431f268dc1ee26a54b871e75f0ddaa (diff) |
crypto: inside-secure - fix packed bit-field result descriptor
When mixing bit-field and none bit-filed in packed struct the
none bit-field starts at a distinct memory location, thus adding
an additional byte to the overall structure which is used in
memory zero-ing and other configuration calculations.
Fix this by removing the none bit-field that has a following
bit-field.
Signed-off-by: Ofer Heifetz <oferh@marvell.com>
Acked-by: Antoine Tenart <atenart@kernel.org>
Acked-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'kernel/audit.c')
0 files changed, 0 insertions, 0 deletions