]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy...
authorHelge Deller <deller@gmx.de>
Fri, 27 Aug 2021 18:42:57 +0000 (20:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Sep 2021 08:08:16 +0000 (10:08 +0200)
commit66badc116d8003a3f241bce0779d15ee39c12528
treed4f6a1158e79511dd46dc2f2eca090b0dd355930
parentf3ff3db21a425791e2e5e63b422e9f54caa07e90
Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat"

commit f6a3308d6feb351d9854eb8b3f6289a1ac163125 upstream.

This reverts commit 77809ce4a4d8b193fba984e57afab2168527ecd0.

It turns out that at least the assembly implementation for strncpy() was
buggy.  Revert the whole commit and return back to the default coding.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org> # v5.4+
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/include/asm/string.h
arch/parisc/kernel/parisc_ksyms.c
arch/parisc/lib/Makefile
arch/parisc/lib/memset.c [new file with mode: 0644]
arch/parisc/lib/string.S [deleted file]