commit | d811bcee1f7a379cad893fdee4c8db5775963b7f | [log] [tgz] |
---|---|---|
author | Stefano Stabellini <sstabellini@kernel.org> | Wed Feb 28 18:05:34 2018 -0800 |
committer | Juergen Gross <jgross@suse.com> | Thu Mar 01 07:23:36 2018 +0100 |
tree | 17b1b13bd4777b6f26d65280d765e9d34ad26e9d | |
parent | 47b02f4c621c5ae9fd27248dfa9a194bc1387ecb [diff] |
pvcalls-front: 64-bit align flags We are using test_and_* operations on the status and flag fields of struct sock_mapping. However, these functions require the operand to be 64-bit aligned on arm64. Currently, only status is 64-bit aligned. Make status and flags explicitly 64-bit aligned. Signed-off-by: Stefano Stabellini <stefano@aporeto.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Juergen Gross <jgross@suse.com>