Re: [PATCH v2] pvcalls-front: 64-bit align flags

From: Boris Ostrovsky
Date: Wed Feb 28 2018 - 21:14:53 EST




On 02/28/2018 09:05 PM, Stefano Stabellini wrote:
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@xxxxxxxxxxx>


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx>