[CRIU] [PATCH 05/13] Add builtin_memcmp, builtin_strcmp helpers

Pavel Emelyanov xemul at parallels.com
Thu May 23 07:03:19 EDT 2013


On 05/22/2013 11:09 PM, Cyrill Gorcunov wrote:
> 
> Will need them for PIE vdso code.
> 
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
> ---
>  arch/arm/include/asm/string.h |  4 ++++
>  arch/x86/include/asm/string.h | 33 +++++++++++++++++++++++++++++++++
>  2 files changed, 37 insertions(+)
>  create mode 100644 arch/arm/include/asm/string.h
>  create mode 100644 arch/x86/include/asm/string.h
> 


Can we make this more uniform with existing builtin_memcpy?
At least wrt code-vs-files layout?


More information about the CRIU mailing list