android_kernel_oneplus_msm8998/arch/arm64/lib
Thierry Reding 037d2374ce UPSTREAM: arm64/efi: Make strnlen() available to the EFI namespace
Changes introduced in the upstream version of libfdt pulled in by commit
91feabc2e224 ("scripts/dtc: Update to upstream commit b06e55c88b9b") use
the strnlen() function, which isn't currently available to the EFI name-
space. Add it to the EFI namespace to avoid a linker error.

Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Rob Herring <robh@kernel.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

(cherry picked from commit 7f4e346263f59ff50b531dda94609fb13ca12401)
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2018-02-06 11:56:18 +05:30
..
atomic_ll_sc.c arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics 2015-07-27 15:28:50 +01:00
bitops.S arm64: atomics: prefetch the destination word for write prior to stxr 2015-07-27 15:28:53 +01:00
clear_page.S arm64: Miscellaneous library functions 2012-09-17 13:42:18 +01:00
clear_user.S FROMLIST: arm64: kpti: Fix the interaction between ASID switching and software PAN 2018-01-18 18:19:10 +00:00
copy_from_user.S FROMLIST: arm64: kpti: Fix the interaction between ASID switching and software PAN 2018-01-18 18:19:10 +00:00
copy_in_user.S FROMLIST: arm64: kpti: Fix the interaction between ASID switching and software PAN 2018-01-18 18:19:10 +00:00
copy_page.S UPSTREAM: arm64: lib: patch in prfm for copy_page if requested 2016-09-22 13:38:22 -07:00
copy_template.S arm64: Change memcpy in kernel to use the copy template file 2015-10-07 11:34:43 +01:00
copy_to_user.S FROMLIST: arm64: kpti: Fix the interaction between ASID switching and software PAN 2018-01-18 18:19:10 +00:00
delay.c arm64: Miscellaneous library functions 2012-09-17 13:42:18 +01:00
Makefile UPSTREAM: arm64: lse: deal with clobbered IP registers after branch via PLT 2016-09-22 13:38:22 -07:00
memchr.S arm64: use ENDPIPROC() to annotate position independent assembler routines 2015-10-12 16:19:45 +01:00
memcmp.S arm64: use ENDPIPROC() to annotate position independent assembler routines 2015-10-12 16:19:45 +01:00
memcpy.S arm64: add KASAN support 2015-10-12 17:46:36 +01:00
memmove.S arm64: add KASAN support 2015-10-12 17:46:36 +01:00
memset.S arm64: add KASAN support 2015-10-12 17:46:36 +01:00
strchr.S arm64: klib: Optimised string functions 2013-03-21 17:39:30 +00:00
strcmp.S arm64: use ENDPIPROC() to annotate position independent assembler routines 2015-10-12 16:19:45 +01:00
strlen.S arm64: use ENDPIPROC() to annotate position independent assembler routines 2015-10-12 16:19:45 +01:00
strncmp.S arm64: use ENDPIPROC() to annotate position independent assembler routines 2015-10-12 16:19:45 +01:00
strnlen.S UPSTREAM: arm64/efi: Make strnlen() available to the EFI namespace 2018-02-06 11:56:18 +05:30
strrchr.S arm64: klib: Optimised string functions 2013-03-21 17:39:30 +00:00