Re: [PATCH 0/6] in-kernel resource manager

From: Jarkko Sakkinen
Date: Fri Feb 10 2017 - 03:59:54 EST


On Wed, Feb 08, 2017 at 01:07:02PM +0200, Jarkko Sakkinen wrote:
> This patch set adds support for TPM spaces that provide an isolated
> for transient objects and HMAC and policy sessions. A space is swapped
> into TPM volatile memory only when it is used and swapped out after
> the use.
>
> There's a test script for trying out TPM spaces in
>
> git://git.infradead.org/users/jjs/tpm2-scripts.git
>
> A simple smoke test can be run by
>
> sudo python -m unittest -v tpm2_smoke.SpaceTest

There is also tabrm-v1 branch in my GIT tree.

/Jarkko