[PATCH v2] arm64/efi: Make strnlen() available to the EFI namespace
From: Will Deacon <hidden>
Date: 2016-02-16 10:32:54
Also in:
linux-next
From: Will Deacon <hidden>
Date: 2016-02-16 10:32:54
Also in:
linux-next
On Tue, Feb 16, 2016 at 11:16:31AM +0100, Thierry Reding wrote:
From: Thierry Reding <redacted>
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: Ard Biesheuvel <redacted>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <redacted>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <redacted>
---
Changes in v2:
- mark strnlen() position independent and refer to __pi_strnlenThanks, I'll queue this on the arm64 fixes branch. Will