diff options
author | Joey Gouly <[email protected]> | 2022-03-01 10:14:35 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2022-03-07 21:57:02 +0000 |
commit | e33c89256e66ba64ce5190c7f2c2741e619c6321 (patch) | |
tree | fa838e6f85925b122b2ab419010e5f86ffc4bb4e /arch/arm64/lib/strncmp.S | |
parent | 387d828adffcf1eb949f3141079c479793c59aac (diff) |
Revert "arm64: Mitigate MTE issues with str{n}cmp()"
This reverts commit 59a68d4138086c015ab8241c3267eec5550fbd44.
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 <[email protected]>
Cc: Robin Murphy <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'arch/arm64/lib/strncmp.S')
-rw-r--r-- | arch/arm64/lib/strncmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/lib/strncmp.S b/arch/arm64/lib/strncmp.S index a4884b97e9a8..bc195cb86693 100644 --- a/arch/arm64/lib/strncmp.S +++ b/arch/arm64/lib/strncmp.S @@ -306,4 +306,4 @@ L(ret0): mov result, #0 ret SYM_FUNC_END_PI(strncmp) -EXPORT_SYMBOL_NOHWKASAN(strncmp) +EXPORT_SYMBOL_NOKASAN(strncmp) |