From: Horia Geant? Date: Mon, 11 May 2015 17:04:49 +0000 (+0300) Subject: Revert "crypto: talitos - convert to use be16_add_cpu()" X-Git-Tag: omap-for-v4.2/fixes-rc1^2~164^2~186 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d9cd8c592f1abce820dbce7181bbbf6812cfbd;p=pandora-kernel.git Revert "crypto: talitos - convert to use be16_add_cpu()" This reverts commit 7291a932c6e27d9768e374e9d648086636daf61c. The conversion to be16_add_cpu() is incorrect in case cryptlen is negative due to premature (i.e. before addition / subtraction) implicit conversion of cryptlen (int -> u16) leading to sign loss. Cc: # 3.10+ Cc: Wei Yongjun Signed-off-by: Horia Geanta Signed-off-by: Herbert Xu --- Reading git-diff-tree failed