net: xfrm: enable compat xfrm syscall
authorYixun Lan <yixun.lan@amlogic.com>
Fri, 13 Jul 2018 08:20:13 +0000 (16:20 +0800)
committerYixun Lan <yixun.lan@amlogic.com>
Wed, 25 Jul 2018 01:26:33 +0000 (18:26 -0700)
commitd14b49bef6c1da2e90e7487c2594d93376e8dfce
treed51f9ed3b0e01460ce5a12f719d15cb19bab73b7
parent42f5d936ca8e9a669a45cd95eb699d919171cddc
net: xfrm: enable compat xfrm syscall

PD#170491: net: xfrm: enable compat xfrm syscall

When using 32bit user space and 64bit kernel in ARM64 platform,
we do not need to disable compat syscall, since there is struct size
difference between user space and kernel space.

This will fix error in xfrm test cases of VtsKernelNetTest.

Change-Id: Ifd6c1f5e678138286678d5c119c0efa42d5b3a59
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
net/xfrm/xfrm_state.c
net/xfrm/xfrm_user.c