https://github.com/torvalds/linux
Revision d811bcee1f7a379cad893fdee4c8db5775963b7f authored by Stefano Stabellini on 01 March 2018, 02:05:34 UTC, committed by Juergen Gross on 01 March 2018, 06:23:36 UTC
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>
1 parent 47b02f4
History
Tip revision: d811bcee1f7a379cad893fdee4c8db5775963b7f authored by Stefano Stabellini on 01 March 2018, 02:05:34 UTC
pvcalls-front: 64-bit align flags
Tip revision: d811bce
File Mode Size
.gitignore -rw-r--r-- 151 bytes
Kconfig -rw-r--r-- 7.8 KB
Makefile -rw-r--r-- 2.0 KB
gen_init_cpio.c -rw-r--r-- 12.8 KB
initramfs_data.S -rw-r--r-- 1.3 KB

back to top