mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
We were enabling autosuspend, which is using data set by the
hash module, prior to the hash module being inited, casuing
a crash on resume as part of the startup sequence if the race
was lost.
This was never a real problem because the PM infra was using low
res timers so we were always winning the race, until commit
|
||
|---|---|---|
| .. | ||
| cc_aead.c | ||
| cc_aead.h | ||
| cc_buffer_mgr.c | ||
| cc_buffer_mgr.h | ||
| cc_cipher.c | ||
| cc_cipher.h | ||
| cc_crypto_ctx.h | ||
| cc_debugfs.c | ||
| cc_debugfs.h | ||
| cc_driver.c | ||
| cc_driver.h | ||
| cc_fips.c | ||
| cc_fips.h | ||
| cc_hash.c | ||
| cc_hash.h | ||
| cc_host_regs.h | ||
| cc_hw_queue_defs.h | ||
| cc_ivgen.c | ||
| cc_ivgen.h | ||
| cc_kernel_regs.h | ||
| cc_lli_defs.h | ||
| cc_pm.c | ||
| cc_pm.h | ||
| cc_request_mgr.c | ||
| cc_request_mgr.h | ||
| cc_sram_mgr.c | ||
| cc_sram_mgr.h | ||
| Makefile | ||