[PATCH] powerpc: Enabling sys_kcmp for CRIU

2015-05-05 Thread Laurent Dufour
The commit 8170a83f15ee ("powerpc: Wireup the kcmp syscall to sys_ni") has disabled the kcmp syscall for powerpc. This has been done due to the use of unsigned long parameters which may require a dedicated wrapper to handle 32bit process on top of 64bit kernel. However in the kcmp() case, the 2

[PATCH] powerpc: Enabling sys_kcmp for CRIU

2015-05-05 Thread Laurent Dufour
The commit 8170a83f15ee (powerpc: Wireup the kcmp syscall to sys_ni) has disabled the kcmp syscall for powerpc. This has been done due to the use of unsigned long parameters which may require a dedicated wrapper to handle 32bit process on top of 64bit kernel. However in the kcmp() case, the 2