From: Ivan Kokshaysky Date: Tue, 25 Apr 2006 09:45:19 +0000 (+0400) Subject: [PATCH] Alpha: strncpy() fix X-Git-Tag: v2.6.17-rc3~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5c34ec7b007cfb0771a36996b009f194acbb2f;p=pandora-kernel.git [PATCH] Alpha: strncpy() fix As it turned out after recent SCSI changes, strncpy() was broken - it mixed up the return values from __stxncpy() in registers $24 and $27. Thanks to Mathieu Chouquet-Stringer for tracking down the problem and providing an excellent test case. Signed-off-by: Ivan Kokshaysky Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed