mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 04:48:22 +00:00
The current sun4i-ss driver could generate data corruption when ciphering/deciphering.
It occurs randomly on end of handled data.
No root cause have been found and the only way to remove it is to replace
all spin_lock_bh by their irq counterparts.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| sun4i-ss-cipher.c | ||
| sun4i-ss-core.c | ||
| sun4i-ss-hash.c | ||
| sun4i-ss.h | ||