]> git.baikalelectronics.ru Git - kernel.git/commit
pvcalls-front: 64-bit align flags
authorStefano Stabellini <sstabellini@kernel.org>
Thu, 1 Mar 2018 02:05:34 +0000 (18:05 -0800)
committerJuergen Gross <jgross@suse.com>
Thu, 1 Mar 2018 06:23:36 +0000 (07:23 +0100)
commit6708e10b57538a4966fe600f705ed194f9780e8b
tree17b1b13bd4777b6f26d65280d765e9d34ad26e9d
parent221a96553012abaade8ec1e38ec553cfb43d746e
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>
drivers/xen/pvcalls-front.c