]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: lib: Import latest version of Arm Optimized Routines' strcmp
authorJoey Gouly <joey.gouly@arm.com>
Tue, 1 Mar 2022 10:14:33 +0000 (10:14 +0000)
committerWill Deacon <will@kernel.org>
Mon, 7 Mar 2022 21:57:02 +0000 (21:57 +0000)
commitc3d6a1ec588808a27105d842883be9d07634c7f6
tree6d3d3555cbd5ff7c418fb6e5b1e81d0f4d624931
parentcdcfc33f146631371044f576fc7b64d7e71508a3
arm64: lib: Import latest version of Arm Optimized Routines' strcmp

Import the latest version of the Arm Optimized Routines strcmp function based
on the upstream code of string/aarch64/strcmp.S at commit 189dfefe37d5 from:
  https://github.com/ARM-software/optimized-routines

This latest version includes MTE support.

Note that for simplicity Arm have chosen to contribute this code to Linux under
GPLv2 rather than the original MIT OR Apache-2.0 WITH LLVM-exception license.
Arm is the sole copyright holder for this code.

Signed-off-by: Joey Gouly <joey.gouly@arm.com>
Cc: Robin Murphy <robin.murphy@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20220301101435.19327-2-joey.gouly@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/lib/strcmp.S