[CRIU] [PATCH 0/3] prlimit proxy update

Pavel Emelyanov xemul at parallels.com
Thu May 23 07:13:57 EDT 2013


On 05/23/2013 01:34 PM, Cyrill Gorcunov wrote:
> Pavel, could you please test this series on your f15
> installation? It seems previous one has been a bit
> screwed.
> 
> Cyrill Gorcunov (3):
>   make: config -- Add test for prlimit call
>   x86: syscall -- Add sys_prlimit64 call
>   x86: Implement prlimit proxy
> 
>  Makefile.config                |  3 ++
>  arch/x86/Makefile              |  1 +
>  arch/x86/include/asm/prlimit.h | 14 +++++++++
>  arch/x86/include/asm/types.h   |  1 +
>  arch/x86/prlimit.c             | 69 ++++++++++++++++++++++++++++++++++++++++++
>  arch/x86/syscall-x86-64.def    |  1 +
>  include/syscall-types.h        |  1 +
>  scripts/feature-tests.mak      | 18 +++++++++++
>  8 files changed, 108 insertions(+)
>  create mode 100644 arch/x86/include/asm/prlimit.h
>  create mode 100644 arch/x86/prlimit.c
> 


applied


More information about the CRIU mailing list