]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "arm64: Mitigate MTE issues with str{n}cmp()"
authorJoey Gouly <joey.gouly@arm.com>
Tue, 1 Mar 2022 10:14:35 +0000 (10:14 +0000)
committerWill Deacon <will@kernel.org>
Mon, 7 Mar 2022 21:57:02 +0000 (21:57 +0000)
commitd97a583d27f0803e6d96593398469d05aea612d8
treefa838e6f85925b122b2ab419010e5f86ffc4bb4e
parentca189297fcf6df2a7f4cabf03068000a85a6aeb2
Revert "arm64: Mitigate MTE issues with str{n}cmp()"

This reverts commit 95e89ce755bd66f1759e166b1f8bb08a2dd06d2e.

Now that the str{n}cmp functions have been updated to handle MTE
properly, the workaround to use the generic functions is no longer
needed.

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-4-joey.gouly@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/assembler.h
arch/arm64/include/asm/string.h
arch/arm64/lib/strcmp.S
arch/arm64/lib/strncmp.S