From: Linus Torvalds Date: Mon, 11 May 2015 18:05:13 +0000 (-0700) Subject: Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 X-Git-Tag: v5.15~15794 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c922a55dbfff812e8becbcfd90d1ce856adb0d9;p=platform%2Fkernel%2Flinux-starfive.git Merge git://git./linux/kernel/git/herbert/crypto-2.6 Pull crypto fixes from Herbert Xu: "This fixes a the implementation of CRC32 on arm64 where it incorrectly applied negation on the result. It also fixes the arm64 implementations of SHA/SHA256 where in some cases it may end up finalising the result twice" * git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: arm64/sha2-ce - prevent asm code finalization in final() path crypto: arm64/sha1-ce - prevent asm code finalization in final() path crypto: arm64/crc32 - bring in line with generic CRC32 --- 9c922a55dbfff812e8becbcfd90d1ce856adb0d9