]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform...
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 24 Jul 2013 07:04:16 +0000 (17:04 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 24 Jul 2013 07:04:16 +0000 (17:04 +1000)
commit1494aac8bf8882012fb33a4f396eac995dec5a2a
tree17f12cc09fd55065c7dc2a1fd43215d728442598
parent042e689ca9f72438e7c8b9c30e8de1c955bc5a8a
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework"

This reverts commits
    61b25a51b8366bec7890e185d6035120ea7bdde2
    21da8a6efc6e2beac19512d7e1ecd171fb795c04
    d97d4ca20bec97f6211bba291a14bbde74a0c2ad
    8820baaf55f2d75d2eb32eb2c791e1de1513af1c
    5300b2583a6a0a54e6397222a8aa5f8424759688

Unfortunately this change broke boot on some systems that used an
initrd which does not include the newly created crct10dif modules.
As these modules are required by sd_mod under certain configurations
this is a serious problem.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
12 files changed:
arch/x86/crypto/Makefile
arch/x86/crypto/crct10dif-pcl-asm_64.S [deleted file]
arch/x86/crypto/crct10dif-pclmul_glue.c [deleted file]
crypto/Kconfig
crypto/Makefile
crypto/crct10dif.c [deleted file]
crypto/tcrypt.c
crypto/testmgr.c
crypto/testmgr.h
include/linux/crc-t10dif.h
lib/Kconfig
lib/crc-t10dif.c