On Mon, Dec 21, 2015 at 01:22:04PM +0000, Fuchs, Andreas wrote: > maintainers) if a 3-5 kLoC module would be generally acceptable for a > TPM-ResourceManager?
I'd be alarmed if it is that much. The TPM format is very amenable to doing this, a well designed table driven approach should be quite small on the rpc handling side. The key is to not overthink/overdesign it too much. I have an entire tpm1.2 userpace in less than 2kloc, so I struggle to see why a simple resource manager would be so big. 1-2kloc is not a big deal kernel wise if it is well written and in the kernel style. Jason ------------------------------------------------------------------------------ _______________________________________________ tpmdd-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tpmdd-devel
