Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto fix from Herbert Xu:
"This fixes a boot crash regression"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: api - Fix boot-up crash when crypto manager is disabled

+2
+2
crypto/algapi.c
··· 284 284 285 285 if (larval) 286 286 list_add(&larval->alg.cra_list, &crypto_alg_list); 287 + else 288 + alg->cra_flags |= CRYPTO_ALG_TESTED; 287 289 288 290 crypto_stats_init(alg); 289 291