Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
2
3*************************************************************************
4* *
5* Arm Trust Zone CryptoCell REE Linux driver upstreaming TODO items *
6* *
7*************************************************************************
8
9ccree specific items
10a.k.a stuff fixing for this driver to move out of staging
11~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12
131. Move to using Crypto Engine to handle backlog queueing.
142. Remove synchronous algorithm support leftovers.
153. Separate platform specific code for FIPS and power management into separate platform modules.
164. Drop legacy kernel support code.
175. Move most (all?) #ifdef CONFIG into inline functions.
186. Remove all unused definitions.
197. Re-factor to accomediate newer/older HW revisions besides the 712.
208. Handle the many checkpatch errors.
219. Implement ahash import/export correctly.
2210. Go through a proper review of DT bindings and sysfs ABI
2311. Sort out FIPS mode: bake tests into testmgr, sort out behaviour on error,
24 figure if 3DES weak key check is needed
25
26Kernel infrastructure items
27a.k.a stuff we either neither need to fix in the kernel or understand what we're doing wrong
28~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
291. ahash import/export context has a PAGE_SIZE/8 size limit. We need more.
302. Crypto Engine seems to be built for HW with hardware queue depth of 1, we have 600++.